Tool lesson

Pivot Calculator: Use Confluence And Context Without Overconfidence

A practical Pivot Calculator lesson for reading multi-timeframe confluence zones as attention weights, then demoting or validating the read with fair value, event risk, and data-freshness checks.

15 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

Treat confluence as attention weight

Trader question

Do multiple maps point to the same area, and what could weaken that read?

Multi-timeframe confluence can make a zone worth closer observation, but it is not proof. The learner should read cluster strength, then check context before assigning attention.

Desk checklist

  • Count which timeframes are actually aligned.
  • Read confluence as attention weight.
  • Ask what context could demote the read.

Interactive proof

Multi-Timeframe Pivots and confluence zones

Use the confluence lab to switch between clean, farther, and conflicted clusters before assigning attention.

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

Confluence Context Map Lab

A practical confluence lab for weighing daily, weekly, and monthly pivot clusters against fair-value, event-risk, and data-freshness context before assigning attention.

Native scroll

A practical confluence lab for weighing daily, weekly, and monthly pivot clusters against fair-value, event-risk, and data-freshness context before assigning attention.

44s Remotion sceneConfluenceIsWeightVideo

Confluence is attention weight

Daily, weekly, and monthly levels cluster together, then the caption changes from proof to attention weight.

Storyboard beats4 cues
1

Daily level appears first.

2

Weekly and monthly references join the same zone.

3

A 3x confluence badge appears.

4

The final frame says: weight, not proof.

Remotion code

ConfluenceIsWeightVideo

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";

const refs = ["D_R1", "W_Pivot", "M_Fib_618"];

export const ConfluenceIsWeightVideo = () => (
  <AbsoluteFill style={{background: "#fff8e8", color: "#071126", padding: 72}}>
    <h1>Confluence raises attention. It does not prove the trade.</h1>
    {refs.map((ref, index) => (
      <Sequence key={ref} from={index * 18}>
        <div style={{marginTop: 30, borderTop: "2px solid #d9971f"}}>{ref}</div>
      </Sequence>
    ))}
    <Sequence from={78}>
      <p>3x confluence \u00B7 context still gets a vote</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