pipsqueak1
pipsqueak1
pipsqueak1
Added topic What's the future for MT5?
I was playing around with MT5 and noticed it was hammering my CPU, which led me to do some investigation... It seems the general consensus is that MT5 uses 3x more RAM than MT4; also you can't set the candle history to 100 for example, the minimum is
pipsqueak1
Added topic SymbolIsSynchronized() always returns false?
If I create an EA* and use SymbolIsSynchronized() on EURUSD for example: int OnInit () { bool result = SymbolIsSynchronized("EURUSD") ; printf("sync status: %u", result );    return ( INIT_SUCCEEDED ); }; The terminal prints the following
pipsqueak1
Registered at MQL5.community