algomojo
Back to WebsiteVideosReleases
  • Introduction
  • Brokers
    • Login to Broker
      • Aliceblue
      • AN API
      • Bigul
      • Compositedge
      • DhanHQ
      • Fyers
      • Finvasia
      • Firstock
      • Flattrade
      • 5Paisa
      • Goodwill
      • Kotak
      • Motilal Oswal
      • Paytm
      • Rupeezy
      • Samco
      • Sharekhan
      • Sky Broking
      • Tradejini
      • Tradesmart
      • Upstox
      • XTS
        • Anand Rathi
        • ATS
        • IIFL
        • Motilal Oswal
        • Religare
        • Zebu
      • Zebu
      • Zerodha
    • Open an Account
      • Aliceblue
      • DhanHQ
      • Firstock
      • Fyers
      • Zebu
      • Upstox
  • Dashboard
    • Watchlist
    • Funds
    • Summary
    • My Profiles
  • Orders
  • Trades
  • Positions
  • Holdings
  • Unified Login
  • My API
    • My API
    • API TRANSACTIONS
  • MY API Logs
    • Orders Log
    • Request Log
  • Strategy Store
  • Signals Store
    • View Signal
  • Strategy Rule
    • LONG ONLY
    • SHORT ONLY
    • LONG+SHORT
    • LONG+SHORT
    • STOP + REVERSAL
  • My Strategies
    • Create
      • OPTIONS
      • FUTURES
      • EQUITIES
    • Edit
    • View
    • Clone
    • Watchlist
      • Equtiy
      • Futures & Options
    • Notification
    • Viewlogs
    • Position Reconciliation
    • Delete Strategy
    • Delete data
    • Disable
    • Enable
    • Publish Signal
    • Web Hook URL
  • My Signals
    • Signals
    • Orders
    • Positions
    • Holdings
    • Realized P/L
    • Summary
  • My Strategy Group
  • My Group Signals
    • Group Signals
    • Signals
    • Orders
    • Positions
    • Holdings
    • Realized P/L
    • Summary
  • Modules
    • Amibroker
      • Amibroker (WebHook)
        • Long Only Module
        • Short Only Module
        • Long + Short Module
        • Stop + Reversal Module
        • Button Trading Module
      • Amibroker Exploration(WebHook)
        • Long only Exploration Module
        • Short Only Exploration Module
        • Long + Short Only Exploration
        • Stop + Reversal Exploration Module
      • Amibroker (REST API)
        • Charting Module
        • Portfolio Module
        • Button Trading Module - Old
        • Button Trading Module - Modern
        • Spot/Futures to Options Trading Module
        • Spot/Futures to Options Trading Module - Old
        • Smart Order Trading Module
        • Spot/Futures Signals to Two Legged Options Execution Module
        • Timing Based Execution Module
        • Equity Intraday Exploration Module
        • Credit Spread Module
        • Intraday Straddle Module
        • Multi Client Button Trading Module - Old Version
        • Multi Client Smart Order Module
        • Option Button Trading Module to Trade ATM, ITM, OTM Options
    • Tradingview
      • Chart Trading(Long & Short)
      • Chart Trading(Buy, Sell, Short & Cover)
      • Supertrend Spot Future Signals To Options
      • Time Based Execution
      • Spot/Futures Signals to Two-Legged Options Execution Module
    • Chartink
    • Metatrader
      • MT4 Bridge
      • Button Trading Module
      • Chart Trading Module
    • Ninjatrader
      • Button Trading
    • Excel
      • Place Order
    • GSheet
      • Place Order
      • Get Realtime Quotes
    • Python
      • Test module
  • Strategies
    • Amibroker
      • SuperTrend Intraday
      • SuperTrend Positional
      • EMA Crossover
      • Lin Supertrend
      • Supertrend V5
      • Ultimate Volatility Expert
      • ATR Volatility System
      • Camarilla Trailing Stops
      • Bollinger Band Trailing Stop Loss
      • AlphaTrend Trading Strategy
      • Range Filter Trading System
      • Open Range Breakout Trading System
      • Halftrend Trading System
      • Kase Dev Stops V1
    • Trading View
      • SuperTrend Intraday & Positional
      • Pivot Point
      • Kase Dev Stops V1
      • AlphaTrend
      • Halftrend Strategy
      • Range Filter Strategy
    • Python
      • EMA Crossover - Stop and Reverse Strategy
      • Supertrend Strategy
  • Bridge
    • Amibroker Bridge Installation
    • Tradingview Bridge Installation
    • Chartink
    • Metatrader Bridge Installation
    • Excel Bridge Installation
    • GSheet Bridge Installation
    • Google Chrome Extension
    • Python Library
  • API
    • V1
      • Introduction
      • Place Order
      • Place BO Order
      • Place CO Order
      • Place FO Options Order
      • Place Smart Order
      • Place Multi-Order
      • Place Multi BO Order
      • Place Multi FO Options Order
      • Modify Order
      • Cancel Order
      • Cancel All Order
      • Order History
      • Order Book
      • Order Status
      • Trade Book
      • Position Book
      • All Positions
      • Open Positions
      • Square Off Position
      • Square Off All Position
      • Holdings
      • Funds
      • Exit BO-Order
      • Exit CO-Order
      • Get Quote
      • Profile
      • Appendix
  • Videos
  • FAQ
  • 🎧Support
Powered by GitBook
On this page

Was this helpful?

  1. Modules
  2. Amibroker

Amibroker Exploration(WebHook)

Utilize Amibroker’ s Exploration features to execute orders through the Algomojo platform. It is recommended to employ the Exploration method when implementing Intraday or positional strategies. If you have a strategy involving more than 10 symbols that you wish to trade, follow the provided steps to automatically place orders using Algomojo Exploration feature.

Procedure to CREATE NEW STRATEGY FOR TRADING IN FUTURES / EQUITIES SEGEMENT: Select a New Strategy from the right top corner. Give a unique Name for the strategy. Select the relevant Rule as applicable to your strategy in Amibroker (Refer to Modules section in the documentation for complete details on various Rules):

  • Long Only Module - If your Strategy is Long Only

  • Short Only Module - If your Strategy is Short Only

  • Long + Short Module - If your Strategy provides BUY/SELL/SHORT/COVER signals.

  • Stop + Reversal Module - If your Strategy is always Long / Short.

Select the Segment – Equity / Futures. Select the Trading Symbol – Type the symbol name and choose from the drop down the symbol that you wish to trade.

Select the Order Type – CNC / MIS / NRML. Select the Price Type – Only Market Orders are supported as of now.Select Number of Lots / Quantity to trade.

Select Split Qty if the Qty is greater than Freeze Qty. Select Rollover – Futures will be Rolled over on the last day of the expiry at 15:15 pm. Provide Chart Symbol – optional, any name can be provided for reference. End Time – Optional, you can set the End Time if required. End time on Expiry – Specify the Time to Auto Roll over on expiry Day. Remarks – Optional, you can update with any text. SUBMIT the details updated. Copy the Long URL for use in Amibroker. Use the Back button to go back to My Strategies section where you will find the Strategy that you just created.

Procedure Enable the Strategy created. The strategy created using above procedure will be INACTIVE by default. Enable the Live / Paper Trades by clicking on the relevant button provided.

Procedure create Watchlist for Exploration for the Strategy created.

Select the Watchlist from the Actions Tab, which will open a new window.

  • Add all the Symbols that you would using for Exploration in Amibroker.

  • The Chart Symbol should be the same as what is provided as Symbol by your Amibroker Data Vendor, else the orders will not be processed.

  • Trading Symbol – select from the drop down by typing the few letters of the intended symbol.

  • Indicate the Number of Lots / Quantity that you plan to Trade and then use the ADD button.

  • Repeat the process till all the symbols are added.

  • Use the Back tab to go back to the My Strategies screen.

In Amibroker use the relevant Module (refer to Modules->Exploration section for more details) and in the Parameters section, paste the Webhook URL and enable Algo for activating algo trading.

PreviousButton Trading ModuleNextLong only Exploration Module

Last updated 5 months ago

Was this helpful?