Symbols collection
Created at 14 Dec 2015, 18:01
Symbols collection
14 Dec 2015, 18:01
How can I get the list of symbols supported?
Seems cAlgo has this functionality built-in while adding a bot you can search for specific symbol where to add it to.
var usds = Symbols.Where(s => s.Code.Contains("USD"));
Spotware
14 Dec 2015, 22:28
Dear Trader,
cAlgo API doesn't expose Symbols collection. We plan to add it in the future.
@Spotware