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
There are problems with your historical data:
Retest in shorter periods (2-3 months for example)... If the EA opens positions, then you will need to update your historical data for longer tests.
1. Variables ema9 and ema200 must be of integer type.
2. The code below has been transferred to OnInit():
3. Added variables data_ema9[1] and data_ema200[1] of double type.
4. Added the code snippet below:
Now the EA opens position. 😊
Hello, Vinicius Pereira De Oliveira and sorry for the late response (I was on a business trip). Thanks to you ! You took a big thorn out of my side! Thank you 1000 times!