• 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

Motilal Oswal

8398 views March 14, 2026 Pritesh 2

Features

Key Features for Motilal Oswal Users

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

  • πŸ” Auto copy trading on Motilal Oswal – Automatically replicate trades across multiple accounts using PMS Copy or Master-Child replication tools.
  • βœ… Multi-account management on Motilal Oswal – Handle multiple trading accounts from a unified dashboard.
  • πŸ’Ό Advanced portfolio monitoring for Motilal Oswal accounts – Track holdings, margin utilization, and open positions in real-time.
  • πŸ“ˆ Bulk order placement on Motilal Oswal – Execute, modify, or cancel orders across accounts instantly.
  • πŸ”Œ Trading API for Motilal Oswal – Automate strategies using Python, Java, C#, Excel, or TradingView β€” all with broker-independent syntax.
  • βš™οΈ Cross-broker automation support – Unified setup works seamlessly with Motilal Oswal 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 Motilal Oswal account in Stocks Developer.

Let’s understand how to add a Motilal Oswal account in AutoTrader Web.

Motilal offers 2 different APIs:

  1. Motilal Open API (This is the default, see below steps to learn)
  2. Symphony XTS API (Click here to learn)

Demo

Motilal Oswal Setup

Step 1: Create API

  1. Go to Motilal Oswal Trading API
  2. Login with your Motilal credentials
  3. Click Create an API button
    • App Name: MyTradingApp
    • Redirect URL: https://apix.stocksdeveloper.in/oauth/motilal
    • Call Back URL: (Keep it blank, it is optional)
  4. TOTP Key
    1. On Dashboard, click “My APIs“
    2. You will find TOTP Key here

Step 2: Add Trading Account

  1. Go to AutoTrader Web menu (Settings -> Trading Accounts)
  2. Click Create button
  3. Select Broker as Motilal
  4. Select MOTILAL_API as the platform
  5. Enter your Motilal login id
  6. Enter your Motilal password
  7. Enter TOTP Key (obtained from previous step) (See screenshot below)
  8. Enter your Date of Birth in this format (dd/mm/yyyy)
  9. Click Validate & Save
  10. That’s it, you have successfully added your Motilal Oswal account. Do not forget to read these known limitations.

Screenshots

Motilal API – TOTP Key

Static IP Setup

There are two ways to get a Static IP for your trading account:

  • Option A β€” Auto-assign IP (recommended for most users): Our system assigns a dedicated Static IP from our pool.
  • Option B β€” Bring Your Own IP (BYOIP): You supply your own proxy or IPv6 address. Use this if you already have a dedicated VPS or IPv6 block.

Both options are described below.


Option A β€” Auto-assign IP

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 “Auto-Assign 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?

Option B β€” Bring Your Own IP (BYOIP)

Use this option if you have a dedicated VPS, proxy server, or IPv6 address block that you want to use instead of one from our system.

Note: Only one IP source can be active at a time. Activating BYOIP will automatically remove any system-assigned IP, and vice versa.

Step 1: Open the BYOIP setup

  1. Go to Settings β†’ Trading Account
  2. Click the pencil icon next to your account to edit it
  3. Click “Bring Your Own IP”
  4. A setup dialog will appear. The fields shown depend on your platform type:

FieldDescription
Proxy HostIP address or hostname of your proxy server (e.g. 192.168.1.1)
PortPort number your proxy listens on (1–65535, e.g. 3128)
Username(Optional) Proxy authentication username
Password(Optional) Proxy authentication password

Step 2: Save and Apply

  1. Fill in the required fields and click “Save & Apply”
  2. The system will validate your input and apply the IP immediately
  3. On success, you will see your IP displayed with a “Your IP” badge β€” confirming it is your own IP, not a system-assigned one

Editing your IP later

  • Click the “Edit” button (visible next to the “Your IP” badge) to update your proxy or IPv6 address at any time
  • The dialog will open pre-filled with your current values
  • Change what you need and click “Save & Apply” again

Removing your IP

  • Click the “Remove” (unmap) button next to the IP display
  • Confirm the removal
  • The system will clear your custom IP and return the account to the unassigned state
  • You can then either set up BYOIP again or use “Auto-assign IP” to get a system IP

Was this helpful?

2 Yes  1 No
Related Articles
  • Groww
  • PL Capital
  • Tradejini
  • Dhan
  • FlatTrade
  • Supported Brokers

Β© 2025 Stocks Developer [GSTIN: 27AQMPM1138R1Z6]

Questions? Message us...