Skip to content

AndrewKhloptsau/TTAlgo

 
 

Repository files navigation

TickTrader Algo

Overview

TickTrader Algo is made for developing and running algorithmic trading systems.

Quick start guide

In order to start developing your own bots, you will need to install:

  • Visual Studio with .NET desktop workload or .NET SDK if you are familar with dotnet CLI
  • Install or compile AlgoServer and AlgoTerminal.

After that you need to install Visual studio extension or grab project templates for dotnet CLI from nuget.

dotnet new --install TickTrader.Algo.Templates::1.0.0

With one of them install you can create sample trading bot project from templates and compile it. By default compiled package is exported to %USERPROFILE%\Documents\AlgoTerminal\AlgoRepository. You should be able to run it in AlgoTerminal now. For details on how UI works see help.

About

TickTrader Algo Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 87.3%
  • MQL5 4.8%
  • MQL4 3.2%
  • TypeScript 1.7%
  • NSIS 1.1%
  • HTML 0.9%
  • Other 1.0%