The tab provides a set of events through which trading robots can receive data. You can learn more about the description by clicking on the name of the event.
Despite its name, BotTabSimple is one of the largest and most complex objects in the project. The class code comprises about five thousand lines. The functionality of the simple tab can be roughly divided into several blocks...
BotTabSimple is the main combat unit in the program that provides robots access to all data streams coming from the trading platform, as well as all the functionality for making transactions.
Often, strategies may contain a large number of parameters. For logical separation and ease of use, these parameters can be divided into different tabs in the window.
The functionality of StrategyParameterCheckBox actually duplicates StrategyParameterBool. That is, it allows choosing one of two possible states - true or false.
StrategyParameterLabel provides the ability to add labels to the parameter window. The platform includes a free robot, CustomParamsUseBotSample, that demonstrates the use of this parameter.
The platform includes a free robot, ElementsOnChartSampleBot, that demonstrates the process of adding graphical elements to the chart using this parameter.