Quantower_in
  • Welcome to Quantower.in Help
  • Getting started
    • What's new
    • Installation
    • First start
    • Platform update
    • Control center
    • Workspaces, Binds, Groups
    • Templates
    • Set as Default
    • Symbols lookup
    • Table management
    • Backup & restore manager
    • General settings
    • Quantower Account
    • Quantower Licenses
  • Connections
    • Connections manager
    • Connection to Quandl
  • Analytics panels
    • Chart
      • Chart types
        • Time aggregation
        • Renko
        • Heiken Ashi
        • Kagi
        • Points & Figures
        • Range bars
        • Line break
        • Volume Bars
      • Chart overlays
      • Technical indicators
        • Oscillators
          • Aroon Indicator
          • Moving Average Convergence/Divergence
          • Awesome Oscillator
          • Accelerator Oscillator
          • %R Larry Williams
          • Momentum
          • Rate of Change
          • Commodity Channel Index
        • Moving averages
          • Exponential Moving Average
          • Simple moving average
        • Volatility
          • Average True Range
          • Standard deviation
        • Trend
          • ZigZag
      • Drawing tools
      • Volume analysis tools
        • Cluster chart
        • Volume profiles
        • Time statistics
        • Time histogram
        • Historical Time & Sales
      • Power Trades
      • VWAP
    • Watchlist
    • Time & Sales
    • Price Statistic
    • DOM Surface
    • Order Flow Surface
    • Option Analytics
    • TPO Profile Chart
  • Trading panels
    • Order Entry
      • Order Types
    • DOM Trader
    • Market depth
    • Trading simulator
    • History Player
    • FX Cell
  • Portfolio panels
    • Positions
    • Working Orders
    • Trades
    • Orders History
    • Synthetic Symbols
    • Historical Symbols
  • Information panels
    • Account info
    • Symbol Info
    • Currencies Exposure
    • Event Log
    • RSS
    • Reports
  • Miscellaneous
    • History Exporter
    • Symbol Mapping Manager
    • Market heat map
    • Stat matrix
    • Exchange times
    • Quote Board
    • Browser
    • Excel and RTD function
  • Quantower Algo
    • Introduction
    • Install for Visual Studio
    • Simple Indicator
    • Input Parameters
    • Built-In indicators access
    • Indicator with custom painting (GDI)
    • Using markers with indicators
    • Adding a custom indicator to Watchlist
    • Downloading history
    • Simple strategy
    • Access to trading portfolio
    • Trading operations
    • Example: Simple Moving Average
Powered by GitBook
On this page
  • How to activate RTD function in Quantower platform
  • How to retrieve the instrument data from Quantower?
  • Frequently Asked Questions
  • How to check argument separator?

Was this helpful?

  1. Miscellaneous

Excel and RTD function

PreviousBrowserNextQuantower Algo

Last updated 5 years ago

Was this helpful?

Start from the version 1.39 Quantower supports RealTimeData (RTD) for sending data and other market information to Microsoft Excel®. This feature opens up many opportunities for creating custom displays and other ways to better manage your workflow.

RTD is a newer protocol that offers several advantages over DDE, including more flexibility and better performance and reliability.

We prepared the spreadsheet that outlines the basic syntax of RTD formulas with details more complex formulas. Included is a collection of popular RTD formulas, which you can simply copy and paste into your own spreadsheet. .

Here is the General Syntax for getting symbol info via RTD function:

How to activate RTD function in Quantower platform

Also in the settings there are two important settings:

  • Custom RTD formula name — depending on the language of your operating system, the name of the RTD function in Excel may be called differently. The original name of the function in the English version of Excel is RTD, but for Russuian version it's called as "ДРВ".

How to retrieve the instrument data from Quantower?

When retrieving instrument data using RTD, you need to specify the ID of the instrument and the properties you want to retrieve.

RTD formula uses the following basic structure:

=RTD("TradingPlatform";"";"Param1";"Param2";"Param3";....")

The second parameter is the name of the external server running the RTD Server. As the Quantower RTD Server always runs locally, you must omit a value for the second parameter or supply an empty string (“”). However, you must account for the parameter in the formula.

Frequently Asked Questions

How to check argument separator?

For Windows 7:

  • go to Start > Control Panel > Regional and Language Options

  • Click on Formats Tab > Additional Settings

  • for List Separator check the argument. **It must be the same as in RTD settings.

For Windows 10:

  • go to Start >type Control Panel and press enter > Region

  • click Additional Settings

  • for List Separator check the argument. **It must be the same as in RTD settings.

Go to the of the platform, then to section Excel RTD and tick off "Enable Microsoft Excel RTD"

Custom argument separator — the separator that participates in the formula. It depends on the localization of your operating system. Get to know .

General Settings
how to check argument separator in your system
Download the sample file
Activation of RTD function in Quantower