Skip to content

Analytics and Options Tools

Tradeboard ships 18 analytics surfaces under /tools, covering the options desk, portfolio analysis and backtesting. They run inside your own installation against your broker's live data, so nothing here depends on an external service.

These are interactive UI tools rather than API endpoints. Several are backed by the Options API, so anything you can see on screen you can also automate.


Options Desk

ToolPathWhat it shows
Option Chain/optionchainReal-time chain with live Greeks, OI data and quick order placement
Option Greeks/ivchartHistorical IV, Delta, Theta, Vega and Gamma charts for ATM options
Max Pain/maxpainMax pain strike with the pain distribution across strikes
IV Smile/ivsmileCall and put IV curves, ATM IV and skew analysis
Vol Surface/volsurface3D implied volatility surface across strikes and expiries

Open Interest

ToolPathWhat it shows
OI Tracker/oitrackerCE and PE OI bars, PCR overlay and the ATM strike marker
OI Range/oirangeOI by strike over a custom range, with ATM-relative selectors and optional one-minute auto-refresh
OI Profile/oiprofileFutures candlesticks with an OI butterfly and daily OI change across strikes
GEX Dashboard/gexGamma exposure with OI walls, net GEX per strike and the top gamma strikes
Gamma Density/gammadensityGamma times OI density and convexity zones, intraday and to-expiry, with ATM IV and expected-move bands

Straddles and Spreads

ToolPathWhat it shows
Straddle Chart/straddleDynamic ATM straddle with rolling strike, spot and synthetic futures overlay
Straddle PnL/straddlepnlSimulated intraday ATM straddle P&L with automated adjustments and a trade log
Arbitrage/arbitrageReal-time futures calendar-spread scanner across NFO and MCX, ranked by executable bid and ask spread

Strategy Building

ToolPathWhat it shows
Strategy Builder/strategybuilderMulti-leg option strategies with live Greeks, payoff diagram and what-if simulators
Strategy Portfolio/strategybuilder/portfolioSaved strategies across MyTrades and Simulation watchlists

Portfolio and Backtesting

ToolPathWhat it shows
Portfolio Backtester/portfolio-backtesterWeighted portfolio against an index with real delivery costs, rebalancing rules, crisis periods and a full tearsheet
SIP Backtester/sip-backtesterWhat a monthly, weekly or quarterly SIP would have returned: XIRR, rupee-cost averaging, start-date sensitivity and a lumpsum comparison
Portfolio Analyzer/portfolio-analyzerGrades the holdings you actually own: concentration, co-movement, drawdown resilience and behaviour in past crises

What These Tools Need

A connected broker. The options tools read the live option chain, so they need a broker session with market-data entitlement for the relevant exchange. A plugin that does not cover NFO or MCX cannot feed the tools that depend on it. See Brokers for per-plugin exchange coverage.

Local history, for the backtesters. The portfolio and SIP backtesters read stored data by default rather than calling the broker on every run. Download the range you need with Historify first.

Nothing else. There is no external data vendor, no subscription and no account beyond your own broker.


Automating What You See

Several tools have a REST equivalent, so a strategy can consume the same numbers the screen shows:

ToolAPI
Option ChainOption Chain
Option GreeksOptionGreeks and MultiOptionGreeks
Straddle and synthetic futuresSyntheticFuture
SIP BacktesterSIP Backtest

The Greeks endpoints are rate limited separately and more tightly than general data endpoints. See Rate Limiting before polling them in a loop.