OsEngine supports the ability to connect indicators as external text files with the .cs extension.
Let's consider an example of creating a simple indicator.
The IIndicator interface represents a specified contract whose implementation allows terminal modules to interact uniformly with indicators.
The indicator creation layer is responsible for the process of creating and connecting indicators in OsEngine.
Let's look at an example of how to use BotTabScreener to create a robot.
Unlike the data settings window for standard robots, the screener configuration window looks a bit different.
BotTabScreener provides a set of events through which streams of exchange information are received.
Let's review the public members of the BotTabScreener class.
BotTabScreener provides the functionality of what are known as screeners.
The main purpose of the journal is to store and process all positions belonging to one tab.