Intraday CPR Scalper Upgrade
Budget: ₹600 – ₹1,500 INR
I already have a solid Pine v5 foundation that draws cash-session CPR, previews tomorrow’s levels, pipes in futures data, colours candles with Elder Impulse and prints a width table. Now I want to turn that base into the finished “Master_Scalper” intraday system.
What still needs building is the logic that actually trades:
• Plot pivots for both cash and, when toggled, their corresponding futures symbols.
• Add a daily (and optional weekly) CPR-width dashboard that classifies narrow / normal / wide ranges by percentage.
• Code the eight setups I’ve defined: four breakouts and four reversals, each with a fixed 0.03 % buffer, only one live signal at a time, plus strict SL, TSL and exit conditions.
• Confirmation is purely technical-indicator based and, per my spec, relies on CPR itself.
• Emit exactly four alerts—Long Entry, Short Entry, Long Exit, Short Exit—with clean, unique IDs.
• Phase-5 “no-trade” filters are already described; wire them in so any active rule suppresses signals.
• Keep everything non-repainting and extend the existing script rather than rewriting—structure, variable names and comments must remain intact for future maintenance.
Hand-off deliverable: a single, neatly commented Pine Script v5 file that drops straight into TradingView and passes manual back-testing for today’s cash and futures sessions without repainting.
**** Full deescription in the attached file ******
What still needs building is the logic that actually trades:
• Plot pivots for both cash and, when toggled, their corresponding futures symbols.
• Add a daily (and optional weekly) CPR-width dashboard that classifies narrow / normal / wide ranges by percentage.
• Code the eight setups I’ve defined: four breakouts and four reversals, each with a fixed 0.03 % buffer, only one live signal at a time, plus strict SL, TSL and exit conditions.
• Confirmation is purely technical-indicator based and, per my spec, relies on CPR itself.
• Emit exactly four alerts—Long Entry, Short Entry, Long Exit, Short Exit—with clean, unique IDs.
• Phase-5 “no-trade” filters are already described; wire them in so any active rule suppresses signals.
• Keep everything non-repainting and extend the existing script rather than rewriting—structure, variable names and comments must remain intact for future maintenance.
Hand-off deliverable: a single, neatly commented Pine Script v5 file that drops straight into TradingView and passes manual back-testing for today’s cash and futures sessions without repainting.
**** Full deescription in the attached file ******