Hi,
I tried using the Cross Back Under System strategy.
It gives great results with VXX and VXZ securities,100% Win rate!!
It does well with the index ETFs too - like DIA, SPY.
However, with other stocks and Closed End Funds, some trades result in large losses.
I would like to introduce a stop loss statement, ex.
Position p = LastPosition;
SellAtStop( bar+1, p, p.EntryPrice * 0.95, "5% Stop Loss" );
I do not udnerstand the code well enough to know how to do this.
Can you please help?
The Code is given below:
CODE:
Please log in to see this code.
Thanks