Darker Host / Publications
Forum
Is this code outdated in MQL5 Counting the number of long Position, Please help me look into it. thanks
#include <Trade\Trade.mqh> #define MagicNumber = 0 ; // Magic number int OnInit () { return ( INIT_SUCCEEDED ); } //+------------------------------------------------------------------+ //| Expert deinitialization function |