Reliance, INDIABULLS HOUSING, YES BANK, STATE BK OF INDIA, HDFC BANK, TATA STEEL LTD
Nifty, BSE SENSEX, S&P 500, Nasdaq Composite, FTSE 100, DAX Index
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
Gold, Brent Oil, Crude Oil, CFDs on Natural Gas, Palladium, Silver
ATR Trailing Stoploss Buy=crossover(close,TS) Sell=crossunder(close,TS)
Constructs the trailing ATR stop above or below the price, and switches directions when the source price breaks the ATR stop. Uses the Average Directional Index (ADX) to switch between ATR multipliers. The higher multiplier is used when the ADX is rising, and the lower ATR multiplier is used with the ADX is falling. This ADX criteria further widens the gap between...
This script is designed to aid in back-testing and trade execution. It displays three sets of values - the teal colored value is the current ATR, the green colored value is your stop loss distance (in pips) below the most recent swing low for long trades, and the red colored value is your stop loss distance (in pips) above the most recent swing high for short...
Simple indicator to track trailing stops for long positions in intraday trading. When applied initially shows trailing stop based on previous day close. When going long go to "Format" and enter - Buy Price (default - current bar close) - Stop Range (default - $0.2) - Time of trade. Graph will change to reflect stop loss by Stop Range below Buy Price. Going...
This indicator allows you to quickly view the true % change per candlestick (prev close > current close), but it also has 3 other customizable values for you to set your own % change conditions (such as open > high). Feel free to edit the script to suit your own needs as well.
Greetings. This is and update to my original indicator "Intraday Trailing Stop Loss". With this update it allows you manually setup the your entry price for the trade and desired stop loss value for either long or short positions. The trailing stop will dynamically follow the price movement if price goes into the desired direction and will not change when price...
ATR Channels help you to identify where to place your stop-loss or trailing stop-loss based on price volatility, according to the Average True Range (ATR).
This simple script checks for data gaps in an intra-day TradingView chart. I have found that BitMEX 1-minute data is coming in rather holey lately, so I wrote this just to see how prevalent the problem is. It should work on any intra-day timeframe, not just 1-minute. V1: initial release.
A very simple yet, very useful and lovely oscillator, most of the time, when we have a position in a trend and we want to take a look at percentage of our gain or loss, we need to use the "Price Range" tool time and time again, this, in some trades that you would buy and sell in less than an hour, can become a problem, also, if you have few different things going...
This is an updated version of my previous stop loss script. I've added a double EMA line and modified the stop as below; In an uptrend.... 1. a yellow dot will appear once it's time to move your stop. The yellow dot will display at the level of the stop loss. Place your stop 1 pip below the dot. 2. The yellow dot will only appear if a new higher low has formed...
Tracks the percentage gain/loss in three ranges: single candle (can be turned on or off) custom range of candles custom range of candles For example, with a range of 3 candles, and the serie: 1 - close 10 2 - close 5 3 - close 20 The moving gain would be: 1 - close 10 - gain 10, infinite% 2 - close 5 - gain 5, infinite% 3 - close 18 - gain 8, 80% Or,...
Binque's Stop Loss Indicator is a great way to visualize a trailing stop loss based on a percent from the high. i.e. If the high was $10 of a trading day and your stop loss was set at 5% (percent) then your chart would show a small dot 5% below the high of the day. This is a great way to quickly see a trailing stock idea. Change the color to match your back...