Forum

MT5 compile error

I'm trying to compile a program written by someone else, and I'm getting an error. I'm showing in the code section the part of the code that's giving me a problem, a section that's designed to execute a buy. The line that's giving me a problem, per the compiler, is: MqlTradeRequest req= {0}; And the