# Mission: Independent PivotBoss Market Analysis ## Why I trade Indian indices (NIFTY, and by extension BANKNIFTY) and I have a working data pipeline for live/pre-market analysis. Right now I lean on tools and reference files; I want to reach the point where I can read a real chart and run the full PivotBoss thought process myself — decide *where* price is relative to value and pivots, *what* the auction is doing, *whether* a setup is valid or invalid, *where* the risk is, and explain my reasoning without needing the reference library beside me. ## Success looks like - I can take a fresh session's data (open, prior range, prior value, CPR, Camarilla, pivots) and classify the day myself. - I can explain why a setup is valid or invalid in my own words, including context and confluence. - I can state a thesis with a defined invalidation (not a prediction without a falsification condition). - I can say "no trade" with a clear reason when there is no edge. - I can calculate and interpret every core level (PP/R1-R3/S1-S3, CPR, Camarilla, width, relationships) from OHLC data. - I can combine multiple tools into a Hot Zone / confluence judgment rather than trading one level in isolation. - I can manage a trade: entry trigger, stop, target, failure point, scaling, exit discipline. - I can reconstruct a finished session and honestly score my own decisions (no hindsight, no hidden failed calls). ## Constraints - Learning happens lesson-by-lesson in this workspace, using the `teach` skill. - I already have a data pipeline (NIFTY daily OHLC, 5m indicators, live market JSON) — lessons should tie concepts back to real market data where possible. - I trade Indian indices; example calculations should use realistic index-level magnitudes (e.g. NIFTY in the ~20,000–26,000 range) unless a lesson is about arithmetic abstraction. - I want a structured, progressive climb — never jump levels, never skip prerequisites. ## Out of scope - Options strategy mechanics as a standalone subject (only reach it after the core methodology is solid). - Building the automated backtesting system as a goal in itself — systematic representation is useful, but the mission is *my* independent judgment, not a machine. - Generic indicator trading (moving averages, RSI, MACD as standalone systems) — only VWAP/PEMA/ADR as they fit the PivotBoss framework.