if (Close[0] < Open[1])
{
ExitLong("","");
}
if i use " ExitLongLimit(0, "", "");"
then that doesn't work.. i guess the system treats that as a stoploss? and since i have a trailing stoploss on.. it wont execute
any ideas?

Comment