
BotTabPolygon is a data source specifically designed for trading currency arbitrage. It is an implementation of the IIBotTab interface for data sources, similar to BotTabSimple, BotTabIndex, BotTabCluster.
Location:
Process of creating a source for trading currency arbitrage in a robot:

1. Inside the robot class, create a private field of type BotTabPolygon.
2. Call the method for creating sources in the robot TabCreate. Pass the BotTabType.Polygon enumeration as a parameter. After that, save the reference to the created source in the previously created private field _tabPolygon.
BotTabPolygon is a storage of sequences (PolygonToTrade).

Each instance of BotTabPolygon can contain dozens or hundreds of sequences (PolygonToTrade) for trading, which are added to it through user interfaces.
If you have any difficulties or questions, please write to the support chat. Link