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

SetexitonClose



PureBytes Links

Trading Reference Links

Abhijit,

I use the SetExitonClose in seven different trading models and it works on
all of them when backtesting to 1996.

You might try:

If marketposition = 1 then setexitonclose;
if marketposition = -1 then setexitonclose;

Hope this helps...

tt