What TradingAI.in Does
TradingAI.in is designed as a decision-support workspace, not a black-box tip generator. It organizes live market context, option strategy logic, historical behavior, and corporate-action events into dashboards that can be checked quickly during the trading day.
NIFTY Intraday Dashboard
Tracks NIFTY spot, gap condition, India VIX, current weekly expiry, directional credit spreads, payoff views, MTM, and rolling 60-day backtest tables.
VIX-Aware Strategy Logic
Uses volatility context to shape option-premium expectations and evaluate credit, debit, and neutral approaches under changing market regimes.
Corporate Actions
Displays upcoming dividends, stock splits, bonus issues, and buybacks for NSE and BSE stocks with searchable filters by exchange, type, date range, symbol, and company.
Strategy Modules
The site compares directional and non-directional option structures so you can see whether the day favors premium selling, premium buying, or standing aside.
Directional Credit Spreads
The default live strategy focuses on intraday bull put and bear call spreads. It uses gap, VIX, previous-day action, and opening-range confirmation to choose direction.
- ATM credit spread selection
- Entry after 09:30
- Target, stop, and time-exit tracking
- Live paper-trade history added daily
Iron Condor and Neutral Setups
The dashboard also evaluates non-directional premium-selling structures when the market setup is better suited for range-bound behavior.
- VIX-aware width selection
- Defined-risk option structures
- Skipped when conditions are weak
- Rolling performance comparison
All-Strategy Sweep
The strategy sweep tests credit spreads, debit spreads, iron condors, straddles, strangles, and butterflies so the leaderboard can show what worked recently.
- Rank by P/L, accuracy, and CAGR
- Separate selected backtests
- Rolling 5-minute Yahoo data window
- Reusable Python strategy code
Research Foundation
The current research framework studies how the market behaves after different opening conditions and how that behavior changes with previous-day candle structure and VIX.
Gap and Previous-Day Price Action
The system studies how today’s open behaves relative to the previous day’s open, high, low, and close. It classifies whether the market opened above the previous high, below the previous low, or inside the prior range, then checks whether the move continued or faded.
Volatility and Option Premiums
India VIX is used as an input for option-premium estimates and for understanding whether premium-selling or premium-buying conditions are more favorable. Current option premiums are modeled with a Black-Scholes-style estimate unless live NSE option-chain integration is added server-side.
Live Pages
Use these pages as the main working areas of the website.
| Page | Purpose | Best Used For | Open |
|---|---|---|---|
| NIFTY Live Strategies | Live intraday strategies, payoff charts, frozen entries, current prices, and MTM | NIFTY weekly options paper-trade monitoring | dashboard.html |
| NIFTY Strategy Backtests | Past 60-day trades, all-strategy sweep, directional credit, iron condor, and short strangle tables | Strategy comparison and research review | backtest.html |
| Nifty 50 Stock Signals | Buy, watch, and avoid signals using trend, momentum, volatility, volume, and historical setup behavior | Short-term equity watchlist research | /stocks/ |
| Corporate Actions Dashboard | Upcoming dividends, splits, bonus issues, and buybacks for NSE/BSE stocks | Equity event tracking and ex-date planning | stocks.html |
| Strategy JSON Data | Generated outputs consumed by dashboards | Automation, debugging, and verification | live_data.json |
Data and Automation
The site is built around simple files that can be refreshed by cron. This keeps deployment easy on a normal web server.
Live Market Refresh
The live market refresh updates NIFTY spot, VIX, current expiry, live strategy state, intraday paper-trade history, and 60-day backtest summaries.
Strategy Sweep Refresh
The strategy sweep refresh reruns the leaderboard across multiple credit, debit, and neutral option structures.
Corporate Action Refresh
The corporate action refresh updates upcoming dividends, splits, buybacks, and bonus issues from NSE and BSE public endpoints.
How To Read The Signals
The dashboards are intended to help you compare context and outcomes, not to guarantee any result.
Start with market status
If the market is closed, it should not display an active intraday strategy. On live market days, the strategy appears only after the configured entry window.
Check gap, VIX, and previous-day action
The strategy selection begins with the opening condition, then checks whether early price action confirms or contradicts the directional bias.
Review strike, premium, and MTM
The option structure shows entry price, strike selection, target, stop, current value, and mark-to-market profit or loss.
Compare against rolling backtests
The 60-day tables show how the same rules behaved recently, including skipped days, wins, losses, exit times, and P/L.
Open the trading workspace
Start with the live NIFTY strategy page for current market context, then use the backtest page to review strategy performance separately.