anothertoy
09-01-2009, 04:17 PM
if i don't know whether the current position is long or short, can i just put in my strategy to:
ExitShort();
ExitLong();
and that will close any open positions? Or will this produce an error?
ExitShort();
ExitLong();
and that will close any open positions? Or will this produce an error?