Launching Algo indicators in TickTrader Win Terminal

Launching Algo indicators in TickTrader Win Terminal

If the Ticktrader Win terminal is installed on the same machine on which you compiled the Algo package, then you can see the indicators (that are in the compiled package) in the Indicators List of this terminal.

To add an Algo package to the specific terminal: 
  1. Select the Tools > Open Algo Packages folder menu in the terminal.
    Copy the Algo package (file with .ttalgo extension ) to this folder.


  2. The indicator can be added to the chart from its context menu.

  3. Set the parameters and settings for displaying the indicator and click OK.

  4. Once the indicator has been added, you can change its properties or remove.
    Select Indicators List using the chart context menu (Ctrl+I). You can do the following actions with the selected indicator in the Indicators List dialog:

    • Edit Indicator. Here you can view the indicator's details and edit them ('About', 'Common', 'Inputs', 'Style', 'Levels' tabs).
    • Delete indicator. The indicator will be deleted from the Indicators List.
    • Hide/Show. The indicator will be hidden on the chart window (if 'Hide' selected), and will become visible again (if 'Show' selected). 


    • Related Articles

    • MQL4 to TickTrader Algo Converter

      If you have Expert Advisors or Indicators written in MQL4 (for working in MetaTrader 4), then you can use a free converter to convert them into TickTrader Algo bots and indicators. The converter is located at: ...
    • Creating a TickTrader Algo bot

      To create a TickTrader Algo bot in Visual Studio, please follow these steps: Open the installed Visual Studio 2022 application. Create a new project by selecting the following command in the Visual Studio menu: File > New > Poject. In the window you ...
    • About TickTrader Desktop Terminal

      TickTrader Desktop Terminal is an all-in-one trading application that combines professional tools with a fully customizable interface. It has high-level functionality and provides access to trading Forex, metals, CFDs and cryptocurrency instruments ...
    • TickTrader Algo API

      Users can create their own trade bots and indicators using TickTrader.Algo.Api. To create a custom trade bot or indicator, please follow the next steps: Install Visual Studio Install TT Algo Visual Studio Extension If necessary, install or update ...
    • TT Algo Visual Studio Extension

      To simplify the development of Algo bots and indicators, we recommend that you install the extension for Visual Studio. To install/update TT Algo Visual Studio extension, follow the next steps: Select Tools > Install or Update TT Algo Visual Studio ...