TradeWise.AI Trade smarter. Win consistently.
Live on production · ap-south-1

Algorithmic intraday trading

15-minute candle pipeline Atomic risk limits Postback-verified order lifecycle
0
Candle interval
0
Strategies running
0
Tick → signal
0
Uptime since launch
What it does

A complete intraday options trading stack — not a strategy library.

Most "algo" platforms stop at signal generation. TradeWise.AI handles everything from the raw WebSocket tick to the postback confirming your SL exit was filled — with the persistence and observability you'd expect from a real production system.

Live candle pipeline

Builds 15-minute OHLC candles directly from the Kite WebSocket tick stream. No drift, no historical-API reconciliation race.

tick → memory → DB

Regime-aware gating

Detects whether the index is trending, ranging, or chopping, and only lets the matching strategy take the trade. The AI's job here is restraint — stopping the wrong signals from firing, not finding more of them.

AI · regime classifier

Reactive order lifecycle

Cancel SL → wait for the CANCELLED postback → place SELL MARKET. No order races, no naked positions. Every state transition is HMAC-verified.

postback-driven

Audit-grade persistence

Every strategy run, signal, and trade outcome lands in Postgres with timestamps, source provenance, and full candle context — debuggable months later.

JDBI3 + PostgreSQL 16

Triple safety net

Order reconciler (5s polling), tick-gap monitor for emergency exits, and a master WS health gate that blocks new entries if the feed is degraded.

defence in depth

SEBI-aligned

Static-IP registered (effective Apr 2026), per-user broker authorization, no shared credentials. Built for the 2026 algo-trading framework from day one.

Elastic IP · ap-south-1
Strategies in production

Two live strategies. More on the way.

Both strategies run on NIFTY 50 with 15-minute candles, fire at boundary + 2s, and place trades on the nearest qualifying option strike in the configured premium band.

candle_pattern Active

Short-horizon turning points

A short-horizon model that activates when intraday price action exhibits a specific reversal microstructure. Sized into option legs with capped, premium-only downside.

Reversal
Style
Intraday
Horizon
Defined
Downside
rubberband_snap Active

Mean reversion after a stretched move

Identifies sequences where directional momentum has overextended relative to its expected range, and trades the reversion through an options leg with predefined risk.

Mean rev.
Style
Intraday
Horizon
Defined
Downside
Inside the pipeline

Tick to trade, deterministic.

Every step is observable, every artifact persisted. When something goes wrong six months from now, the audit trail is in Postgres — not in Slack screenshots.

01
Tick

Kite WebSocket delivers exchange-stamped ticks at ~100ms cadence.

02
Aggregate

In-memory 15m OHLC builds on the WS thread. Synchronized, microseconds.

03
Persist

Closed candle hits Postgres with source provenance (WEBSOCKET / PARTIAL / BACKFILL).

04
Evaluate

Strategy runs at boundary + 2s, reads from the candle store, emits a signal.

05
Execute

Strike selection, BUY, SL armed, postback-tracked all the way to TARGET_HIT or SL_HIT.

Ready when the bell rings.

Log in to access the live dashboard, see active signals, and review every strategy run.

Log in Open Dashboard