System description
UTIP Algotrading allows developing trading robots, launching and managing them in the UTIP trading platform.
A trading robot is a program for automating transactions. Following the written algorithm, the robot can open and close positions, place pending orders and perform other trading operations.
The robot performs a trading strategy without the need for your participation and constant monitoring. In your strategy, you can use many assets, set a variety of boundary conditions, time periods and much more.
You can develop trading robots in the C# editor integrated into the trading terminal. Before launching the robot on a real account, you can test your strategy on historical data or on a demo account - if your broker provides it.
This manual assumes some basic knowledge of the C# programming language.