Blogs
The Order class is responsible for modeling orders in OsEngine, with the file path: OsEngine\project\OsEngine\Entity\Order.cs
more

Let's analyze in detail the state and behavior of the members of the Candle.cs class.
more

In OsEngine, the class responsible for describing this entity is the Trade class, located at the OsEngine\project\OsEngine\Entity\Trade.cs path.
more


For convenient code navigation, as well as for a better understanding, let's consider the concept of namespaces.
more

To program trading robots in OsEngine, you will need a development environment.
more

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.
more

In this article, we will discuss the issues you may encounter if you decide to trade currency arbitrage. This is HFT as it is.
more

In this article, we will talk about analyzing order book movements after a basic signal has occurred.
more

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.
more

1 ... 21 22 23 24 25 ... 27