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
I made an EA with a logic that its entries only opens on new candles. I've also set a limit on how many orders should be only be open at the same time.
See this example portion of my code:
But with this, SOMETIMES there are times that there are more 3 orders open simultaneously. My code prohibits the EA from opening more entries IF there are already 3 orders from 3 different currency pairs, but it does not stop the EA from entering more than 3 if all unique charts has the same intention.
Would putting a different amount of delay/sleep for each chart work? Thanks in advance!