
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
how to make better grid EA using direct order ?
current problem is i can't reorder for targeted price.
i have two way to make grid order :
1.
2.
but both way have same problem sometimes stopped when making grid order.
ex. current price 1.6000 but EA only open 1.5910, 1.5920, 1.5930 then stopped
but these not always happened sometimes working normally.
for debugging i use this way :
if ( ticket!= OrderTicket()) ordersend(); // reorder in targeted price
thanks for your help