Nullam id dolor id nibh ultricies vehicula ut id elit. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus.
The ATR Indicator is an essential element in many strategies, included the NNFX. By default the ATR is mainly used in the Money Management part of the strategy.
In addition to the commonly used simple ATR, the NNFX Algo Tester includes three further ATRs: FILTERED, FIXED, and ADAPTIVE. You can also use any other CUSTOM ATR indicator of your choice. You can download the included indicators or consult their default parameters below.
The FILTERED ATR will filter out extreme events that affect the ATR value, such as the flash crash of January 3, 2019. Extreme events are those that create candles whose size is greater than the "STANDARD DEVIATION MULTIPLIER" * Standard deviation (sigma σ) + the average ATR. The average ATR is calculated for the number of candles placed in the input "SAMPLE SIZE". If an extreme event is detected, the candle size value is replaced by the average ATR on that candle, thus creating the filtered ATR line. Keep in mind that to use filtered ATR you need to have a good history of data, at least higher than the "SAMPLE SIZE“ value.
If you want to always use the same ATR value, you can choose the FIXED ATR option. In that case, you must indicate the value in pips that will be used during the test.
ATR | Default Parameters | Download |
---|---|---|
CUSTOM ATR | <INPUTS SEP BY COMMAS>;<INDICATOR NAME>;<BUFFER> | |
ATR | 14 | ATR.mq4 |
FILTERED ATR | 14,3.0,200 | Filtered ATR.ex4 |
FIXED ATR | 100 | |
ADAPTATIVE ATR |
14 | Adaptive ATR.mq4 |
By using our site, you acknowledge that you have read and understand our Terms & Conditions.