Tool lesson

Pivot Calculator: Read CPR As The Balance Zone

A practical Pivot Calculator lesson for reading Central Pivot Range as the completed session's balance band, then using price position and invalidation prompts before moving to support and resistance.

13 minBeginner6 chapters

Educational only

The examples teach workflow and risk framing. They do not provide trade recommendations, personalized advice, leverage guidance, or guaranteed outcomes.

Chapter 01

Find the completed session's center

Trader question

Where is the center of the completed session's map?

CPR is the central balance band built from the completed session's high, low, and close. It gives the map a center before the learner studies the wider support and resistance ladder.

Desk checklist

  • Confirm the OHLC session is completed.
  • Read CPR as a band, not a single magic line.
  • Use the band to orient the map before judging any level.

Interactive proof

CPR tab

Use the CPR lab to switch between narrow, normal, and wide examples before moving the live price marker.

R271,380
R170,860
CPR top70,480
Pivot70,260
CPR bottom70,040
S169,680
S269,140

Current example price: local currency 70,410. The lesson asks whether price is accepting inside CPR or rejecting near R1/S1 before acting.

Interactive desk lab

CPR Balance Zone Lab

A practical CPR lab for reading TC, Pivot, BC, width classification, and live price position without turning the band into a trade command.

Native scroll

A practical CPR lab for reading TC, Pivot, BC, width classification, and live price position without turning the band into a trade command.

44s Remotion sceneCprBalanceBandVideo

CPR is the completed session's center

TC, Pivot, and BC appear as a center band before any support or resistance ladder is discussed.

Storyboard beats4 cues
1

A completed high, low, and close row locks in.

2

Pivot appears first as the central line.

3

TC and BC expand into a visible band.

4

The caption reads: balance zone, not command.

Remotion code

CprBalanceBandVideo

The snippet is stored with the lesson so a future Remotion project can render the chapter video.

Show component snippet
import {AbsoluteFill, Sequence} from "remotion";

export const CprBalanceBandVideo = () => (
  <AbsoluteFill style={{background: "#fff8e8", color: "#071126", padding: 72}}>
    <h1>CPR gives the session a center.</h1>
    <Sequence from={24}>
      <div style={{marginTop: 80, borderTop: "3px solid #2454a6"}}>TC</div>
    </Sequence>
    <Sequence from={42}>
      <div style={{marginTop: 32, borderTop: "3px solid #d9971f"}}>Pivot</div>
    </Sequence>
    <Sequence from={60}>
      <div style={{marginTop: 32, borderTop: "3px solid #047857"}}>BC</div>
    </Sequence>
    <Sequence from={82}>
      <p>Read it as balance, not as an instruction.</p>
    </Sequence>
  </AbsoluteFill>
);

Sources used for this tutorial

Next step

Open the tool with the checklist beside you.

Move from the lesson into the matching Bullion Brains tool, keep the checklist visible, and treat the output as evidence until the caveats are clear.

Open Pivot Calculator