VOLUME & MONEY FLOW

Klinger volume osc

A long-term money-flow oscillator.

spec id: kvooutputs: line · signalfast (default 34) · slow (default 55) · signal (default 13)

What does Klinger volume osc measure?

A long-term money-flow oscillator. It tries to separate the volume that is actually driving the trend from the volume that is just noise.

How is Klinger volume osc calculated?

For each candle, decide whether the trend is up or down from the high-low-close total, build a running measure of the trend's cumulative range, and turn the candle's volume into a signed force from those. Then subtract a 55-candle exponential average of that force from a 34-candle one. `signal` averages the result over a further 13 candles.

Written by reading the engine’s real computation, not a textbook — where the two differ, the page describes what actually runs.

How do I use Klinger volume osc in a bot?

In the builder, add an indicator of type kvo (parameters: fast, default 34; slow, default 55; signal, default 13). Its output series — line, signal — become operands you can compare in any entry or exit rule. The engine grades the whole rule honestly: real fills, no look-ahead, half the history held back.

Related indicators

Or browse all 158 indicators in the full library.

Build a bot that trades on Klinger volume osc — the first backtest is free.

Run a free backtest