Hi Warthog,
Looks like a very interesting strategy, however is there some text missing in the BUY signal? I read:
"
if (ma2 > ma2[1] and ma2[1]<MA2[2]) then< p> begin
buy next bar at open;
end;
"
but all the other 'if' statements have a ") then" before the begin.
Thanks
Looks like a very interesting strategy, however is there some text missing in the BUY signal? I read:
"
if (ma2 > ma2[1] and ma2[1]<MA2[2]) then< p> begin
buy next bar at open;
end;
"
but all the other 'if' statements have a ") then" before the begin.
Thanks