Author: Tradetron Team | Reviewed by: Tradetron Team | Published: 30 August 2026 | Last updated: 30 August 2026
Quick Answer
To do algo trading in Angel One with Tradetron, create a SmartAPI app on Angel One's developer portal to generate an API key, enable TOTP on your Angel One account, buy a static IP from Tradetron (₹100/month, from the Broker and Exchanges page) and add it to your Angel One setup, then enter your Angel One User ID, MPIN, SmartAPI key and a fresh TOTP code under Broker and Exchange in Tradetron. SmartAPI access itself carries no subscription fee. Once connected, log in again each trading morning by 8:30 AM, before the market opens at 9:15, and Tradetron can place, modify and manage orders on your Angel One account automatically.
The setup is one time. The daily refresh takes about 30 seconds. Here is what each part involves.
New to algorithmic trading altogether? See our guides for connecting Zerodha and Dhan, or the general How to Connect Your Broker to Tradetron overview if you have not connected a broker to Tradetron before.
What You Need Before You Start Algo Trading on Angel One
An active Angel One trading account, with the segments you plan to trade (Equity, F&O or Commodity) enabled.
A Tradetron account. Signing up is free, and you do not need a paid plan to explore the strategy builder or to paper trade.
SmartAPI access. SmartAPI is Angel One's official API layer for third-party platforms. Angel One does not charge a subscription for it, which is a real cost difference against some other brokers. That is covered in detail further down.
A SmartAPI key, generated by creating an app in the SmartAPI developer portal.
TOTP enabled on your Angel One account. Angel One's API authentication uses a time-based one-time password rather than a static API secret, so this is not optional.
A static IP address. This is required to trade Angel One through Tradetron — see the next section for how to get one and where it goes.
Do You Need a Static IP for Angel One Algo Trading?
Yes. A static IP is required to place live orders on Angel One through Tradetron.
The simplest way to get one is to buy it directly from Tradetron: a static IP costs ₹100 a month and is purchased from the Broker and Exchange page inside your Tradetron account. Once you have it, you add that address to your Angel One setup as part of the SmartAPI configuration. This applies whether you trade Angel One or Zerodha through Tradetron — both brokers require it, and it is the single most common reason orders fail with no visible error. If you skip this step, your broker connection can look completely healthy in Tradetron while every order silently fails to reach the exchange.
Two related rules came in at the same time and do affect how you build strategies:
Order rate ceiling. A threshold of 10 orders per second per exchange segment applies. Below that, algos use a generic exchange-provided ID and do not need individual registration. Above it, the algo must be registered with the exchange for a unique ID. Retail strategies built in a no-code builder sit comfortably below this.
Market and IOC orders are prohibited for algorithmic trading under the new framework. If you are used to placing market orders manually, your automated strategy will need to use limit orders instead. This is a genuine change in how you design entries and exits, not a technicality.
How to Connect Angel One to Tradetron
The process splits into what you set up on Angel One's side and what you enter on Tradetron's side. If anything below doesn't match what you see on screen, Tradetron's setup help centre has the current step-by-step walkthrough and screenshots. The sequence below matches what Tradetron's own Angel One broker page describes and is consistent with the platform's published documentation.
On Angel One and SmartAPI
Enable TOTP on your Angel One account if you have not already, from the TOTP setup page linked in your Angel One profile, confirming with the OTP sent to your registered email and mobile number.
Log in to the SmartAPI developer portal with your Angel One credentials.
Create a new app. Give it a recognisable name such as "Tradetron" and note the SmartAPI key it generates.
Buy your static IP from Tradetron's Broker and Exchange page (₹100/month) and add it to the static IP field for your Angel One app.
Keep your Angel One User ID and MPIN to hand. Tradetron needs both alongside the SmartAPI key.
On Tradetron
Log in to Tradetron and open Broker and Exchange from the account menu.
Click Add Broker and select Angel One.
Enter your Angel One User ID, MPIN and SmartAPI key. Unlike some brokers, Angel One's setup does not require a separate API secret. The SmartAPI key, your MPIN and a TOTP code are what authenticate the connection.
Enter a fresh TOTP code and save. TOTP codes are valid for roughly 30 seconds, so generate the code immediately before you submit the form, not in advance. This one detail causes more failed first attempts than anything else in the process.
Confirm the connection. Tradetron validates the credentials and shows whether the broker link was added successfully. Test it straight away with a paper trading strategy.
Once done, your Angel One account is linked and ready to receive orders from any strategy you activate. For the commercial overview of what the integration supports, see Tradetron's Angel One algo trading page.
Is Angel One's SmartAPI Free? How It Compares to Other Broker APIs
Yes. Angel One does not charge a monthly subscription for SmartAPI access. You pay the usual brokerage on executed orders and nothing extra for the API itself. This is worth dwelling on, because API pricing is one of the least visible running costs in algo trading and it varies a lot between brokers.
The clearest contrast is with Zerodha's Kite Connect, which runs a two-tier model. Its Personal plan is free and covers order management, GTT, alerts, margin computation and portfolio access, but it excludes live and historical market data. The paid Kite Connect plan costs ₹500 per month per API key and adds live market data over WebSockets plus historical candle data.
Why this matters in practice: if you are running a strategy that needs live data and you are paying a monthly API fee, that fee is a fixed cost your strategy has to earn back before it makes you anything. On a small account, a ₹500 monthly API fee can be a meaningful share of expected returns. On Angel One, that line item is zero.
Two caveats worth stating honestly. First, when you run strategies through Tradetron, Tradetron's own subscription plan is a separate cost from the broker API, and the free SmartAPI access does not change that. Second, other brokers' API pricing changes fairly often, so check the current published rate on the broker's own site before you build a cost model around it.
How Does Algo Trading on Angel One via Tradetron Actually Work?
The relationship between the two platforms follows a simple sequence: Strategy → Tradetron → Angel One SmartAPI → Exchange → Fill.
You build your entry rules, exit rules, position sizing and risk limits inside Tradetron's no-code strategy builder. When your conditions are met during market hours, Tradetron sends an order instruction through SmartAPI. Angel One checks it against your available margin, segment permissions and exchange rules, and if it clears, routes it to the exchange. The fill is confirmed back along the same path, so your Tradetron dashboard reflects it in near real time.
Tradetron only holds the permissions SmartAPI grants. It can place, modify and cancel orders while your session is active. It cannot move funds out of your account or change your account settings.
Why Do You Need to Log In Again Every Trading Morning?
Angel One's SmartAPI sessions do not persist across trading days. Log in again each trading morning by 8:30 AM, before the market opens at 9:15, and you are set for the rest of that day.
In practice this means generating a fresh TOTP code from your authenticator app and using the Regenerate Token option in Tradetron, completed inside the roughly 30-second window the code is valid for.
This is not a Tradetron limitation. It reflects how Angel One structures API session security: a fresh daily authorisation rather than a token that persists indefinitely. Skipping the refresh does not affect paper trading or backtesting on Tradetron. It only blocks live order placement on Angel One until you complete it.
Why Isn't My Angel One Tradetron Connection Working?
Most connection issues trace to a small, predictable set of causes:
Expired or stale TOTP. The code is valid for about 30 seconds. Entering one generated even slightly too early is the most common first-attempt failure.
Static IP missing or mismatched. Orders can fail to reach the exchange with no obvious error if the static IP you bought from Tradetron hasn't been added correctly.
Incorrect MPIN or User ID. A mismatch prevents authentication entirely.
Daily login not completed. The broker connection still shows as added, but cannot place live orders that day.
SmartAPI app not correctly created. Occasionally the app needs to be recreated in the developer portal if the key stops validating.
Market or IOC order types in your strategy. These are prohibited for algo trading under the current framework. If a strategy leg is configured to use them, it will not execute.
Orders not executing despite a connected status. Check available margin, segment permissions on your Angel One account, and whether the session is actually open, before assuming the integration is broken.
If none of these resolve it, Tradetron's helpdesk can check the connection from the platform side, and Angel One's support can confirm whether the SmartAPI key itself is active.
How to Test the Connection Before Going Live
Complete the connection, do the daily login, then deploy a simple strategy in paper trading mode first. Paper trading runs on live market data with simulated funds, so you can watch orders trigger and positions open and close, confirming the full chain behaves as expected without risking capital. Once a strategy has behaved correctly across a reasonable stretch of live sessions, move it to live mode, starting with a small allocation.
Is Algo Trading Legal on Angel One?
Yes. Algo trading through a broker's official API is legal for retail traders in India, and SmartAPI is exactly that: a sanctioned connection method, not a workaround. Under the SEBI and NSE framework that became mandatory for brokers on 1 April 2026, algo orders placed through APIs are traceable, order rates are capped at a defined threshold per exchange segment, and a registered static IP is required for order placement.
Can You Automate Angel One Trading with Tradetron?
Yes. Once your Angel One account is connected, Tradetron can place, modify and manage orders automatically based on rules you define, without you clicking buy or sell. You build the logic visually, covering entry conditions, exit conditions, stop-loss and position sizing, and Tradetron executes it through SmartAPI whenever your conditions are met during market hours, across Equity, F&O and Commodity segments depending on what is enabled on your account.
Frequently Asked Questions
How do I do algo trading in Angel One with Tradetron?
Create a SmartAPI app on Angel One's developer portal to generate an API key, enable TOTP on your Angel One account, buy a static IP from Tradetron and add it to your setup, then enter your Angel One User ID, MPIN and SmartAPI key under Broker and Exchange in Tradetron, along with a freshly generated TOTP code.
Is Angel One's SmartAPI free?
Angel One does not charge a monthly subscription for SmartAPI access. You pay standard brokerage on executed orders. By comparison, Zerodha's Kite Connect offers a free Personal plan without market data, and charges ₹500 per month per API key for the plan that includes live and historical data.
Do I need a static IP to use Angel One with Tradetron?
Yes. A static IP is required for order placement, for both Angel One and Zerodha. Buy one from Tradetron's Broker and Exchange page for ₹100 a month and add it to your Angel One setup.
Do I need to log in to my Angel One session every day?
Yes. Angel One's API sessions require a fresh daily login using a TOTP code, done through the Regenerate Token option in Tradetron. It takes about 30 seconds and should be done by 8:30 AM, before the market opens at 9:15.
Can I automate trades on Angel One using Tradetron?
Yes. Once connected, Tradetron can place, modify and manage orders on your Angel One account automatically based on the strategy rules you define, across Equity, F&O and Commodity segments.
Is coding required to set up algo trading on Angel One?
No. The connection involves entering a SmartAPI key, User ID, MPIN and TOTP into Tradetron's broker form, and Tradetron's strategy builder is fully no-code.
Are market orders allowed in algo trading on Angel One?
No. Under the current NSE and SEBI framework, market orders and immediate-or-cancel orders are prohibited for algorithmic trading. Automated strategies need to use limit orders.
Why is my Angel One connection not working?
The most common causes are an expired TOTP code, an incorrect MPIN, a missed daily login, or a missing or mismatched static IP.
Can I paper trade before going live on Angel One?
Yes. Paper trading runs on live market data with simulated funds, letting you confirm your setup works before risking real capital.
Is algo trading legal on Angel One?
Yes. Algo trading through Angel One's official SmartAPI is legal for retail traders in India under the SEBI and NSE framework that became mandatory for brokers on 1 April 2026.
Conclusion
Doing algo trading in Angel One with Tradetron comes down to a one-time SmartAPI setup — including buying a static IP from Tradetron — then a 30-second login each trading morning by 8:30 AM. SmartAPI itself carries no subscription fee, which removes a fixed cost that some other broker APIs impose. None of it requires code. Test in paper trading first, confirm the connection behaves as expected, and only then move to live capital.
If you trade on other brokers too, see our guides for Zerodha and Dhan.
Ready to connect your Angel One account and start automating your strategies? Head to the Angel One integration page on Tradetron to get started.
Disclaimer: This article is for educational purposes only and does not constitute financial or investment advice. Trading in securities and derivatives carries risk. Consult a SEBI-registered advisor before making trading decisions.