Tool lesson

Pivot Calculator: Read Historical Accuracy With Humility

A practical Pivot Calculator lesson for reading tested, respected, and accuracy percentages as evidence quality, then checking tolerance, sample size, data freshness, CPR behavior, and regime shifts before writing a neutral watch note.

14 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

Define the evidence before reading the score

Trader question

Which market, timeframe, level, and rule am I testing?

Historical accuracy is only meaningful after the learner names the symbol, exchange, timeframe, level type, lookback window, and tolerance. Changing the rule after seeing the number creates false confidence.

Desk checklist

  • Choose the market and timeframe first.
  • Name the level type before comparing scores.
  • Avoid changing the rule until after the read is written.

Interactive proof

Historical Accuracy controls for exchange, symbol, timeframe, and period

Use the accuracy lab to choose a level behavior, tolerance, and sample window before reading the score.

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

Historical Accuracy Humility Lab

A practical historical accuracy lab for changing tolerance and sample windows while reading tested, respected, and CPR behavior as evidence quality instead of prediction quality.

Native scroll

A practical historical accuracy lab for changing tolerance and sample windows while reading tested, respected, and CPR behavior as evidence quality instead of prediction quality.

43s Remotion sceneTestedVsRespectedVideo

Tested is not respected

A price path touches a pivot level, then two outcomes split: close away means respected, close through means failed.

Storyboard beats4 cues
1

A pivot level appears as a horizontal line.

2

The first path touches and closes away from the level.

3

The second path touches and closes through the level.

4

The caption separates tested from respected.

Remotion code

TestedVsRespectedVideo

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 TestedVsRespectedVideo = () => (
  <AbsoluteFill style={{background: "#fff8e8", color: "#071126", padding: 72}}>
    <h1>Tested only means price reached the level.</h1>
    <div style={{marginTop: 74, borderTop: "3px solid #d9971f"}}>Pivot level</div>
    <Sequence from={28}>
      <p style={{marginTop: 42}}>Respected = tested, then closed away.</p>
    </Sequence>
    <Sequence from={64}>
      <p>Failed = tested, then closed through.</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