Hi all! This script helps to alert you when a trailing stop is hit. More specifically it alerts you when the low of the candle crosses below your trailing stop. A trailing stop follows a price positive movements. It raises your stop when price goes up, but keeps it at the same level if price goes down, so it "locks" in your profit. You define your long entry bar...
This script is a technical analysis indicator designed to assist in identifying potential entry points and setting take profit levels in trading. It combines the Average True Range (ATR) indicator, momentum shifts, and customizable take profit levels to provide insights into potential market movements. Differences from Currently Published Ones: This script is...
OANDA:EURUSD TLDR: A custom volatility indicator that combines Average True Range with candle direction. The Directional ATR (DATR) is an indicator that enhances the traditional Average True Range (ATR) by incorporating the direction of the candle (bullish or bearish). This indicator is designed to help traders identify trend strength, potential trend...
Based upon SuperTrend+ , this variation measures the volatility in order to determine the range of the trend. Notes: Upward volatility is measured separately from downward. WMA is used for averaging to provide a recency bias. Changing time-frames should display similar results as the settings are based upon time and not bars.
✨SKYtrend Bruteforce Now Open Source✨ 📌This indicator analyzes the trend and calls Long/Short which is fully custom to fit your style of trading. 📌Custom Take Profit Levels currently have 3 TP levels for Long and Short you can decide which % each TP will be in settings. 📌2 Custom Stoploss levels. For Long or Short. Can Enable or Disable either. 📌Can set alert...
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...
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. ...
Same coding only coloring and strategy version added //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 color where there is...
STRATEGY version of SuperTrend Indicator: SuperTrend is one of the most common ATR based trailing stop indicators. In this version you can change the ATR calculation method from the settings. Default method is RMA, when the alternative method is SMA . The indicator is easy to use and gives an accurate reading about an ongoing trend. It is constructed with two...
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...
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...
ATR Trailing Stoploss Buy=crossover(close,TS) Sell=crossunder(close,TS)
Inverse Fisher transform on stochastic with Hull MA and Donchian Channels with oversell/overbuy levels and dynamic trailing stop Options: Fixed trailing stop Dynamic, based on ATR trailing stop Re-enter after trailing stop Includes Hull MA Hull MA filtration for re-entering after trailing stop Donchian channels, with overbuy/oversell levels No repaints
Based on the standard ATR trailing stop indicator. A few minor tweaks as used in Chaloke.com's community