| name | intraday-trader-nsekit-mcp |
| description | Use this skill for institutional-level intraday trading in Indian markets (NSE/BSE). Triggers: pre-market prep, Nifty/BankNifty directional bias, FII/DII flow analysis, India VIX interpretation, option chain PCR/OI analysis, F&O expiry strategies, intraday bullish/bearish condition detection, Gift Nifty gap analysis, block/bulk deal signals, participant-wise OI, MWPL, sector rotation, 0DTE weekly expiry plays, intraday risk management, and any query requiring live NSE data via NseKit MCP tools. Always use NseKit MCP tools to fetch live/historical market data โ never rely on memory for prices, OI, FII flows, VIX, or option chain data.
|
| license | MIT |
| version | 2.0.0 |
๐ฎ๐ณ India Institutional Intraday Trader Skill
Powered by NseKit MCP โ Live NSE Data First, Always
โก GOLDEN RULE
Never guess market data. Always call NseKit MCP tools first.
Prices, OI, VIX, FII flows, option chains โ fetch them live. Then apply the frameworks below.
1. ๐ก Market Data โ NseKit MCP Tool Reference
1.1 Pre-Market Intelligence Tools
get.nse_market_status("Nifty50")
get.nse_is_market_open("Capital Market")
get.is_nse_trading_holiday()
get.cm_live_gifty_nifty()
get.pre_market_nifty_info("NIFTY 50")
get.pre_market_nifty_info("Nifty Bank")
get.pre_market_info("Securities in F&O")
get.pre_market_all_nse_adv_dec_info()
get.pre_market_derivatives_info("Index Futures")
1.2 Live Market Data Tools
get.index_live_all_indices_data()
get.index_live_indices_stocks_data("NIFTY 50")
get.index_live_contribution("NIFTY 50")
get.index_live_nifty_50_returns()
get.india_vix_historical_data("1D")
get.india_vix_historical_data("1M")
get.cm_live_equity_full_info("RELIANCE")
get.cm_live_most_active_equity_by_value()
get.cm_live_most_active_equity_by_vol()
get.cm_live_volume_spurts()
get.cm_live_52week_high()
get.cm_live_52week_low()
get.cm_live_block_deal()
get.cm_live_market_statistics()
1.3 F&O Live Data Tools (Core for Intraday)
get.fno_live_option_chain("NIFTY")
get.fno_live_option_chain("BANKNIFTY")
get.fno_live_option_chain("NIFTY", expiry_date="current")
get.fno_live_option_chain("RELIANCE", expiry_date="27-Jan-2026")
get.fno_live_futures_data("NIFTY")
get.fno_live_futures_data("BANKNIFTY")
get.fno_live_futures_data("RELIANCE")
get.fno_live_change_in_oi()
get.fno_live_oi_vs_price()
get.fno_live_most_active_contracts_by_oi()
get.fno_live_most_active_contracts_by_volume()
get.fno_live_most_active_underlying()
get.fno_live_most_active("Index", "Call", "Volume")
get.fno_live_most_active("Index", "Put", "Volume")
get.fno_live_most_active("Stock", "Call", )
get.fno_live_most_active(, , )
get.fno_live_most_active_options_contracts_by_volume()
get.fno_expiry_dates(, )
get.fno_expiry_dates(, )
get.fno_expiry_dates(, )
get.fno_expiry_dates(, )
get.fno_eom_lot_size()
get.fno_eod_sec_ban()
get.fno_eod_mwpl_3()
1.4 FII / DII & Institutional Flow Tools
get.cm_eod_fii_dii_activity()
get.cm_eod_fii_dii_activity("Nse")
get.fno_eod_fii_stats("DD-MM-YYYY")
get.fno_eod_participant_wise_oi("DD-MM-YYYY")
get.fno_eod_participant_wise_vol("DD-MM-YYYY")
get.cm_eod_block_deal()
get.cm_eod_bulk_deal()
get.cm_hist_block_deals("1W")
get.cm_hist_bulk_deals("1W")
get.cm_live_hist_insider_trading("1D")
1.5 Historical & Reference Tools
get.index_historical_data("NIFTY 50", "1M")
get.index_historical_data("NIFTY BANK", "1W")
get.index_pe_pb_div_historical_data("NIFTY 50","1M")
get.cm_hist_security_wise_data("RELIANCE", "1M")
get.cm_hist_security_wise_data("TCS", "01-10-2025", "17-10-2025")
get.future_price_volume_data("NIFTY", "Index Futures", "3M")
get.option_price_volume_data("BANKNIFTY", "Index Options", "3M")
get.cm_eod_bhavcopy_with_delivery("DD-MM-YYYY")
get.cm_eod_equity_bhavcopy("DD-MM-YYYY")
get.fno_eod_bhav_copy("DD-MM-YYYY")
get.cm_eod_52_week_high_low("DD-MM-YYYY")
get.historical_advances_decline("Day_wise","OCT",2025)
mc.fetch_adv_dec("NIFTY 50")
mc.fetch_adv_dec()
get.cm_eod_surveillance_indicator()
get.cm_eod_short_selling()
get.cm_hist_short_selling()
2. ๐
Pre-Market Preparation Protocol
Step-by-Step Morning Routine (8:45โ9:15 IST)
STEP 1 โ Global Context
โโโ Check Gift Nifty: get.cm_live_gifty_nifty()
โ Gap > +0.5% โ Bullish bias; watch for gap-fill risk
โ Gap < -0.5% โ Bearish bias; look for bounce levels
โ Gap < ยฑ0.2% โ Neutral/range day likely
โ
โโโ USD/INR from same call
โ INR weakening โ FII outflow risk โ cautious on index longs
โ INR stable โ Neutral FII stance
โ
STEP 2 โ Pre-Open Data
โโโ get.pre_market_nifty_info("NIFTY 50")
โ IEP vs prior close โ confirms gap direction
โ A/D ratio > 3:1 โ Strong bullish breadth at open
โ A/D ratio < 1:3 โ Strong bearish breadth at open
โ
โโโ get.pre_market_nifty_info("Nifty Bank")
โ BankNifty IEP diverging from Nifty โ watch for index divergence trades
โ
STEP 3 โ India VIX
โโโ get.india_vix_historical_data("1D")
โ VIX < 13 โ Low vol; range-bound / theta strategies
โ VIX 13โ17 โ Normal intraday range; standard plays
โ VIX 17โ22 โ Elevated; wider stops; reduce size
โ VIX > 22 โ Crisis mode; go flat or hedge-only
โ
STEP 4 โ FII/DII Flow
โโโ get.cm_eod_fii_dii_activity()
โ FII net buyer 3 consecutive days โ sustained bullish tailwind
โ FII net seller + DII buyer โ market supported but caution
โ Both selling โ no prop desk longs
โ
STEP 5 โ Option Chain Snapshot
โโโ get.fno_live_option_chain("NIFTY")
โ Max OI Call side โ resistance magnet for the day
โ Max OI Put side โ support magnet for the day
โ PCR calculation โ see Section 3
โ
STEP 6 โ Level Map
โ Prior Day High / Low / Close (from bhavcopy or index_historical)
โ Pre-open IEP = Opening reference
โ Max OI Call strike = Day resistance
โ Max OI Put strike = Day support
3. ๐ Market Condition Detection Framework
3.1 India VIX Regime Table
| VIX Level | Regime | Strategy Mode |
|---|
| < 12 | Ultra-Low Vol | Sell options, tight range scalps, avoid momentum |
| 12โ15 | Low-Normal | ORB, VWAP plays, controlled momentum |
| 15โ18 | Normal | All intraday strategies valid; standard sizing |
| 18โ22 | Elevated | Reduce size 30โ40%; wider stops; avoid overnight |
| 22โ28 | High | Hedge-only or flat; no net directional exposure |
| > 28 | Crisis | Cash / short-only; max 50% normal position size |
3.2 PCR (Put-Call Ratio) Interpretation
PCR > 1.3 โ BULLISH (heavy put writing = market makers expect upside)
PCR 1.1โ1.3 โ Mildly Bullish
PCR 0.9โ1.1 โ Neutral / Range
PCR 0.7โ0.9 โ Mildly Bearish
PCR < 0.7 โ BEARISH (heavy call writing = market makers expect downside)
โ ๏ธ Extreme PCR > 1.5 or < 0.5 โ CONTRARIAN signal (reversal likely)
3.3 OI vs Price Matrix (4 Quadrants)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ OI โ + Price โ = LONG BUILDUP ๐ข Bullish โ
โ OI โ + Price โ = SHORT BUILDUP ๐ด Bearish โ
โ OI โ + Price โ = SHORT COVERING ๐ก Caution โ
โ OI โ + Price โ = LONG UNWINDING ๐ Weak โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
3.4 FII Participant-Wise OI Analysis
CLIENT (Retail) Index Futures Long โ โ Contrarian short signal
FII Index Futures Long โ โ Follow the money โ bullish
PRO (Proprietary Desk) Futures Long โ โ Smart money positioning
DII reducing Cash Long โ Valuation concern
RULE: When FII and PRO both build Index Future longs โ HIGH CONVICTION BULL
When FII builds shorts AND retail adds longs โ HIGH CONVICTION BEAR
4. ๐ข BULLISH Market Condition Playbook
Trigger Conditions (confirm โฅ 4 of 6)
โก Gift Nifty gap-up > +0.3% pre-market
โก India VIX < 16 OR VIX falling day-over-day
โก PCR > 1.1 (Put OI > Call OI on option chain)
โก FII net buyers in cash market (last 1โ3 sessions)
โก OI vs Price: Long Buildup visible on Nifty/BankNifty futures
โก Pre-open A/D ratio > 2:1 (advances > declines)
NseKit Data Calls for Bullish Setup
get.cm_live_gifty_nifty()
get.india_vix_historical_data("1D")
get.fno_live_option_chain("NIFTY")
get.fno_live_oi_vs_price()
get.cm_eod_fii_dii_activity()
get.pre_market_nifty_info("NIFTY 50")
get.cm_live_52week_high()
get.cm_live_volume_spurts()
Bullish Intraday Strategies
A. Gap-Up Momentum (9:15โ9:45 IST)
Condition: Gift Nifty gap > 0.5% โ Nifty opens above prior day high
Entry: 1st 5-min candle high breakout (9:15โ9:20 candle)
Target: Prior week high / Max OI Call strike
Stop: Below the 9:15 candle low
Size: 100% normal (high conviction environment)
NseKit confirms:
โ get.fno_expiry_dates("NIFTY","Current") โ days to expiry (< 2 = gamma explosive)
โ get.fno_live_most_active("Index","Call","Volume") โ call sweep confirmation
B. VWAP Reclaim Long (10:00โ12:00 IST)
Condition: Bullish regime + Nifty dips below VWAP โ reclaims with volume
Entry: Close above VWAP on 5-min chart after a dip
Target: Max OI Put strike + 50 points (institutional support acts as base)
Stop: Below the VWAP reclaim candle low
Note: Volume spurt on reclaim = institutional accumulation
get.cm_live_volume_spurts() to validate
C. Stock-Specific Long (Sector Momentum)
get.cm_live_most_active_equity_by_value()
get.index_live_contribution("NIFTY 50","Full")
get.cm_live_52week_high()
get.cm_hist_bulk_deals("1D")
get.fno_live_futures_data("SYMBOL")
get.symbol_specific_most_active_Calls_or_Puts_or_Contracts_by_OI("SYMBOL","C")
D. Options Strategy โ Bull (Bullish + Low VIX)
0DTE / Weekly Expiry Bull Spread:
Sell ATM Put + Buy OTM Put (Bull Put Spread)
Max profit: Net premium collected
Max loss: Spread width - Premium
Best when: PCR > 1.2, VIX < 15, trend day confirmed
NseKit calls:
get.fno_expiry_dates("NIFTY","Current") # Confirm expiry date
get.fno_live_option_chain("NIFTY") # Find ATM strike + IV
get.fno_eom_lot_size("NIFTY") # Lot size for sizing
Bullish Day โ Key Levels (Fetch Each Morning)
| Level | Source | Role |
|---|
| Max OI Call Strike | fno_live_option_chain("NIFTY") | Day Resistance / Target |
| Max OI Put Strike | fno_live_option_chain("NIFTY") | Day Support / Stop Reference |
| Prior Day High | index_historical_data("NIFTY 50","1D") | First resistance |
| Gift Nifty IEP | cm_live_gifty_nifty() | Opening reference |
| Weekly High | index_historical_data("NIFTY 50","1W") | Major resistance |
5. ๐ด BEARISH Market Condition Playbook
Trigger Conditions (confirm โฅ 4 of 6)
โก Gift Nifty gap-down < -0.3% pre-market
โก India VIX rising > 18 OR VIX spike > 5% intraday
โก PCR < 0.9 (Call OI > Put OI โ bearish positioning)
โก FII net sellers in cash market (last 1โ3 sessions)
โก OI vs Price: Short Buildup visible on Nifty/BankNifty futures
โก Pre-open A/D ratio < 1:2 (declines > advances)
NseKit Data Calls for Bearish Setup
get.cm_live_gifty_nifty()
get.india_vix_historical_data("1D")
get.fno_live_option_chain("NIFTY")
get.fno_live_oi_vs_price()
get.cm_eod_fii_dii_activity()
get.fno_eod_participant_wise_oi("latest")
get.cm_live_52week_low()
get.fno_eod_sec_ban()
get.fno_eod_mwpl_3()
Bearish Intraday Strategies
A. Gap-Down Momentum Short (9:15โ9:45 IST)
Condition: Gift Nifty gap-down > 0.5% โ Nifty opens below prior day low
Entry: 1st 5-min candle low breakdown (sell on break)
Target: Max OI Put strike / Prior week low
Stop: Above 9:15 candle high
Size: 80% normal (gap-downs can see mean-reversion; size conservatively)
NseKit confirms:
โ get.fno_live_most_active("Index","Put","Volume") โ put sweep confirmation
โ get.fno_live_change_in_oi() โ fresh shorts being added
B. VWAP Rejection Short (10:00โ12:00 IST)
Condition: Bearish regime + Nifty bounces to VWAP โ gets rejected
Entry: 5-min candle closes back below VWAP after rejection
Target: Max OI Put strike - 50 points
Stop: Above VWAP rejection candle high
Note: Validate with get.fno_live_oi_vs_price() โ confirm short buildup
C. Stock-Specific Short (Weak Sector)
get.cm_live_52week_low()
get.index_live_contribution("NIFTY 50","Full")
get.cm_hist_block_deals("1D")
get.cm_hist_short_selling("1D")
get.fno_live_futures_data("SYMBOL")
get.symbol_specific_most_active_Calls_or_Puts_or_Contracts_by_OI("SYMBOL","P")
D. Options Strategy โ Bear (Bearish + High VIX)
0DTE / Weekly Expiry Bear Spread:
Sell ATM Call + Buy OTM Call (Bear Call Spread)
Best when: PCR < 0.8, VIX > 17, trend down confirmed
OR: Buy ATM Put (Long Put) when VIX is rising and trend is strong
โ Rising VIX = rising IV = pure directional play beats spread
NseKit calls:
get.fno_expiry_dates("NIFTY","Current")
get.fno_live_option_chain("NIFTY") # Find ATM + IV skew
get.fno_eom_lot_size("NIFTY")
Bearish Day โ Key Levels
| Level | Source | Role |
|---|
| Max OI Put Strike | fno_live_option_chain("NIFTY") | Day Support / Target |
| Max OI Call Strike | fno_live_option_chain("NIFTY") | Day Resistance / Stop |
| Prior Day Low | index_historical_data("NIFTY 50","1D") | First support |
| Weekly Low | index_historical_data("NIFTY 50","1W") | Major support |
| MWPL Stocks | fno_eod_mwpl_3() | Avoid โ forced liquidation risk |
6. ๐ก NEUTRAL / RANGE-BOUND CONDITION
Trigger Conditions
โก India VIX < 13 (compressed volatility)
โก PCR between 0.9 and 1.1
โก Nifty trading inside prior day range (no breakout)
โก FII/DII flows mixed or small
โก Pre-open A/D < 2:1 in either direction
NseKit Tools for Range Day
get.fno_live_option_chain("NIFTY")
get.india_vix_historical_data("1D")
get.fno_live_oi_vs_price()
Range-Bound Strategies
Iron Condor (Weekly):
Sell OTM Call + Buy further OTM Call
Sell OTM Put + Buy further OTM Put
Profit zone = between the two short strikes
Best: VIX < 13, 2โ3 days to expiry, no major event
Scalping:
Buy near Max OI Put strike โ Target VWAP / midpoint
Short near Max OI Call strike โ Target VWAP / midpoint
Stops: Outside the max OI strikes (market makers defend these)
7. ๐ฆ Institutional Flow Intelligence
FII Behaviour Patterns
CASH MARKET FII FLOW (get.cm_eod_fii_dii_activity):
FII Net Buy > โน2,000 Cr โ Strong institutional demand; favor longs
FII Net Sell > โน2,000 Cr โ Institutional distribution; reduce longs
FII neutral + DII Buy โ DII supporting; range/mild bullish
Both selling โ De-risking; go flat or hedge
F&O FII STATS (get.fno_eod_fii_stats):
FII long Index Futures โ โ Directional bullish bet by institutions
FII short Index Futures โ โ Directional hedge / bearish directional
FII long stock futures โ โ Specific stock accumulation via derivatives
Block / Bulk Deal Intelligence
Block Deal Interpretation:
Buy block at 52-week high โ Institutional accumulation; breakout signal
Sell block at 52-week low โ Distress selling; breakdown confirmation
Buy block after sharp fall โ Catch-the-knife by institution; potential reversal
Bulk buy > 0.5% of equity โ Significant stake building; multi-day bullish
Insider Trading (get.cm_live_hist_insider_trading):
Promoter buy (open market) โ High conviction; stock-specific long
Promoter sell โ Exit signal; reduce/exit position
MWPL & F&O Ban โ Risk Management
get.fno_eod_sec_ban()
get.fno_eod_mwpl_3()
MWPL Rules:
Stock in F&O ban = no new positions (only square-off existing)
Stock near 95% MWPL = forced short-covering potential โ volatile spikes
Use for contrarian plays only with very tight stops
8. ๐ Indian Market Session Playbooks
Pre-Open (9:00โ9:15 IST)
9:00โ9:08 โ Order entry window (price discovery)
9:08โ9:12 โ Order matching / IEP calculation
9:12โ9:15 โ Buffer period
ACTION: Fetch all pre-market data (Steps 1โ6 from Section 2)
Do NOT enter positions yet
Opening Bell (9:15โ9:45 IST)
FIRST 5 CANDLES STRATEGY:
Wait for 9:15โ9:20 candle to close
High of that candle = Immediate resistance
Low of that candle = Immediate support
If opens gap-up > 0.5% AND holds above pre-open IEP:
โ Buy on 9:15 candle high breakout; target PDH or OI resistance
If opens gap-down > 0.5% AND holds below pre-open IEP:
โ Short on 9:15 candle low breakdown; target PDL or OI support
If gap < 0.3% either side:
โ Wait for 9:30 candle (ORB setup) โ do not front-run
ORB (Opening Range Breakout) โ 9:15โ9:45 IST
Indian Market ORB Rules:
Range Window: 9:15โ9:45 (30-minute range)
Filter (check with NseKit):
โ VIX > 14 (get.india_vix_historical_data) โ enough volatility for ORB to work
โ Volume > prior 5-day avg volume (get.cm_live_most_active_equity_by_vol)
โ No major result or dividend today (get.cm_live_today_event_calendar)
Entry: 5-min candle break + close outside ORB
Target: 1ร to 1.5ร ORB range (Indian indices move faster post-break)
Stop: Opposite end of ORB
Avoid: Friday expiry day ORBs (gamma-driven fake breakouts common)
Morning Session (9:45โ12:00 IST) โ High Quality Window
Best setups:
1. VWAP Reclaim/Rejection (Section 4B / 5B)
2. OI Strike Level Bounces (buy at max OI put, short at max OI call)
3. Sector leader momentum follow
NseKit mid-session refresh:
get.fno_live_option_chain("NIFTY") # Refresh OI levels at 10:30 and 11:30
get.fno_live_change_in_oi() # New OI added confirms trend continuation
get.cm_live_volume_spurts() # New setups emerging
Midday Chop (12:00โ13:30 IST) โ Reduce Activity
AVOID: New directional positions without clear catalyst
REASON: FII algo flows slow; retail dominates; erratic price action
ALLOWED:
โ Square off partial positions from morning
โ Monitor option chain for shift in max OI strikes
โ Check get.cm_live_hist_corporate_announcement() for news
โ Review get.cm_live_today_event_calendar() for afternoon events
Expiry Day Special (Weekly โ Thursday / BankNifty Wednesday)
get.fno_expiry_dates("NIFTY","Current")
get.fno_live_option_chain("NIFTY")
Expiry Day Rules:
โ Max OI strike is the GRAVITATIONAL CENTER โ price often pins to it
โ 0DTE premium erodes fastest 13:30โ15:30 โ sell OTM premium
โ Fake breakouts ABOVE/BELOW max OI strikes are common (stop-hunts)
โ Avoid MARKET ORDERS after 15:15 โ wide spreads, low liquidity
โ Square off ALL intraday positions by 15:20 (5 min before close)
If Nifty near max OI strike at 14:00 โ expect pinning until 15:00
If Nifty 100+ pts from max OI โ trend continuation likely
Power Hour (14:00โ15:30 IST)
14:00 โ FII program trades re-engage; momentum resumes
14:30 โ Watch for reversal of weak midday trend
15:00 โ Index rebalancing flows begin; continuation of day trend
15:15 โ MOC (Market On Close) imbalances visible; trade direction
NseKit calls:
get.cm_live_market_statistics() # Refresh live turnover (trend strength)
get.fno_live_futures_data("NIFTY") # Futures premium/discount (fair value)
get.fno_live_option_chain("NIFTY") # Has max OI shifted? Key for last hour
9. ๐ Risk Management โ India Institutional Standard
Position Sizing Formula
Capital at Risk per Trade = Account Value ร 0.3% to 0.5%
Position Size (Futures) = Risk Amount / (Entry - Stop) per lot ร Lot Size
Example (โน50L account):
Max risk per trade = โน50L ร 0.4% = โน20,000
Nifty stop = 50 points โ โน50 ร lot size (75) = โน3,750 per lot
Position = โน20,000 / โน3,750 = 5 lots maximum
Intraday Risk Rules (India-Specific)
| Rule | Value |
|---|
| Max daily drawdown | โ1% of capital (hard stop) |
| Max per-trade loss | โ0.3% to โ0.5% of capital |
| Max concurrent F&O positions | 3 indices OR 5 stocks |
| VIX spike > 15% intraday | Reduce all positions by 50% immediately |
| Post-loss lockout | 20-minute cooldown after daily stop hit |
| Expiry day size | 60โ70% of normal (gamma risk) |
| Event day (RBI/Budget/Election) | Flat or hedge-only |
| MWPL > 95% stock | Zero new positions |
| Banned stock in F&O | Zero new positions |
Sector Correlation Limits
No more than 2 correlated positions simultaneously:
PSU Banks (SBIN, PNB, BOB) = 1 group
Private Banks (HDFC, ICICI, AXIS, KOTAK) = 1 group
IT (TCS, INFY, WIPRO, HCL) = 1 group
Auto (MARUTI, TATAMOTORS, M&M) = 1 group
When Nifty Bank is your primary trade โ limit standalone Bank stock longs
News Event Blackout
Stay flat 5 min before / 5 min after:
โ RBI Policy (every 2 months)
โ Union Budget (Feb 1)
โ US FOMC (impacts FII flows)
โ CPI/WPI data releases
โ Major quarterly results (Reliance, TCS, HDFC Bank, Infosys)
Check daily: get.cm_live_today_event_calendar()
get.cm_live_upcoming_event_calendar()
10. ๐ Daily Trade Journal Template
## NSE Intraday Trade Log
Date:
Instrument (Symbol + Series: EQ / FUTSTK / FUTIDX / CE / PE):
Expiry (if F&O):
Lot Size: [ use get.fno_eom_lot_size() ]
Session: Opening / Morning / Midday / Power Hour
โโโ Pre-Trade Data (from NseKit) โโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Gift Nifty Gap: +/- ____%
India VIX at Entry:
PCR at Entry:
FII Flow (latest): Net Buy / Net Sell โน___ Cr
OI vs Price Signal: Long Buildup / Short Buildup / Covering / Unwinding
Market Condition: BULLISH / BEARISH / NEUTRAL
โโโ Trade Details โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Direction: Long / Short
Setup Type: ORB / VWAP Reclaim / OI Strike Bounce / Momentum / Expiry Pin
Entry Price:
Stop Price:
Target Price:
R:R at Entry:
Lots:
Max Risk: โน
โโโ Result โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Exit Price:
Exit Time:
P&L: โน
Result: +___ R / -___ R
โโโ Execution Grading (1โ5) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Confirmed VIX / PCR / OI before entry? Y / N
Waited for candle confirmation? Y / N
Respected stop without overriding? Y / N
Avoided banned/near-MWPL stocks? Y / N
Exited before 15:20? Y / N
โโโ Key Observations โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
NseKit data that supported thesis:
NseKit data that contradicted thesis:
What changed intraday (OI shift, VIX spike, etc.):
Lesson for tomorrow:
11. โก Quick Reference โ Bullish vs Bearish Signals
SIGNAL โ BULLISH ๐ข โ BEARISH ๐ด
โโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโ
Gift Nifty โ Gap up > +0.3% โ Gap down < -0.3%
India VIX โ < 15 and falling โ > 18 and rising
PCR โ > 1.1 โ < 0.9
FII Cash Flow โ Net Buyer > โน1,000 Cr โ Net Seller > โน1,000 Cr
OI vs Price โ Long Buildup โ Short Buildup
Futures Premium โ Positive (Contango) โ Negative (Backwardation)
A/D Ratio (Pre-Open) โ > 2:1 advances โ > 2:1 declines
52-Week High List โ Expanding โ Contracting
52-Week Low List โ Contracting โ Expanding
Block Deals โ Large buys at highs โ Large sells at lows
Participant OI โ FII + PRO long Index Fut โ FII + PRO short Index Fut
Max OI Strike โ Price above put OI wall โ Price below call OI wall
12. ๐งญ NSE India Calendar โ Key Dates Checklist
get.is_nse_trading_holiday()
get.cm_live_today_event_calendar()
get.cm_live_upcoming_event_calendar()
get.fno_expiry_dates("NIFTY","All")
get.fno_eod_sec_ban()
Monday โ No expiry
Tuesday โ No expiry
Wednesday โ BankNifty weekly expiry (sometimes FinNifty)
Thursday โ Nifty weekly expiry (most liquid 0DTE day)
Friday โ FinNifty / MidcapNifty (check with fno_expiry_dates)
This skill is built for NseKit MCP integration. All market data must be fetched via NseKit tools โ never use static or memory-based price data for live trading decisions. Past patterns do not guarantee future results. All trading involves substantial risk.