Category of Symbols
Created at 18 Oct 2024, 23:04
Category of Symbols
18 Oct 2024, 23:04
This loop shows all the symbols that exist, my question is if it is possible to know which group it belongs to, for example: "Forex" or "Share"
for (int a = 0; a < Symbols.Count(); a++)
{
var sym = Symbols[a];
Print(sym);
}
I have read the documentation, it is obsolete
PanagiotisCharalampous
19 Oct 2024, 05:09
Hi there,
Unfortunately there is no such information available in the API at the moment.
Best regards,
Panagiotis
@PanagiotisCharalampous