EasyATR BacktestTool
- Indicadores
- Kim Thanh Nguyen
- Versão: 1.3
- Atualizado: 20 dezembro 2020
A tool for backtesting my ATR Trailing Stoploss Helper (https://www.mql5.com/en/market/product/34103)
Added on-screen buttons for manual backtesting:
- Clicking on button SET, then click on a candle where you want to see how this indicator would draw the ATR trailing stop for that exact time.
Parameter:
- DRAW_ATR_TRAILING_STOP_LEVEL_TIMEFRAME = PERIOD_H4; //timeframe to calculate the value of ATR
- DRAW_ATR_TRAILING_STOP_LEVEL_PERIOD = 10; //period of the ATR
- DRAW_ATR_TRAILING_STOP_LEVEL_MULTIPLIER = 1.5; //a higer value means a bigger stop loss for those who want to ride bigger trend
- DRAW_ATR_TRAILING_STOP_LEVEL_COLOR = clrRed; //color of the ATR level when drawn on chart
- DRAW_ATR_TRAILING_STOP_LEVEL_THICKNESS = 0.1; //if the ATR level line is too small, you may adjust (value is different for different symbols)
Simple and usefull for backtesting