Return the On balance volume indicator value of the selected price.
Syntax:
1 |
OBV(price) |
Example:
1 2 3 4 5 6 |
i1 = OBV(close) i2 = OBV(close[10]) test = i1-i2 RETURN test |
Return the On balance volume indicator value of the selected price.
Syntax:
1 |
OBV(price) |
Example:
1 2 3 4 5 6 |
i1 = OBV(close) i2 = OBV(close[10]) test = i1-i2 RETURN test |