Net P&L Today
+₹18,420
▲ 2.1% of capital
Open Positions
4
3 CE · 1 PE
Capital Deployed
₹2,84,000
of ₹5,00,000 limit
Win Rate (30d)
64%
89 of 139 trades
Active Strategies
2 / 4
Break & Bounce · ORB-15
Open Positions live
| Instrument | Side | Qty | Avg | LTP | P&L | Strategy |
|---|
Recent Orders today
| Time | Instrument | Side | Qty | Price | Status |
|---|
Strategy Lab your Python algos
Drop a .py strategy file here, or browse
# base_strategy.py — required interface
class Strategy(BaseStrategy):
def on_candle(self, candle):
if self.crosses_above(candle, self.vwap):
self.buy("ATM_CE", qty=self.lot_size)
class Strategy(BaseStrategy):
def on_candle(self, candle):
if self.crosses_above(candle, self.vwap):
self.buy("ATM_CE", qty=self.lot_size)
Broker Connection
Keys are encrypted at rest and used only to sign requests server-side. Session tokens auto-refresh daily before market open.