{Close as % of Range}
 (C - L) / (H - L) * 100;
 

 {Range as % of Avg Range}
 Abs(O-C) / (Mov(H,60,S)-Mov(L,60,S)) *100
 

 {Candle Body as % of Range}
 
 ABS(C-O)/(H-L)*100;
 

Reply via email to