Platform guide
How Nexus Algo Works: The End-to-End Trading Workflow
A complete, plain-language guide to how Nexus Algo moves from broker connection and market data to research, risk checks, order execution, monitoring, and learning.
Nexus Algo Editorial Team · 22 July 2026 · 12 min read
Nexus Algo is a trading-automation cockpit for Indian-market traders. It connects to a broker account the user controls, receives market and account data through broker APIs, evaluates opportunities, applies a layered risk stack, and routes only user-authorized orders.
This guide follows one idea through the complete system. It explains what each layer does, where human control remains, and why a signal is never the same thing as an executable trade.
The Nexus system in one view
- Connect: Authenticate with Nexus, complete the profile, and connect one supported broker account using that broker’s official authorization method.
- Observe: Nexus synchronizes eligible instruments, quotes, candles, balances, positions, orders, and broker-session health.
- Research: The research engine combines price action, momentum, volume, VWAP, volatility, liquidity, sentiment, and market-regime context.
- Validate: Backtests and readiness checks help separate a plausible idea from a strategy that is eligible for deployment.
- Gate: Pre-trade checks test quote freshness, liquidity, risk limits, exposure, margin, duplicate intent, execution safety, and strategy-specific conditions.
- Execute: After authorization, Nexus converts the plan into broker-specific order requests and records the resulting order and fill state.
- Protect and learn: Open positions are monitored for exits and reconciliation. Closed outcomes feed audit records and learning pipelines.
1. Broker connection is the custody boundary
Nexus does not hold trading capital. Funds, positions, and final order acceptance remain with the connected broker. Nexus stores the connection state required to operate the user-authorized workflow and checks whether the session is still live before depending on it.
Supported integrations can use different authentication patterns, including OAuth, API credentials, or broker-specific session credentials. Each adapter normalizes those differences into a common connection, quote, margin, order, and reconciliation interface.
2. Market data becomes a decision context
A raw last-traded price is not enough to automate a trade. Nexus also checks timestamp freshness, spread quality, minute bars, momentum, volume behavior, VWAP distance, option-chain context where relevant, and the current market regime.
The system deliberately treats stale or thin data as a reason to stop. If the market-data layer cannot establish a trustworthy context, downstream scoring should not be allowed to create false confidence.
3. The signal engine ranks opportunities; it does not bypass safety
Candidate signals receive a multi-factor score. Directional evidence can include momentum, ticks, VWAP alignment, volume expansion, breakout structure, RSI opportunity, and completed-candle patterns. Penalties can reflect wide spreads, circuit proximity, stale data, or an unfavorable volatility and liquidity regime.
The result is a ranking input and a quality decision. It is not a promise of profit. A high-ranked candidate must still pass the deployment gate, position-sizing logic, broker checks, and account-level safety controls.
4. Every deployment passes a layered risk stack
- Kill switch: blocks new orders when the account must be frozen.
- Daily loss and profit controls: pause eligible activity when configured account thresholds are reached.
- Exposure caps: constrain gross allocation, per-symbol allocation, and the number of open positions.
- Duplicate-order guard: rejects repeated order intent inside the configured safety window.
- Quote and liquidity checks: reject stale prices, unacceptable spreads, or unsuitable execution conditions.
- Margin verification: compares the broker-reported requirement with available capacity before placement.
- Strategy gates: apply option Greeks, expiry, theta, manipulation, news, cooldown, and confirmation rules when relevant.
5. Execution translates a plan into broker-specific orders
After the shared prechecks pass, the execution layer resolves the correct instrument, side, product, quantity, order type, protection, and broker payload. Single-leg and multi-leg structures have different placement and partial-fill concerns, so Nexus records leg-level outcomes instead of treating a basket as an indivisible black box.
Order placement is only the beginning. Nexus then synchronizes broker order state, positions, fills, and protective orders. Reconciliation distinguishes Nexus-owned activity from imported broker activity so the cockpit ledger does not invent ownership of an external trade.
6. The cockpit and autopilot monitor different parts of the same lifecycle
The cockpit exposes broker health, account state, live and realized P&L, strategy state, execution logs, safeguards, and manual controls. Autopilot adds a server-side loop that scans, validates, deploys, waits, and repeats while preventing overlapping cycles for the same user.
Autopilot is not permissionless. It operates inside the configuration, credit, risk, broker-session, and kill-switch boundaries attached to the account. The user can stop new execution through the kill switch and should continue monitoring the broker account directly.
7. Outcomes feed the audit and learning layers
Trade records preserve the strategy, decision context, execution state, and realized outcome needed for review. Quant and self-learning components can use labeled historical observations to recalibrate probability estimates or thresholds, subject to validation and promotion controls.
Nexus separates model output from production authority. A model can inform a gate or ranking score, but risk and execution controls remain explicit parts of the path.
A safe first-run checklist
- Start small: Use a limited allocation and confirm the broker, product type, quantity, and instrument mapping.
- Set risk first: Configure loss limits, exposure caps, maximum open positions, and execution-safety settings before enabling a strategy.
- Research before deploy: Read the thesis, review backtest scope and limitations, and verify that current conditions resemble the intended setup.
- Watch the first lifecycle: Confirm order acknowledgment, fill state, protection, P&L, and final broker reconciliation.
- Review the ledger: Use the recorded decision and execution trail to understand what happened before increasing capital or autonomy.
Frequently asked questions
Does Nexus Algo hold my funds?
No. Funds and positions remain in the broker account connected by the user.
Does every signal become an order?
No. A candidate must pass data-quality, strategy, account-risk, margin, exposure, duplicate-intent, and execution checks before an order can be sent.
Can I use Nexus manually?
Yes. Nexus supports research and manual or semi-automated workflows in addition to server-side autopilot operation.
Is Nexus investment advice?
No. Nexus is software for research and user-authorized automation. Trading involves risk, and users remain responsible for their decisions and broker account.