chuckdavis / Profile
chuckdavis
Added topic 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
chuckdavis
Added topic 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
chuckdavis
Added topic 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
chuckdavis
Added topic 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
chuckdavis
Added topic 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
chuckdavis
Added topic 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
chuckdavis
Added topic 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
chuckdavis
Added topic 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