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

Strategy just for exits



PureBytes Links

Trading Reference Links

Does anyone know if I can have a strategy that only stops me out of a trade 
by does not take the entry.  A manual entry with an automatic exit.

For example - something like (syntax may not be right)

if Marketposition = 1
and C > Avg(C,3)
then ExitLong;


Or do I need to enter the trade with a strategy to be able to close it with 
one?

thanks