Yes an EA can place orders with stops or even add stops after they are placed. There are several trading panels or dashboards in the Codebase that will paced market orders with stops already defined for them.
Here is an example search for trading panel publications: https://www.mql5.com/en/search#!keyword=trading%20panel&module=mql5_module_codebase
Yes an EA can place orders with stops or even add stops after they are placed. There are several trading panels or dashboards in the Codebase that will paced market orders with stops already defined for them.
Awesome thank you.
I recall writing some EA's and always assumed that the OrderSend was a market execution that included sl/tp when used.
I'll search Codebase some more I must have missed those.
Of course. Search for a GUI/Trade Assistant EA (like mine) Indicators: Money Manager Graphic Tool - Risk Management - Articles, Library comments - MQL5 programming forum - Page 8 #80 (2022.02.16).
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Is this possible with EA or script ?
I have searched code base and market for such a tool but those descriptions seem to suggest pending orders not market orders.
Perhaps I'm not understanding what the autostop EA's are doing but their descriptions do not make me confident that they actually place market orders with sl/tp all at once.
Can anyone confirm this subject further.
Please advise
Thanks