AFL for take profit

#1
Hello,

I want to define takeprofit and stoploss in points.
i can't use ApplyStop function as i am using bridge to send orders to nest.

takeprofit = Ref(BuyPrice,0) + 10 ;
Sell = takeprofit;

how can i refer to price directly and add or subtract its value ?


Thanks
 

Similar threads