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
  • How to upload symbols to the watchlist?
  • CSV Format
  • Tradingview Watchlist

Was this helpful?

  1. My Strategies
  2. Watchlist

Equtiy

PreviousWatchlistNextFutures & Options

Last updated 1 month ago

Was this helpful?

The watch list is a fundamental feature that allows users to include multiple stock symbols within a single equity strategy for their convenience. Each equity strategy can have its distinct watch list.

How to upload symbols to the watchlist?

The Algomojo app enables users to upload their watch list directly from their system via a CSV file using the upload button in the watchlist section.

CSV Format

The basic format to be followed by a user while uploading a CSV file to the watchlist section.

Columns
Description
Mandatory
Possible Values

CHART_SYMBOL

Symbols that are compatible with various tools such as TradingView, Amibroker, and Chartink

Yes

INDHOTELS

EXCHANGE

NSE, NFO, BSE and BFO

Yes

NSE

TRADING_SYMBOL

Symbols which are accepted by the broker

Yes

INDHOTELS-EQ

QUANTITY

Total number of stocks

Yes

35

CAPITAL

Number of stocks based on Capital

Yes

10,000

Tradingview Watchlist

 {
  "date": "{{timenow}}",
  "symbol": "{{ticker}}",
  "action": "{{strategy.order.action}}"
 }

If you plan to trade multiple symbols using a single strategy, you must add all the symbols to the watch list. The chart symbol serves as a unique identifier for the script you wish to trade. Make sure to include the specified Custom Data in the Tradingview Message box, and insert the chart symbol in the "{{ticker}}" field. Additionally, you will need to create separate alerts for each symbol you intend to trade on Tradingview.