Dear all,
how do i constraint an EA making only one trade based on magic number (instead of symbol), (objective is to run similar EA with different magic number on the same symbol - so that i can test out which VPN is the best)
Thank you
I just posted some position managment source code, including an unused magic number variable, at:
Scripts: Reverse Trades For All Symbols Script - Articles, Library comments - MQL5 programming forumYou should be able to see how the conditions interact with the position type variable, and then insert the magic number variable in a similar way.
- 2024.04.09
- Automated-Trading
- www.mql5.com
I just posted some position managment source code, including an unused magic number variable, at:
Scripts: Reverse Trades For All Symbols Script - Articles, Library comments - MQL5 programming forumYou should be able to see how the conditions interact with the position type variable, and then insert the magic number variable in a similar way.
Will you help me out again?
I currently have a manual trade open (and it can open more when other limit orders are hit).
How do i in concurrent trigger this EA (only one position open at any one time based on the magic number for this EA)?
Thank you very much
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Dear all,
how do i constraint an EA making only one trade based on magic number (instead of symbol), (objective is to run similar EA with different magic number on the same symbol - so that i can test out which VPN is the best)
Thank you