• Home
  • Products
    • Login
    • Product Info
    • User Guide
    • Pricing
  • Help
    • Documentation
    • Knowledge Base
    • FAQ
  • Company
    • About Us
    • Contact Us
    • Terms & Conditions
  • Home
  • Products
    • Login
    • Product Info
    • User Guide
    • Pricing
  • Help
    • Documentation
    • Knowledge Base
    • FAQ
  • Company
    • About Us
    • Contact Us
    • Terms & Conditions

AutoTrader Web

home/Documentation/AutoTrader Web
Expand All Collapse All
  • Index
  • Getting Started
  • Portfolio Management System (PMS)
  • Master-Child
  • PMS vs Master-Child
  • Trading View
  •  Supported Brokers
    • Groww
    • Symphony XTS
    • Zerodha
    • PL Capital
    • Angel Broking
    • Dhan
    • Aliceblue
    • Fyers
    • Nuvama
    • IIFL
    • Zebu
    • Finvasia
    • Motilal Oswal
    • Kotak
    • Mastertrust
    • Five Paisa
    • Choice Broking
    • FlatTrade
    • Tradejini
    • Upstox
    • SAS Online
    • Profitmart
  •  Client Setup
    • Desktop Client
    • AmiBroker Library
    • Excel Library or Tools
    • Java Library
    • MetaTrader Library
    • C# Library
    • Python Library
    • HTTP REST
  •  User Interface
    • User Registration
    •   Settings
      • General
      • Trading Accounts
      • Pseudo Accounts
      • Group Accounts
      • Security
    •   AutoTrader
      • Activity
      • Instruments
    •   Trading
      • Summary
      • Positions
      • Orders
      • Margins
      • Holdings
      • Trade
    •   User
      • Account
      • Profile
  •  API (Application Programming Interface)
    • Place Regular Order
    • Place Cover Order
    • Place Bracket Order
    • Place Advanced Order
    • Cancel Order
    • Cancel Child Orders
    • Cancel All Orders
    • Modify Order
    • Modify Order Price
    • Modify Order Quantity
    • Square-off Position
    • Square-off Portfolio
    • Read Orders
    • Read Positions
    • Read Margins
    • Read Holdings
    • Read Portfolio Summary
    • Fetch All Trading Accounts
    • Create or Update Trading Account
    • Validate Trading Account Credentials
    • API Parameters
    • API Rate Limits
    • Email Limits
    • Postman
  • Pricing
  • Precautions
  •  Broker Independence
    • API Functions
    • Pseudo Account
    • Instruments (Trading Symbols)
  • Quantity Multiplier
  • Architecture

FlatTrade

3434 views February 27, 2026 Pritesh 3

Features

Key Features for FlatTrade Users

Traders and portfolio managers using FlatTrade can leverage these advanced automation and trading features:

  • ๐Ÿ” Auto copy trading on FlatTrade โ€“ Automatically replicate trades across multiple accounts using PMS Copy or Master-Child replication tools.
  • โœ… Multi-account management on FlatTrade โ€“ Handle multiple trading accounts from a unified dashboard.
  • ๐Ÿ’ผ Advanced portfolio monitoring for FlatTrade accounts โ€“ Track holdings, margin utilization, and open positions in real-time.
  • ๐Ÿ“ˆ Bulk order placement on FlatTrade โ€“ Execute, modify, or cancel orders across accounts instantly.
  • ๐Ÿ”Œ Trading API for FlatTrade โ€“ Automate strategies using Python, Java, C#, Excel, or TradingView โ€” all with broker-independent syntax.
  • โš™๏ธ Cross-broker automation support โ€“ Unified setup works seamlessly with FlatTrade and other supported brokers.
  • ๐Ÿ”’ Secure & lightning-fast trading infrastructure โ€“ Execute orders with encrypted credentials and low latency using Googleโ€™s infrastructure.

๐Ÿ‘‰ Explore the full list of Supported Brokers.

Now, let’s take a look at how to add FlatTrade account in Stocks Developer.

This document describes account setup instructions for Flattrade broker.

Demo

FlatTrade API Setup – Stocks Developer

Setup

1. Generate API

  1. Login to Wall https://wall.flattrade.in
  2. Navigate to Pi in top menu bar and click on CREATE NEW API KEY
    • App Name: MyTradingApp
    • Short Name: MyTradingApp
    • Redirect Url: https://apix.stocksdeveloper.in/oauth/flattrade
    • Postback Url: (Keep it blank)
    • Description: Stocks Developer
    • Agree the terms & click CREATE button
  3. Your API Key & Secret Key are available now

2. Get TOTP Key

  1. Login to https://web.flattrade.in/
  2. Click on your login id on top right corner to go to Profile section
  3. Click Security
  4. Click TOTP
  5. You’ll be a shown a QR code (which you can scan using Google Authenticator app on your phone). This will be needed for login.
  6. However, what we need is the TOTP Key (click the copy icon & save the key somewhere in notepad)

3. Add your Account in AutoTrader Web

  1. Go to AutoTrader Web menu (Settings -> Trading Accounts)
  2. Click Create button
  3. Select Broker as Flattrade
  4. Selectย KAMBALA_FLAT_IPV4ย as the platform
  5. Enter your Flattrade login id
  6. Enter your Flattrade password
  7. Enter TOTP Key (obtained from step 2 above)
  8. Add API Key (obtained from step 1 above)
  9. Add API Secret (obtained from step 1 above)
  10. Click Validate & Save
  11. Thatโ€™s it, you have successfully added your Flattrade account. Do not forget to read these known limitations.

Screenshots

Flattrade – API Key
Flattrade – TOTP Key

Static IP Setup

This is a 2 step process:

1. Create Broker API using any Dummy IP address

  • If IP address is optional during API creation, then keep it blank.
  • Otherwise, use a dummy IP address during API creation.
    • IP Type: IPv4
    • Primary Static IP:
      • You can use this dummy IP generator website. OR
      • You can just google “what is my ip” & enter your IP
      • Note: we will update this later, in the next step
    • Algo Registration Type: Non-Registered
    • API/Algo Category: “Below” or “Less than” 10 orders per second
  • Now add your account in our system (as explained above) & then come back to Step 2 given below.

2. Add your trading account in our system & then get Static IP

Once your account is successfully added in our system, then do the following:

  1. Get Static IP
    • In our system, go to menu (Settings -> Trading Account)
    • Click the “Pencil icon” next to your account to EDIT it
    • Click “Get Static IP” button
  2. Depending on your broker, system will give either an IPv4 or IPv6 static IP
    • IPv4 => Only one primary IP is provided
    • IPv6 => Both primary & secondary IPs are provided
  3. Assign Static IP in our newly created API on broker’s API screen
    • IP Type: IPv6 or IPv4
    • Primary Static IP: (You will be shown in the EDIT screen)
    • Secondary Static IP: (You will be shown in the EDIT screen – only for IPv6)
    • Algo Registration Type: Non-Registered (less than 10 orders / second)

For further help, check this YouTube video showing “How to map Static IP?“

How to map Static IP?

Was this helpful?

3 Yes  No
Related Articles
  • Groww
  • PL Capital
  • Tradejini
  • Dhan
  • Supported Brokers
  • Symphony XTS

ยฉ 2025 Stocks Developer [GSTIN: 27AQMPM1138R1Z6]

Questions? Message us...