ATR Trailing Stoploss Buy=crossover(close,TS) Sell=crossunder(close,TS)
Same coding only coloring and information panel was added. CDC ATR Trailing Stop V2.1 (2013) //Barcolor Green = Trail1 > Trail2 and close > Trail2 and low > Trail2 Blue = Trail1 > Trail2 and close > Trail2 and low < Trail2 Red = Trail2 > Trail1 and close < Trail2 and high < Trail2 Yellow = Trail2 > Trail1 and close < Trail2 and high > Trail2 //It gives White...
Based upon popular SuperTrend (AKA: ATR Trailing Stop) indicator with the following differences and improvements: Defaults to using Volume-Adjusted WMA ( VAWMA ) for ATR. (Can still be configured to behave exactly like classic SuperTrend.) Can use SMA, EMA, WMA, VWMA, and VAWMA instead of just SMA. Confirmation close bars for avoiding false breaks. ...
ATR is an indicator that has been removed and replaced with a moving average.Bar colors and infopanel have been added. //Barcolor Green = ExMov > Most and close > Most and low > Most Blue = ExMov > Most and close > Most and low < Most Red = Most > ExMov and close < Most and high < Most Yellow = Most > ExMov and close < Most and high > Most //It gives White color...
Based on the standard ATR trailing stop indicator. A few minor tweaks as used in Chaloke.com's community
8X Trend ATR SAR Dingue V5 - This is the updated version for Pine Script 5. 8x indicator into 1 : 2x ATR indicator - 3x Trend indicator - 3x SAR indicator Trends are helpful to spot reversal and support resistance, especially on bigger time frames. This indicator gives you a global view of various trends all at once. You can easily turn them On or Off as to...