Can anyone help me: I find old Amibroker code for  Enhance  OBV ():
myobv=Cum(V*((H-O)/(H-L)))-Cum(V*((O-L)/(H-L)));
Graph2=myobv;
Graph2Style=1;
Graph2Color=6;
For some reason when I created an indicator based on this code on 
intraday charts I did not see anything. Any idea why this happen?

Thanks,

Michael


Reply via email to