
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
For example I want to optimize a moving average cross over EA
I have the following inputs
Fast_MA and Slow_MA
So under the tester environment, I put the following
Fast_MA > start : 1, step : 1, stop : 20
Slow_MA > start : 1, step : 1, stop : 20
I want to skip when Fast_MA value is more than Slow_MA
How can I go about doing this?