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.
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.
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.
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.
Tested is not respected
A price path touches a pivot level, then two outcomes split: close away means respected, close through means failed.
A pivot level appears as a horizontal line.
The first path touches and closes away from the level.
The second path touches and closes through the level.
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.