the formula I want to use will be something like this
IF Delta>0 , Delta / PriceChange , 0
NOte: PriceChange= BarOpenPrice - BarCurrent Price (result should be calculated as ticks)
Can you help me with the syntax and formulas of this expression? I dont know how to find the delta or the price values.
Thanks

Comment