Forum

How to programmatically add EA's to specific charts and automatically load their set files

Hi guys, One of my EA's implement various trading strategies and therefore I have a library of set files that constitutes a trading portfolio, i.o.w like for example 20 x different set files will be running on the same EA on one particular account. I am aware of ExpertAdd() and ExpertRemove()

How to disable 'algo trading' via EA level (MQL5) (not the 'global' button)

Hi everybody :) I would like to invoke the 'common' tab of an EA via MQL5 code and change the state of an individual EA's algorithmic trading ability, i.o.w set it to enabled or disabled. I have seen someone posted a solution for MQL4 in the past but I was hoping that someone could guide me to do