i´m using an unmanaged strategy. So far i do the trailstop
CalculateOnBarClose = true;
below the low (low[0] - ticksize) and above the high (high[0] + ticksize)
of an finished candle.
I now like to test a trailstop
CalculateOnBarClose = false;
that trails 1 tick below the current Bid-Price for Long trades and
1 tick above the current Ask-Price for Short trades.
Is it possible to access this valued during live trading ?
Thank you !

Comment