// Downloaded From https://www.WiseStockTrader.com
_SECTION_BEGIN("FibVolume");

t0=HHV(Volume ,5);

RV30=0.382*t0;
RV60=0.618*t0;

Displace=0;
Plot(RV30," Vol 30%",colorAqua,styleLine,0,0,Displace);
Plot(RV60," Vol 60%",colorPink,styleLine,0,0,Displace);


_SECTION_END();