Hi,
I am writing a simple rotational model which exits current position and enters highest momentum symbol on open. Trade delay set to 1 and ApplyStop( Percent, Profit, 5 ) executing intraday on the following bar.
I understand that Point and Percent type stops are available in rotational backtest mode and variable amounts are not. I have entered the number '5' as the amount yet the size of my profit targets are all different - both in terms of the percentage amount and the absolute point amount.
Is the number 5 here (which I thought was a fixed amount and therefore should be both available in rotational backtest mode and also of a constant amount in the backtest results) causing a problem because it is generating an array by calculating 5% of the price each day to create a target price level?
Does anybody know how to use percentage based targets and stops in rotational backtest mode?
Many thanks for reading!