Supply and Demand trading - page 2

 

How can i change the zones draw for 


(High[1+i] - MathMax(Open[1+i], Close[1+i])) //Candlestick Upper Wick or Shadows

(MathMin(Open[1+i], Close[1+i]) - Low[1+i]) //Candlestick Lower Wick or Shadows


To draw more precise areas with the excess or wicks of the candles, not the body, these would be the correct calculations