Forum

How to increase local backtest symbols limit?

Hi could be possible increase local backtest symbol select limit

CustomRatesReplace returning -1 with LastError = 0

Can anyone explain how CustomRatesReplace could return -1 and LastError set to 0

Invalid EX5 file (534)

HI, anyone with this kind of problem? I try to compile / run the indicator and any .ex5 file, and i receive this error at TERMINAL - Experts tab, even Example files. Anyone

DLL Print() to stdout

Hi guys, i'm using an third part DLL and it usse stdout to print some information, should be possible redirect stdout to some variable and 'send it' to mql5, any idea how to do this? I'm using VS 2015 C++ thanks

Exclusive locking files / Executing only one EA per Symbol

I was trying to execute only one EA per _Symbol, i tried mutex and winapi, but that was very ugly... Asking to MQL5 support they report me this interesting condition: FileOpen when not used with shared write or shared read will open file with exclusive lock, including the FILE_COMMON flag you could