MOMENTUM & OSCILLATORS
Abs price oscillator
The raw gap between a fast trend line and a slow one.
spec id: apofast (default 12) · slow (default 26)
What does Abs price oscillator measure?
The raw gap between a fast trend line and a slow one. A positive, widening gap says the trend is accelerating; a shrinking one says it is tiring.
How is Abs price oscillator calculated?
Take a 12-candle exponential average of the close and a 26-candle one, and subtract the slow from the fast. The answer is in dollars, not percent — which is why it is bigger on expensive stocks.
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 Abs price oscillator in a bot?
In the builder, add an indicator of type apo (parameters: fast, default 12; slow, default 26). Its value becomes an operand 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
- AroonA pair of 0-100 meters for how RECENTLY the market set a new high and a new low.
- Bearish engulfingA two-candle reversal pattern: after an up candle, a bigger down candle swallows it whole.
- BiasHow far price has run away from its own average, as a percentage.
- Bullish engulfingA two-candle reversal pattern: after a down candle, a bigger up candle swallows it whole.
Or browse all 158 indicators in the full library.