Comment – library 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