08.12.2023
The Order class is responsible for modeling orders in OsEngine, with the file path: OsEngine\project\OsEngine\Entity\Order.cs
08.12.2023
Let's analyze in detail the state and behavior of the members of the Candle.cs class.
08.12.2023
In OsEngine, the class responsible for describing this entity is the Trade class, located at the OsEngine\project\OsEngine\Entity\Trade.cs path.
07.12.2023
For convenient code navigation, as well as for a better understanding, let's consider the concept of namespaces.
07.12.2023
To program trading robots in OsEngine, you will need a development environment.
07.12.2023
During robot trading, you can set up a stop process when a certain drawdown is reached. This is done using the built-in risk manager in OsEngine.
07.12.2023
In this article, we will discuss the issues you may encounter if you decide to trade currency arbitrage. This is HFT as it is.
05.12.2023
In this article, we will talk about analyzing order book movements after a basic signal has occurred.
05.12.2023
OsEngine has a built-in robot for classic (triangular) currency arbitrage. It's called CurrencyArbitrageClassic. In this post, we will take a look at the procedure for creating it, its parameters, its logic, and also examine its source code.