TREND, MOVING AVERAGES & STRUCTURE
Camarilla pivots
A set of intraday support and resistance lines built from yesterday's candle.
spec id: camarillaoutputs: pp · r1 · s1 · r2 · s2 · r3 · s3 · r4 · s4
What does Camarilla pivots measure?
A set of intraday support and resistance lines built from yesterday's candle. The inner lines are the ones traders fade; the outer ones are where they expect a breakout.
How is Camarilla pivots calculated?
Take yesterday's high-to-low range and yesterday's close. Step out from that close by fixed fractions of the range to get the four resistance levels above (r1-r4) and the four support levels below (s1-s4); `pp` is yesterday's high, low and close averaged. Every level uses only the PREVIOUS candle, so it is known before today opens.
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 Camarilla pivots in a bot?
In the builder, add an indicator of type camarilla. Its output series — pp, r1, s1, r2, s2, r3, s3, r4, s4 — 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
- Choppiness indexA 0-100 meter for whether the market is trending or just chopping about.
- DEMAA trend line that turns faster than a normal exponential average, with less of the lag that makes moving averages arrive late.
- DeMark pivotsA support and resistance pair built from yesterday's candle, with a twist: the level shifts depending on whether yesterday closed up or down.
- Donchian channelA channel drawn straight through the recent highs and lows.
Or browse all 158 indicators in the full library.