Hi
build 527
I am having a strange problem. when I step through the code "F10", and reach the line double Y=0.0; in the following loop
the mt5 terminal gets closed and the debugging mode exits.
build 527
I am having a strange problem. when I step through the code "F10", and reach the line double Y=0.0; in the following loop
MQL5:
for( ushort i = 0; i < n; i++) { double Y=0.0;
the mt5 terminal gets closed and the debugging mode exits.
Last edited by a moderator: