Automatically enable or disable the automated trading button – EA MetaTrader 4

Automatically enable or disable the automated trading button - expert for MetaTrader 4
Let say you have an EA and you want it to trade in between an interval of time but you do not have the source codes to modify the EA. This utility allows you to automatically enable or disable the automated trading button. You can use the codes as an EA, Indicator or script but … Read more

Disable auto trading but ONLY for a specific EA – library MetaTrader 4

Disable auto trading but ONLY for a specific EA - library for MetaTrader 4
This script is made to disable the EA on the chart from trading, Its made to click the following buton on the image, automatically : In the following code, its getting the handle of the main Metatrader and open the Expert tab (command 33048 is in mt4, for mt5 It’s different) int hMetaTrader = GetAncestor(WindowHandle(Symbol(),Period()),2);         … Read more