Under conditions and actions/Do the following I specify:
Variable4=KeltnerChannel(1.5,10).Lower(0)
Then under Stops and Targets I specify:
SetProfitTarget("Short".CalculationMode.Price,Vari able4)
So I want a target for the short depending on the price level of the lower Keltner band at that moment. All the time I get a target equal to entry level. If I specify Calculation.Mode ticks then I get the same result: Target level equal entry level.
Question: How can I implement in the Wizard the scenario where my target is set depending on a variable (in this case reflecting the level of the lower Keltner band as target for the trade).

Comment