ATR Trailing SX

From MultiCharts
Revision as of 13:52, 29 September 2021 by KateMultiCharts (talk | contribs) (Created page with "=== Definition=== ATR Trailing SX generates a stop order at the lowest price since trade entry plus NumATRs times the average true range over the last ATRLength bars. The sto...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Definition

ATR Trailing SX generates a stop order at the lowest price since trade entry plus NumATRs times the average true range over the last ATRLength bars. The stop goes downwards as the trade progresses.

Note: This strategy is not a strict trailing stop as the average true range increase can cause the stop to retrace.

Default Inputs

ATRLength - number of bars that should be included into the average true range calculation.
NumATRs - average true range multiplier which is added to the position's low price and determines the stop value.


Note: Use ATR Trailing LX for exiting a long position.