
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
Hello everyone,
I have successfully coded a script that opens positions with a difference of 150 points. My EA opens a buy position every time "Ask>=Price of last buy opened +150_Points"
The code is opening the positions however, my problem is that I don't get exactly a 150 Points difference between the positions.. this EA opens 20 Buys and the difference is sometimes 15 sometimes 12 sometimes 19.. I tried limiting this by adding in my while expression:
It didn't work as well.. Did I miss something because I have been going through the material but no outcome.. I thought of opening buystops as well but I would like to know if it is possible to do it this way..
Kind regards,
Abdel