// Downloaded From https://www.WiseStockTrader.com
myobv=Cum(V*((H-O)/(H-L)))-Cum(V*((O-L)/(H-L)));

Graph2=myobv;
Graph2Style=1;
Graph2Color=6;