Is it possible to use Flip with Applystop as the only exit?

as in ....

Buy = myConditions;
Sell = 0;

Applystop( whatever is needed,  .........);

InLong = Flip( Buy, what_do_I_put_here_ in_lieu_of _Sell?);

Have tried the Equity(); function and

exit = Sell == 2; //for e.g. for StopTypeLoss

InLong = Flip( Buy, Sell == 2);

with no joy.

Can this be done somehow?

-- 
Regards

ChrisB



Reply via email to