Hi there,
I have two questions on the scripts:
[1] I have this script which sets an order bracket at 3R:
CXL ALLSYMB; Route=Limit;Share=Pos;Price=AvgCost-StopPrice;Price=Price*3;Price=Price+AvgCost;Price=Round2;Route=Stop;StopType=Range;LowPrice=StopPrice;HighPrice=Price;TIF=DAY+;SELL=Send
But I am trying to set two target limit orders instead of the single target.
ie. 33% at 2R, 100% at 3R? (I am still backtesting my exit management and this may change to B/E at 2R and 100% at 3R)
Is this possible to do this with a single script/hotkey?
[2] I can raise the stop to Break Even easily but Is it possible to raise the stop to 2R (or 1.8R) once I get to 2R? I guess I can if I keep the same ticker showing but not is I want to switch tickers in the montage?
Thanks in advanced