Comment – library MetaTrader 5

Comment - library for MetaTrader 5
Just add the code  #include    settings will appear. Example of usage with default settings. No need to declare an instance of the class. #include <Comm.mqh> //+——————————————————————+ void OnTick()       string str = “PROGRAM_NAME = ” + MQLInfoString(MQL_PROGRAM_NAME) + “\n” + (string)TimeCurrent();    comm.Comm(str);    //+——————————————————————+ Example of use with the ability to change … Read more

Post my EA Auto_RXD for your comment and improvement – EA MetaTrader 4

Post my EA Auto_RXD for your comment and improvement - expert for MetaTrader 4
After wrote many EAs of many strategies, I think maybe this one has more potential, I post it here for your testing, verifing, and tuning, wish you can find bugs or improvements and reply here. Different symbols may have different settings, the default setting is not suitable for live trading, maybe you can fine tune … Read more

Clean up all drawings ( Delete All Object Comment etc ) – script MetaTrader 4

Clean up all drawings ( Delete All Object Comment etc ) - script for MetaTrader 4
The script is best use to clean up all drawings ( Delete All Object, Comment, horizontal line, vertical line, arrows etc) on current chart. Please feel free to modify based on your needs. Recommendations: Create keyboard hotkey for the script – right click on script name and then select “Set hotkey”. Or drag and drop … Read more

Clean up all drawings ( Delete All Object Comment etc ) – script MetaTrader 5

Clean up all drawings ( Delete All Object Comment etc ) - script for MetaTrader 5
The script is best use to clean up all drawings ( Delete All Object, Comment, horizontal line, vertical line, arrows etc) on current chart. Please feel free to modify based on your needs. Recommendations: Create keyboard hotkey for the script – right click on script name and then select “Set hotkey”. Or drag and drop … Read more