// Downloaded From https://www.WiseStockTrader.com
UDV1 = 50*MA(V,50);//
UDV2 = OBV()-Ref(OBV(),-50);
UDV = (UDV1+UDV2)/(UDV1-UDV2);