In this section, a whole process of creating a new robot will be described. Following the step-by-step instructions, you will learn to create your first robot in C# programming language, test it in strategy tester and launch it on demo or real account.
In this section, a whole process of creating a new robot will be described. Following the step-by-step instructions, you will learn to create your first robot in C# programming language, test it in strategy tester and launch it on demo or real account.
Setting up and running the robot
We get information about the current trading account. Description of trading account parameters.
Account
An object with the parameters of a trader's current trading account
Read more
Predefined list of positions
public enum PositionType : int { Sell… |
Code | Identifier |
Trade operations (Positions.Close)
Trade operations (Positions.Modify)
Trade operations (Positions.Оpen)
Trade operations (Positions.Positions.Check)