Blogs
StrategyParameterTimeOfDay is a wrapper for a specific time of day with millisecond precision. It allows for setting, for example, the time after which opening positions is allowed. It includes the following members...
more

StrategyParameterBool is a wrapper for a variable of the bool type. It includes the following members...
more

StrategyParameterString is a wrapper for a collection of string literals. It includes the following members...
more

StrategyParameterDecimal is a wrapper for decimal type values. It includes the following members...
more

StrategyParameterInt is a wrapper for integer values.
more

In this article, we will get acquainted with the class IIStrategyParameter, the parent of all parameters, and where parameters are displayed in the interface.
more

The third way of creating robots differs from the previous two. Its essence is as follows...
more

The BotPanel class contains a set of abstract members that need to be implemented in derived classes. Let's consider an example.
more

The BotPanel class is the parent class for all robots in the program.
more

BotFactory, as you can guess from the name, is a robot factory. Similarly, in OsEngine, the creation of instances of trading robots is handled by a specially created object.
more

1 ... 21 22 23 24 25 ... 28