Table of Contents

Strategies

Designer offers the following types of strategies:

  1. Using visual designer, it does not require programming skills. The process of creating a strategy is accomplished by combining cubes and connections (lines). The whole process of work is visually represented.

  2. Using C#, it is for experienced programmers who prefer to work with the code. Strategies written in C# work much faster than strategies written in a visual designer. Also, such strategies are not limited in the capabilities at creation, and it is possible to write any algorithm, unlike cubes. The process of the strategy creating runs directly in Designer or the development environment in C# (the most popular of the development environments is Microsoft Visual Studio), using the library for professional development of trading algorithms in C# and API.

Using visual designer