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
Hi,
I'am a beginner in programming ea's. I start with strategy which open few pending order but after while are too much not actually pendings orders. For now I using a scripts like :
---------------------
-------------
but this scripts delete only newest order and hold the most older. How to change this code that before OrderDelete put a FIFO rules?
Thanks for help!