Pivot Calculator: Recalculate Intraday Without Erasing The Original Map
A practical Pivot Calculator lesson for comparing the official completed-session map with a provisional today-so-far map, using recalculation gates, pivot shift, CPR width, and neutral watch notes.
Educational only
The examples teach workflow and risk framing. They do not provide trade recommendations, personalized advice, leverage guidance, or guaranteed outcomes.
Chapter 01
Start with two labeled maps
Trader question
Which map is fixed, and which map is only today-so-far?
The completed-session map is built from the prior high, low, and close and remains the official anchor. The intraday map is a provisional second reference built from today's high, low, and current price.
Desk checklist
- Label the completed-session map before recalculating.
- Label the today-so-far map as provisional.
- Compare maps before changing the desk note.
Interactive proof
Intraday Recalculation beside the original completed-session map
Use the intraday shift lab to compare original and adaptive levels without hiding either map.
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
Intraday Shift Lab
A practical intraday recalculation lab for comparing a provisional adaptive pivot map against the official completed-session map without confusing the two references.
A practical intraday recalculation lab for comparing a provisional adaptive pivot map against the official completed-session map without confusing the two references.
The original map stays visible
The completed-session pivot map remains on screen while the intraday map is introduced as a second reference.
Previous high, low, and close build the official pivot map.
The map locks with a completed-session label.
Today's high and low appear beside it.
The final frame keeps both maps visible.
Remotion code
OriginalMapStaysVideo
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 OriginalMapStaysVideo = () => (
<AbsoluteFill style={{background: "#fff8e8", color: "#071126", padding: 72}}>
<h1>Do not erase the official map.</h1>
<Sequence from={18}><p>Completed session: prior high, low, close.</p></Sequence>
<Sequence from={52}><p>Intraday map: provisional second reference.</p></Sequence>
<Sequence from={86}><p>Both stay visible before the desk note changes.</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.