Skip to main content

Live trading

Who it’s for
Users about to place real orders with real money
Assumes
You have paper-traded the strategy and read How risk is enforced
Applies to
Indian equity cash and crypto spot. Derivatives live entry is refused.
This page is about real money

From the moment a live deployment starts, orders go to your broker and fills are real. There is no undo. Read Risk disclosure and Your responsibilities before proceeding.


What live means

Real orders, routed to your own connected broker or exchange, against your own capital.

Routing follows the strategy's venue. Not its asset class. An Indian and a US cash equity are the same asset class and reach different brokers. Your trading account is selected automatically from your connections based on the strategy's asset class and venue; you do not pick it per order.

MarketLive status
Indian equity cashYes, requires a connected broker and per-strategy broker approval
Crypto spotYes, requires valid API keys. No approval gate
Futures & optionsNo, entry refused, why
Crypto perpetualsNo, Entry refused
US equityPending market activation
Retail OTC forexOut of scope

The two gating models

Indian equity: broker approval

Deploying live opens an approval request you submit to your broker. The request summarises how the strategy will trade so the broker can authorise it:

In the requestCovers
InstrumentsThe symbols the strategy will trade
Order rateHow frequently it places orders
CapitalThe capital you intend to allocate
Max drawdownThe worst-case loss the strategy is expected to tolerate
Risk scoreAn overall risk rating

While pending, the strategy detail page shows an approval banner and the strategy keeps running in paper. Once approved it can trade live; if rejected, adjust the strategy or the allocation and request again.

Crypto: nothing

There is no approval gate on crypto

Valid API keys plus a live deploy means real orders on the next candle close. Nothing sits between you and the market. No review, no delay, no confirmation beyond the deploy button.

This is the moment to have already done the paper run.


The live deployment flow

Six steps: Save, Select mode, Broker, Allocate, Review, Deploy.

StepWhat happens
SaveThe strategy is persisted
Select modeYou choose Live
BrokerYou select the connection. Pure selection, no balance fetch here
AllocateBroker capital is read for the chosen broker only, and you allocate
ReviewThe required trading acknowledgements: the strategy is fully automated, the broker is execution-only, and the exchange tagging requirements
DeployThe strategy begins on the next candle close

The balance read is scoped to the Allocate step deliberately, a connection you are only browsing is not queried.


Before you deploy live

A checklist that is not decorative. Every item corresponds to a documented failure.

  • Paper-traded long enough to see real trade count and at least one gate engage
  • Risk limits configured and verified on the risk panel. Not from the chat transcript. Seven of nine gates are off until set, and the parser fails open. See Risk defaults
  • Allocation sized to a drawdown I will hold through, in money
  • Broker connection verified end to end with a successful balance read. See Connect a broker
  • Trading permission enabled on the API key, and withdrawal not enabled
  • Egress IP allowlisted, if the key is IP-restricted
  • Sufficient funds at the broker
  • I know how to stop it, and that stopping does not close positions
  • I have read Risk disclosure

What runs on every order

The nine risk gates, plus the margin validator for margined instruments, evaluated before the order reaches the broker.

Identical to paper, which is why a paper run is a real test of your configuration. See Execution flow.


Controls while running

ActionEffect
PauseNo new entries. Open positions run to their exit conditions
ResumeNew entries re-open
StopNo new entries. Open positions are NOT closed
Neither pause nor stop closes a position

To be flat, close the position at your broker. Stretus does not force-flatten from a pause or a stop, and no risk gate closes a position either.

If you take one thing from this page, take this one.


Live-specific failure modes

Things that cannot happen in paper and will happen live:

FailureConsequenceMitigation
Broker token expiresOrders reject, including exitsReconnect from Profile. Watch for auth errors
API key revoked or IP changedSameKeep the allowlist current
Insufficient broker balanceINSUFFICIENT_BROKER_BALANCEFund the account
Venue outage or maintenanceNo orders placeNothing to do but know it happens
Rate limitsOrders delayed or rejectedReduce frequency
IBKR session takenIntermittent failures on both sidesUse a dedicated API username
Circuit limit or haltPosition cannot be exitedThe not_near_circuit entry filter
Overnight gapFill far worse than your stopSize for it. A stop is not a floor
The pattern to internalise

Most of these are exit problems, not entry problems. A strategy that cannot place orders cannot place exit orders, and an exposure you cannot close is the worst state to be in.

That is why credential currency and connection health matter more than they appear to.


Switching between modes

A deployed strategy can be switched from paper to live, or from live to paper, from its detail page, with a confirmation.

  • Capital is per mode. Switching to live prompts you to allocate real capital.
  • Approval still applies for approval-gated asset classes.
  • Open positions do not carry over. They run to their exit conditions in the mode that opened them.

Monitoring

Not optional. A deployed strategy is not unattended infrastructure.

SurfaceFor
DashboardPortfolio-level P&L and exposure
Live terminalOrder flow and fills
Algo execution consoleOperational detail
NotificationsPush alerts on fills, breaches and state changes
Broker risk exposureExposure as your broker sees it

Reconcile against your broker. Your broker is the record of truth for your positions, your balance and your obligations.


Next