Documentation
HomeGithubDiscordBlog
  • What is OpenAlgo?
  • OpenAlgo Architecture
  • Mini FOSS Universe
  • Community Support
  • OpenAlgo GPT
  • New Features
    • Fast Scalper
    • API Analyzer
    • Traffic/Latency Monitor
    • Chartink Integration
  • Monetization
  • Connect Brokers
    • Brokers
      • 5Paisa
      • 5paisa (XTS)
      • AliceBlue
      • AngelOne
      • Compositedge
      • Dhan
      • Firstock
      • FlatTrade
      • Fyers
      • Groww
      • IIFL (XTS)
      • Jainam Retail (XTS)
      • Jainam Dealer (XTS)
      • Kotak Securities
      • Paytm
      • Pocketful
      • Shoonya
      • Upstox
      • Wisdom Capital
      • Zebu
      • Zerodha
  • Installation Guidelines
  • Getting Started
    • Windows Installation
      • Pre-Requesites
      • Setup
      • Install Dependencies
      • Ngrok Config
      • Environmental Variables
      • Start OpenAlgo
      • SSL Verification Failed
      • Accessing OpenAlgo
    • Windows Server Installation
    • Mac OS Installation
      • Pre-Requesties
      • Setup
      • Install Dependencies
      • Ngrok Config
      • Environmental Variables
      • Start OpenAlgo
      • Install certifi
      • Accessing OpenAlgo
    • Amazon Elastic Beanstalk
    • Ubuntu Server Installation
    • Docker Development
    • Testing OpenAlgo in Cloud
    • Upgrade
  • Latency
  • API Documentation
    • V1
      • Accounts API
        • Funds
        • Orderbook
        • Tradebook
        • PositionBook
        • Holdings
      • Orders API
        • Placeorder
        • PlaceSmartOrder
        • BasketOrder
        • SplitOrder
        • ModifyOrder
        • CancelOrder
        • CancelAllOrder
        • ClosePosition
        • OrderStatus
        • OpenPosition
      • Data API
        • Quotes
        • Depth
        • History
        • Intervals
        • Symbol
        • Ticker
      • Order Constants
      • HTTP Status Codes
      • Rate Limiting
      • API Collections
  • Symbol Format
  • MCP
  • Trading Platform
    • Amibroker
      • AmiQuotes
      • Button Trading Module
      • Button Trading with Split Orders
      • Button Trading with Stoploss
      • SmartOrder Chart Module
      • Trailing Stoploss Execution Module
      • Line Trading Module
      • Equity Exploration Module
      • CSV Exploration Module
      • Options Button Trading Module
      • Spot/Futures to Options Module (Single Leg)
      • Spot/Futures to Options Module (Two Leg)
      • Time Based Execution
    • Tradingview
    • ChartInk
    • Python
      • Strategy Management
      • EMA Crossover Strategy
      • Supertrend Strategy
      • Supertrend Strategy with yfinance data
      • Voice Based Orders
    • NodeJS
    • Metatrader 5
      • Download & Install Library
      • OpenAlgo MQL5 Functions
      • Include the Header File
      • Sample Expert Advisor
    • Excel
    • Google Spreadsheets
    • N8N
    • Chrome Extension
  • Strategy Management
  • Developers
    • Design Documentation
      • Architecture
      • API Layer
      • Broker Integerations
      • Database Layer
      • Authentication Platforms
      • Configuration
      • Utilities
      • Broker Integration Checklist
  • Change Log
    • Version 1.0.0.24 Launched
    • Version 1.0.0.23 Launched
    • Version 1.0.0.22 Launched
    • Version 1.0.0.21 Launched
    • Version 1.0.0.20 Launched
    • Version 1.0.0.19 Launched
    • Version 1.0.0.18 Launched
    • Version 1.0.0.17 Launched
    • Version 1.0.0.16 Launched
    • Version 1.0.0.15 Launched
    • Version 1.0.0.14 Launched
    • Version 1.0.0.13 Launched
    • Version 1.0.0.12 Launched
    • Version 1.0.0.11 Launched
    • Version 1.0.0.10 Launched
    • Version 1.0.0.9 Launched
    • Version 1.0.0.8 Launched
    • Version 1.0.0.7 Launched
    • Version 1.0.0.6 Launched
    • Version 1.0.0.5 Launched
    • Version 1.0.0.4 Launched
    • Version 1.0.0.3 Launched
    • Version 1.0.0.2 Launched
    • Version 1.0.0.1 Launched
    • Version 1.0.0.0 Launched
Powered by GitBook
On this page
  • Features
  • Download OpenAlgo Chrome Extension
  • Prerequisites
  • Installation Guide
  • Usage Guide
  • Troubleshooting
  1. Trading Platform

Chrome Extension

PreviousN8NNextStrategy Management

Last updated 1 month ago

A lightweight Chrome extension for the OpenAlgo trading platform with a DaisyUI-inspired modern UI.

Features

  • Quick Trading Actions: Instantly place trades using LE (Long Entry), LX (Long Exit), SE (Short Entry), and SX (Short Exit) buttons.

  • Minimal Interface: Compact, draggable layout that integrates directly onto chart pages.

  • Integrated Settings Panel: Easy configuration using a settings popup with support for multiple exchanges and trading products.

  • Modern UI: Styled using DaisyUI for a clean and efficient interface.

  • Real-time Feedback: Visual confirmation for each trading action.

Download OpenAlgo Chrome Extension

Prerequisites

  • OpenAlgo API Server: The OpenAlgo server must be running (locally or remotely) and accessible.

  • API Key: A valid API key is required to authenticate API requests.

  • Browser: Chrome version 88 or higher. (Recommended Latest Version of Chrome)

Installation Guide

Install via Developer Mode

  1. Open Chrome and go to chrome://extensions/

  2. Enable Developer mode (top right toggle)

  3. Click on "Load unpacked"

  4. Select the folder you extracted from the .zip file

  5. The OpenAlgo extension icon will now appear in your Chrome toolbar

Usage Guide

Getting Started

  1. Start the OpenAlgo Server: Make sure the OpenAlgo server is running (default: http://127.0.0.1:5000)

  1. Configure Settings:

    • Click the 3-dot (⋮) icon next to the button panel

    • Fill in the following fields:

      • Host URL (e.g., http://127.0.0.1:5000)

      • API Key

      • Symbol (e.g., RELIANCE or NIFTY27APR25FUT)

      • Exchange (e.g., NSE, BSE, NFO, etc.)

      • Product (MIS, NRML, CNC)

      • Quantity (e.g., 10, 20, etc.). Futures or Options symbols it is always the total number of shares instead of Lot Size

  2. Save Settings: Click Save to apply your configuration

Trading Actions

  • LE (Green): Long Entry (Buy to Open)

  • LX (Yellow): Long Exit (Sell to Close Long)

  • SE (Red): Short Entry (Sell to Open Short)

  • SX (Blue): Short Exit (Buy to Close Short)

These buttons appear on supported charting pages and can be repositioned.

Draggable Interface

  • Hover over the top edge of the trading bar to reveal the grab handle

  • Click and drag to reposition the widget anywhere on the screen

Troubleshooting

  • No Response from Buttons:

    • Ensure the OpenAlgo server is running

    • Double-check Host URL and API Key

  • Incorrect or Missing Settings:

    • Reopen settings panel and verify all fields are filled

  • Server Connection Errors:

    • Confirm the server is reachable at the provided Host URL


The OpenAlgo Chrome Extension is designed to simplify and streamline your trading experience. With a clean interface and real-time trading controls built right into your browser, it allows you to react quickly to market opportunities with just one click. Whether you're managing long or short positions, this extension brings the power of OpenAlgo directly into your charting tools, making intraday trading more efficient and intuitive. Configure once, trade instantly—let technology work for you while you focus on strategy.

Release OpenAlgo Chrome Extension · marketcalls/openalgo-chromeGitHub
Logo