Access Broker Symbol Tree and Automatically Add Symbols for Bot
Created at 27 Nov 2021, 17:01
Access Broker Symbol Tree and Automatically Add Symbols for Bot
27 Nov 2021, 17:01
Hello,
How do you:
- access the broker's symbol tree and
- add selected symbols to the bot in order to receive both tick and bar data for the selected list of symbols for multi asset trading?
Suminda
amusleh
29 Nov 2021, 09:07
Hi,
All broker symbols are inside Symbols collection, you can iterate over that collection via a loop or use Linq queries.
@amusleh