Also i want to create this simple indicator (OBV modified):
myobv=***(V*((H-O)/(H-L)))-***(V*((O-L)/(H-L)));
*** is the Cumulative function.
Thanks
myobv=***(V*((H-O)/(H-L)))-***(V*((O-L)/(H-L)));
*** is the Cumulative function.
Thanks