# Quantower Algo

- [Introduction](https://help.quantower.com/quantower/quantower-algo/introduction.md): Create indicators and strategies, as well as platform extensions: plugins, Custom columns, connectors with brokers etc
- [Install for Visual Studio 2022](https://help.quantower.com/quantower/quantower-algo/installing-visual-studio.md): How to install Visual Studio Community 2022 + Quantower Algo extension, and create your own indicators and strategies
- [Strategies manager](https://help.quantower.com/quantower/quantower-algo/strategies-manager.md): Run your strategies in Quantower like a pro
- [Backtest & Optimize](https://help.quantower.com/quantower/quantower-algo/backtest-and-optimize.md)
- [Debugging in VS 2022](https://help.quantower.com/quantower/quantower-algo/debugging-in-vs-2022.md)
- [Simple Indicator](https://help.quantower.com/quantower/quantower-algo/simple-indicator.md): In this topic we will show you how simple is writing indicators in Quantower
- [Simple strategy](https://help.quantower.com/quantower/quantower-algo/simple-strategy.md): How to create you first strategy and run it the Quantower trading platform
- [Input Parameters](https://help.quantower.com/quantower/quantower-algo/input-parameters.md): Modify your indicators or strategies behavior using a set of Input parameters
- [Built-In indicators access](https://help.quantower.com/quantower/quantower-algo/built-in-indicators.md): Use the results of 50+ built-in indicators of Quantower in your strategies and indicators
- [Custom indicators access](https://help.quantower.com/quantower/quantower-algo/custom-indicators-access.md): Instantiate a custom indicator with input parameters.
- [Level2 data](https://help.quantower.com/quantower/quantower-algo/level2-data.md): Access to aggregate and non-aggregate order book collections.
- [Access Volume analysis data from indicators](https://help.quantower.com/quantower/quantower-algo/access-volume-analysis-data-from-indicators.md): Use advanced Volume Analysis technique in your indicators
- [Indicator with custom painting (GDI)](https://help.quantower.com/quantower/quantower-algo/indicator-with-custom-painting-gdi.md): Draw any graphical objects on the chart using the GDI+ library
- [Access Chart from indicator](https://help.quantower.com/quantower/quantower-algo/access-chart-from-indicator.md)
- [Using markers with indicators](https://help.quantower.com/quantower/quantower-algo/using-markers-with-indicators.md): Mark some specific point or set of points on indicator's line
- [Using Clouds in Indicator](https://help.quantower.com/quantower/quantower-algo/using-clouds-in-indicator.md): Draw highlighted areas between two indicator lines.
- [Adding a custom indicator to Watchlist](https://help.quantower.com/quantower/quantower-algo/custom-indicator-to-watchlist.md): How to add a custom indicator to Watchlist panel properly? This guide will show you a useful method using which you can easily add an indicator.
- [Downloading history](https://help.quantower.com/quantower/quantower-algo/downloading-history.md): Using historical data for indicator or strategy calculations
- [Access to trading portfolio](https://help.quantower.com/quantower/quantower-algo/access-to-trading-portfolio.md): Access an info about current opened positions, placed orders or history of your trades
- [Trading operations](https://help.quantower.com/quantower/quantower-algo/trading-operations.md): Placing a different type of orders, modifying and canceling them using Quantower API
- [Example: Simple Moving Average](https://help.quantower.com/quantower/quantower-algo/simple-moving-average-example.md)
- [Access to crypto account and balances](https://help.quantower.com/quantower/quantower-algo/access-to-crypto-account-and-balances.md): Get access to current crypto account information.
- [Access to advanced aggregations](https://help.quantower.com/quantower/quantower-algo/access-to-advanced-aggregations.md): Using the available aggregation types in your code
- [Access to symbol/account additional fields](https://help.quantower.com/quantower/quantower-algo/access-to-symbol-account-additional-fields.md): Access to collection of additional fields
- [Strategy runner (deprecated)](https://help.quantower.com/quantower/quantower-algo/strategy-runner.md): Please note! This panel will be deprecated as soon as Strategies manager and Backtest\&Optimize panels will be released.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.quantower.com/quantower/quantower-algo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
