Symbols collection

Created at 14 Dec 2015, 18:01
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
moneybiz's avatar

moneybiz

Joined 06.12.2011

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"));

@moneybiz
Replies

Spotware
14 Dec 2015, 22:28

Dear Trader,

cAlgo API doesn't expose Symbols collection. We plan to add it in the future. 


@Spotware