pvo
Percentage Volume Oscillator
pvo(fast, slow, signal)
MACD of volume. Defaults 12, 26, 9. Sisters: pvosignal, pvohist.
Parameters
| Name | Type | Description |
|---|---|---|
fastoptional | int default 12 | Fast EMA of volume. |
slowoptional | int default 26 | Slow EMA of volume. |
signaloptional | int default 9 | Signal EMA. |
Return value
series
Example
oscillator plot pvo() as "PVO" plot pvosignal() as "Signal" when pvo() crosses above pvosignal() then buy