[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EXIT STRAT



PureBytes Links

Trading Reference Links

Can anyone tell me what is wrong with this code.  I keep getting exits with
much larger losses than $1000 on S&P contracts.  I'd appreciate the help.

If marketposition = 1 and OpenPositionProfit < -1000 then exitlong
("StopL");
If marketposition = -1 and OpenPositionProfit < -1000 then exitshort
("StopS");

Regards,

Michael