{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;
[email protected] [equismetastock] Sun, 13 Jul 2014 18:40:15 -0700
{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;