Skip to main content
All features

Remote Strategy Execution

Bring signals, not proprietary logic

HNIs, eligible SEBI-registered Research Analysts and institutions can keep proprietary logic on their own infrastructure, send authenticated order intents to Stretus, and retain platform risk checks, broker routing, monitoring and audit evidence. The research engine never has to enter the platform for the platform to govern what it produces.

Software infrastructure only. No investment advice, no brokerage services, no guaranteed returns.

01 · Client experience

Broker digital channels

Broker-owned

02 · The governed layer

Stretus AI Strategy Infrastructure

Stretus

03 · Execution authority

Broker execution environment

Broker-owned

What is the problem with hosted strategy platforms?

They require you to hand over the logic. For a desk whose edge is the model, uploading it to a vendor is not a deployment decision, it is a disclosure decision, and it is usually declined, which means the desk gets no governance either.

The result is the worst of both: proprietary strategies running on unmonitored infrastructure with no pre-trade checks, no audit evidence and no consolidated exposure view, because the only platform that offered those wanted the source.

How does the protected path work?

Four steps. Private strategy logic stays outside; it emits a signed, time-bounded order intent; Stretus validates the source, identity and risk; and the order routes through controlled egress to an eligible broker connector.

The platform never sees the logic and does not need to. What it sees is an authenticated intent, which is exactly the surface a risk gate needs to act on. Everything that makes hosted execution governable, pre-trade checks, exposure limits, HALT-NEW, audit evidence, applies unchanged.

The path, expressed as responsibilities

text
YOUR INFRASTRUCTURE     proprietary strategy logic
                        owns: the edge. never transmitted.

SIGNED INTENT           order intent + signature + validity window
                        owns: authenticity and freshness.
                        a replayed or expired intent is refused.

STRETUS GATEWAY         source validation -> identity -> risk gate
                        owns: the veto. scoped credentials,
                        rate limits, optional IP allowlists,
                        HALT-NEW, exposure and loss checks.

CONTROLLED EGRESS       dedicated outbound IP where configured
                        owns: traceable connectivity for
                        broker-side allowlisting.

BROKER CONNECTOR        eligible account and segment only
                        owns: pre-trade risk, routing, execution.

Push or pull?

Either. Push from custom code or a connected signal source, or let Stretus poll an approved endpoint. API credentials carry scopes, rate limits, optional IP allowlists, rotation, and one-time secret display.

One-time secret display is a small detail that says something about the design: a credential that can be re-read from a settings page is a credential that lives in screenshots and support tickets. Showing it once and requiring rotation to replace it is the behaviour a security reviewer expects to find and usually does not.

Does a remote strategy go straight to live?

No. A remote strategy is saved as a draft and can move through paper observation before an eligible live deployment. Paper first is the default rather than an option.

That default exists because a remote strategy is the case where the platform has least visibility into what produced an intent. Observing behaviour against live prices with no capital at risk is the only way to establish that the integration does what its author believes before it does it with money.

What does controlled egress solve?

Broker-side allowlisting. Dedicated outbound-IP options give a traceable, stable origin for order connectivity where a broker requires whitelisted addresses, which, under NSE/INVG/67858 of 5 May 2025, may be updated at most once per calendar week.

That weekly limit is why a dedicated, stable egress address is worth more than it first appears. An architecture whose outbound address varies cannot satisfy the requirement at all, and one that can only change it reactively cannot fail over inside the same week.

Push and pull, compared

PushPull
Who initiatesYour code or connected signal sourceStretus polls your approved endpoint
SuitsEvent-driven research engines that already emit signalsSystems that expose state rather than emit events
Credential shapeScoped API key with rate limits and optional IP allowlistApproved endpoint plus the same scoped credential model
Failure visibilityA failed submission is visible to your system immediatelyA polling failure is visible in monitoring rather than to your code
Freshness controlYou decide when an intent is emittedPoll interval bounds how stale an intent can be

Either path produces the same signed, time-bounded intent and passes the same gateway checks.

What happens when an intent is refused?

The refusal carries its reason, expired validity window, failed source validation, an exposure or loss limit, a HALT-NEW state, or an ineligible account or segment, and appears in monitoring rather than failing silently.

That matters more for remote strategies than native ones, because the author's system is outside the platform and cannot observe the gate directly. A refusal with a stated reason is what lets an external engine correct itself instead of retrying a request that will never succeed.

What are the operational obligations on your side?

Keep the signing key secure and rotate it; keep the validity window short enough to be meaningful; handle refusals rather than retrying blindly; and register a secondary egress address before you need it, because a whitelisted IP can be updated at most once per calendar week.

None of those are unusual for a system that places orders, and all of them are cheaper to build at the start than to retrofit after an incident. The weekly IP limit in particular is the one that cannot be solved reactively, and it is the reason failover has to be designed alongside registration rather than after it.

Surfaces

What each surface does

The product surfaces this page covers, named as they appear in the application.

New Remote Strategy
Registers an external research engine as a signal source: choose push or pull, receive scoped API credentials with rate limits and optional IP allowlists, and get a one-time secret. The strategy is saved as a draft and can move through paper observation before any eligible live deployment. The logic itself stays on your infrastructure and is never transmitted.

Ownership boundaries

Where Stretus sits in the stack

YOUR PERIMETER, NEVER TRANSMITTEDPrivate strategylogicstays on your owninfrastructureSigned remoteintentauthenticated,time-boundedStretus gatewayidentity · risk · killcontrolsEligible brokerroutecontrolled egress,pre-trade riskAn expired or replayed intent is refused. The logic itself never crosses the boundary.Remote execution protects where logic runs. It does not remove market, model, integration, cyber or execution risk.A remote strategy is saved as a draft and can move through paper observation first.
The logic never crosses the boundary. Everything to the right of the signed intent is governed exactly as a native strategy would be.

Benefits

Business benefits

Keep the edge, gain the governance

Proprietary logic stays on your infrastructure while pre-trade risk, exposure limits, monitoring and audit evidence still apply.

Authenticated and time-bounded

Signed intents with a validity window mean a replayed or stale signal is refused rather than executed.

Scoped credentials with rotation

Scopes, rate limits, optional IP allowlists, rotation and one-time secret display, rather than a long-lived shared key.

One operating view

Remote and native strategies share the same monitored workspace, so exposure is consolidated rather than split across systems.

Use cases

Enterprise operating situations

Illustrative operating situations. Availability varies by broker, exchange, account, connector and tenant.

External-signal author
Challenge
Keep private code or connected alert logic outside the platform without losing execution governance.
Stretus role
Validate signed, time-bounded intents, apply configured risk, and route only through eligible accounts and connectors.
Outcome
Remote and native strategies share one monitored operating workspace.
Institutional desk
Challenge
Satisfy a broker's connectivity and traceability requirements without rebuilding the research stack.
Stretus role
Provide controlled egress with a dedicated outbound IP and scoped, rotatable credentials.
Outcome
Broker-side allowlisting satisfied, with the model never leaving the desk.

Security posture

Security considerations

The logic is never transmitted
Only an order intent crosses the boundary. There is no upload step, and no copy of the strategy exists on the platform to be compromised.
Signed and time-bounded intents
Source validation plus a validity window means an intercepted intent cannot be replayed usefully.
Tenant-authorised AI credentials, protected at rest
Where BYOK or tenant AI-provider credentials are configured, they are protected at rest and used only for authorised provider requests under tenant policy.
What this does not remove
Remote execution protects where logic runs. It does not remove market, model, integration, cyber or execution risk.

Answers

Frequently asked questions

Does Stretus see my strategy logic?

No. The logic stays on your infrastructure and only a signed order intent is transmitted. There is no upload step and no stored copy of the strategy.

What stops a signal being replayed?

Intents are signed and time-bounded. The gateway validates the source and the validity window, so an expired or replayed intent is refused rather than executed.

Can a remote strategy be deployed live immediately?

It is saved as a draft and can move through paper observation first. Live deployment requires an eligible account and connector and remains subject to configured risk controls and broker policy.

How are API credentials protected?

They carry scopes, rate limits, optional IP allowlists and rotation, and the secret is displayed once rather than being re-readable from a settings page.

Arrange a working demonstration

Review strategy creation, F&O contract handling, backtesting, broker controls and integration boundaries with the team. If you would rather talk to an engineer than a salesperson, say so and we will arrange that instead.

Risk and disclosure

Trading and derivatives involve risk of loss. AI output requires review. Backtests and simulations do not predict future results; live outcomes can differ because of costs, latency, slippage, liquidity, rejections, broker rules and market conditions. Availability varies by broker, exchange, account, connector and tenant. Product information only; not investment advice.