Skip to main content

up down volume for Amibroker (AFL)

Copy & Paste Friendly
UDV1 = 50*MA(V,50);//
UDV2 = OBV()-Ref(OBV(),-50);
UDV = (UDV1+UDV2)/(UDV1-UDV2);