
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I understand... The value you are using as a reference for the size of the previous candles must be in points, right? Instead of points, test using a percentage of the ATR (current or daily timeframe) that should work for any symbol.
2. But, if using ATR reduces the EA's performance or if you want to continue using the points anyway, another solution would be to save two settings for your EA, leaving the most flexible one as the default, as in the example below:
I understand... The value you are using as a reference for the size of the previous candles must be in points, right? Instead of points, test using a percentage of the ATR (current or daily timeframe) that should work for any symbol.
2. But, if using ATR reduces the EA's performance or if you want to continue using the points anyway, another solution would be to save two settings for your EA, leaving the most flexible one as the default, as in the example below:
Great idea Vinicius, thank you very much for your idea and your code. He has helped me!
You are welcome!! 👍