Blogs
Any trading security in OsEngine is described by the Security class. The object stores important security parameters that are often necessary in a trading algorithm.
more

The Position class is responsible for modeling positions in the program. The file is located in the OsEngine\project\OsEngine\Entity\ directory.
more

Purpose and description of the Portfolio class.
more

In this article, we will discuss own trades, which differ from anonymous trades in that they contain an extended set of information and are only available to their owner.
more

An essential attribute of any trading platform is the order book.
more

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

1 ... 22 23 24 25 26 ... 28