how to get 1-second ohlc in cbots?
Created at 14 Nov 2018, 17:57
XX
how to get 1-second ohlc in cbots?
14 Nov 2018, 17:57
I want to know how to get MaketSeries of unselected symbols by bots with "1-second",
something like,
MarketSeries series = MarketData.GetSeries("EURUSD", 1s);
is this possible?
if not, is there any way to get this?
PanagiotisCharalampous
15 Nov 2018, 09:25
Hi,
See below an example
Best Regards,
Panagiotis
@PanagiotisCharalampous