Forum

MQL5 functions/parameters to control chart placement

Folks, anyone know if it's possible to tile charts horizontally by an MQL5 api call or something ? alternatively, is there a way to set a hotkey for that ? thx

MQL5 functions/parameters to control chart placement

Folks, anyone know if it's possible to tile charts horizontally by an MQL5 api call or something ? alternatively, is there a way to set a hotkey for that ? thx

MQL5 functions/parameters to control chart placement

Folks, anyone know if it's possible to tile charts horizontally by an MQL5 api call or something ? alternatively, is there a way to set a hotkey for that ? thx

modal EA + steam deck control

folks, it's a big pain navigating between charts and editing indicators (add, remove, change color, change time frame....etc) in mt5....so i was wondering if anyone managed to hotkey important charting and trading functions using autohotkey and elgato steam deck ? i was thinking it might be possible

Multi-EA Orchestration - How to do it?

Boys...this is a big one ! suppose i have multiple EAs running on separate charts and currency pairs (for e.g EA1 : USDJPY, EA2: EURUSD, EA3: AUDCAD) ..... in the event that two (or more) EAs want to open a new position, only one EA should be allowed to open a position based on a pre-defined

how to detect if a transaction was actually a stop loss hit and that it had closed the position

folks, how do i detect if a trade transaction was a stoploss hit and that it had closed the position? some code i tried : void OnTradeTransaction ( const MqlTradeTransaction & trans, // trade transaction structure const MqlTradeRequest & request, // request structure const

indicator lines display order

Folks, for the built in ichimuko indicator under : "Indicators" --> " Examples" ---> "Ichimuko". T he code for this indictor is available ....so i am wondering if there is some attribute/property we could include to get the two lines in the screen shot to diplay on top of the cloud ? thx

MT5 multi-indicator calculation order

Hey Folks....new MT5/MQL5 user here, i am attempting to move my custom indicators + trading system from Sierra Charts to MT5 and facing some basic issues. I have learned a bit about MQL5 to understand the general aspects of indicators vs EAs...went through the sample code ....but i am by no means an