DislikedHi Max,
Looks like we have an undefined variable here, as mine doesn't compile.
Compilation error:
'mode9buy' - variable not defined NBv5-19082010-mx066.mq4 (1648, 23)
and
'mode9sell' - variable not defined
Cheers,
RomanoIgnored
void IsDirectionStillValid()
{if (TradingStatus == mode9buy || TradingStatus == mode9sell) return;// mod v19
thanks
Romano