PROTECTED SOURCE SCRIPT

ATR Trailing Stop Indicator [Chart]

已更新
I rely on this script for both my live trading and my backtesting process. I couldn’t live without it. It’s extremely simple – all it does is calculate your trailing stop price.

How It Works
The first number in blue is the current ATR (pips). The second number in green is your trailing stop loss price for Long trades, and the third number in red is your trailing stop loss price for Short trades.

For short trades, the stop loss price is calculated by adding the current ATR value to the highest-high of the given lookback period.

For long trades, the stop loss price is calculated by subtracting the current ATR value from the lowest-low of the given lookback period.

Settings
ATR Length:
ATR period (how many candles to include in the calculation).

Use Structure?
If set to true, the script will use swing lows and highs in its calculation. If set to false, the script will ignore swing lows and highs and give you the distance of the ATR from the current candle close instead.

How Far To Look Back For High/Lows:
Candle lookback period for swing high/lows.

ATR X ?:
This controls your ATR multiplier. For example, if you want to use a 2x ATR stop, set this to 2.

Tool Companion:
Here is the tool companion script for this indicator:

ATR Trailing Stop Loss Indicator


Source Code:
Go to zenandtheartoftrading.com/indicators/atr-trailing-stop-indicator/ for the source code – it’s free!
發布通知
-
- Updated script to remove deprecated "transp" parameters
- Add Table display for ATR to prevent scaling issues on the chart
- Tidied up interface a little more
發布通知
Updated to Pine Script v5
ATRAverage True Range (ATR)stopstoplosstrailingtrailingstoptrailingstoplossVolatilityVolatility Stop

受保護腳本

該腳本是閉源發佈的,您可以自由使用。您可以把它加入到常用以在圖表上使用它。您無法查看或修改其原始碼。

想在圖表上使用此腳本?


My Resources Hub: theartoftrading.com
FREE YouTube Lessons: rebrand.ly/zyt
FREE Pine Script Basics Course: rebrand.ly/zpsbc
Pine Script MASTERY Course: rebrand.ly/zpsmc
My Indicators & Strategies: rebrand.ly/zmisc
更多:

免責聲明