LogoLogo
  • Welcome to AMP Futures (USA) Help
  • Trading Platforms
    • Quantower
      • Shortcuts
        • Overview
      • Getting Started
        • What's new
        • Installation
        • First start
        • Add Exchanges-Symbols
          • Add New Micro Crude Oil (CME) Symbol - MCLE
        • Platform update
        • Backup & restore manager
        • Reset settings to default
        • You have found a bug. What’s next?
      • General Settings
        • Main Toolbar
        • Workspaces
        • Single Panel
        • Link panels
        • Binds
        • Group of panels
        • Templates
        • Set as Default
        • Symbols lookup
        • Table management
        • Setup Actions & Advanced filters
        • Alerts
        • General settings
      • Data-Feed Connections
        • Connection to CQG (AMP Futures)
          • Errors with CQG
      • Analytics Panels
        • Chart
          • Chart Overview
          • Chart Types
            • Tick chart
            • Time aggregation
            • Renko
            • Heiken Ashi
            • Kagi
            • Points & Figures
            • Range bars
            • Line break
            • Volume Bars
            • Reversal Bars
          • Chart Settings
          • Chart Trading
          • Chart overlays
          • Technical indicators
            • Channels
              • Donchian Channel
              • High Low Indicator
              • Round Numbers
              • Highest High
              • Lowest Low
              • Bollinger Bands
              • Bollinger Bands Flat
              • Price Channel
              • Keltner Channel
              • Moving Average Envelope
            • Moving averages
              • Exponential Moving Average
              • FYL Indicator
              • Linearly Weighted Moving Average
              • McGinley Dynamic Indicator
              • Modified Moving Average Indicator
              • Pivot Point Moving Average Indicator
              • Regression Line Indicator
              • Simple Moving Average Indicator
              • Smoothed Moving Average Indicator
              • Guppy Multiple Moving Average Indicator
              • Trend Breakout System Indicator
              • Triple Exponential Moving Average Indicator
            • Oscillators
              • Aroon Indicator
              • Moving Average Convergence/Divergence
              • Awesome Oscillator
              • Accelerator Oscillator
              • %R Larry Williams
              • Momentum
              • Rate of Change
              • Relative Strength Index (RSI) Indicator
              • Commodity Channel Index
            • Trend
              • Average Directional Movement Index (ADX) Indicator
              • Ichimoku Cloud Indicator
              • Directional Movement Index (DMI) Indicator
              • ZigZag
            • Volatility
              • Average True Range
              • Standard deviation
            • Volume
              • Delta Flow
              • Delta Rotation
              • Level2 indicator
          • Drawing Tools
          • Volume Analysis Tools | Volume Profiles | Footprint chart | VWAP
            • Cluster chart
            • Volume profiles
            • Time statistics
            • Time histogram
            • Historical Time & Sales
          • OHLC
          • Power Trades
          • VWAP | Volume Weighted Average Price
          • Anchored VWAP
        • Watchlist
        • Time & Sales
        • Price Statistic
        • DOM Surface
        • Option Analytics
        • TPO Profile Chart
      • Trading Panels
        • Multiple Order Entry
        • Order Entry
          • Algo Order Types
          • OCO (Multi-Level)
          • OCO (Post Fill)
          • Order Types
        • DOM Trader
          • How to setup DOM for Scalping
        • Market depth
        • Trading simulator
        • Market Replay
      • Portfolio Panels
        • Positions
        • Working Orders
        • Trades
        • Orders History
        • Synthetic Symbols
        • Historical Symbols
      • Information Panels
        • Account info
        • Symbol Info
        • Event Log
        • RSS
        • Reports
      • Miscellaneous
        • Symbol Mapping Manager
        • Live Support
        • Market Heat map
        • Stat matrix
        • Exchange times
        • Quote Board
        • Browser
        • Excel and RTD function
          • Changing RTD Throttle Interval in Excel
        • Quantower Telegram Bot
      • Quantower Algo
        • Introduction
        • Install for Visual Studio
        • Strategy runner
        • Simple Indicator
        • Simple strategy
        • Input Parameters
        • Built-In indicators access
        • Custom indicators access
        • Level2 data
        • Access Volume analysis data from indicators
        • Indicator with custom painting (GDI)
        • Access Chart from indicator
        • Using markers with indicators
        • Using Clouds in Indicator
        • Adding a custom indicator to Watchlist
        • Downloading history
        • Access to trading portfolio
        • Trading operations
        • Example: Simple Moving Average
        • Access to advanced aggregations
        • Access to symbol/account additional fields
      • Customization
        • Localization
      • FAQ
        • General Errors
Powered by GitBook
On this page
  • General idea
  • C# programming language
  • Integration with major Development Environments
  • Open and transparent API
  • Before you start

Was this helpful?

  1. Trading Platforms
  2. Quantower
  3. Quantower Algo

Introduction

Create indicators and strategies, as well as platform extensions: plugins, Custom columns, connectors, etc...

PreviousQuantower AlgoNextInstall for Visual Studio

Last updated 4 years ago

Was this helpful?

General idea

Quantower trading platform provides a wide set of professional features for manual trading, but you can use it for algorithmic trading also. With Quantower Algo solutions you can simply create standard trading scripts such as indicators and strategies, as well as additional platform extensions: own connectors with brokers, plugins, Custom columns, etc. What is differ Quantower, from other trading platforms - you don't need to study some proprietary language or development environment. You will use the only standard, well-known instruments, that used by developers all over the world.

There are three main key points in our vision of algorithmic scripts development:

  • C# programming language

  • Integration with major Development Environments: Visual Studio, Visual Studio Code, Atom, etc.

  • Open and transparent API

C# programming language

C# is simple, powerful, flexible and it is one of the most popular programming languages in The World. It means a large community and great support, many ready-to-use components and a lot of tutorials, video lessons in any language, and for any level of development skills - from starter to professional. In addition, most modern trading platforms support coding in C#. It became a kind of standard in the trading industry, so you can be sure - you will always be able to use your knowledge later and not waste your time studying it.

Integration with major Development Environments

We are planning to provide our users the possibility to use all well-known products via special extensions or plugins. At the moment we have an integration between Quantower trading platform and Visual Studio — just in a few clicks, you can create your indicator and see it directly on the chart panel. All professional features from Visual Studio are available for you out of the box: a code editor with IntelliSense, advanced debugger, support for source control systems, and many others. You can use the special Community version of Visual Studio which is free for private usage.

Open and transparent API

We provide absolutely full access to all functionality of our trading core layer for developers. Moreover, we are developing Quantower using the same API, which means you always will have an up-to-date and powerful set of features, which allows you to create a script at any level script, from trivial indicators to complex strategies or trading/analytics panels.

Quantower API documentation is available on: See examples of some strategies, integrations and indicators in our on Visual Studio Marketplace

Before you start

You just need to spend some time to read our articles about Algo Solutions in Quantower and you will be able to start writing your first indicators or strategies

In the next topic, we will show you how to . If you are aware of how to do it or if you already have Visual Studio installed on your computer you can skip it and start writing your .

https://api.quantower.com
Github repository
Quantower Algo extension
install Visual Studio and Quantower Algo extension
first simple indicator
Quantower Algo: Setup and First Code