TickTrader Algo
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: ...
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 ...
Running Algo bots on Algo server
To launch a bot, you need to add an account to the Algo server and upload a package with a bot, which should be launched. To add a package, select Upload Package command from the Explorer > Algo Server context menu. Then, select the Add Bot Instance ...
Examples of TickTrader Algo bots
Examples that will help you write your own bots can be found at: https://github.com/SoftFx/AlgoBots. This repository contains public indicators and bots for the Bot API: ImportAccountStateBot. This bot helps to integrate bots written on another ...
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 Follow the instructions how to ...
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 ...
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 ...
Installing Visual Studio
To install Visual Studio, follow the next steps: To create your own bots and indicators, the first thing you need to do is to install Visual Studio on your computer. If you have not used it before, we recommend downloading and installing the free ...
General info
The installation of the TickTrader Win terminal includes the Win Terminal itself and the Algo server. Algo Server is a module of a TickTrader Algo Studio application which is developed for automated trading. The server allows you to launch trading ...