zoltan.f
zoltan.f 09 Apr 2020, 18:21
PanagiotisCharalampous said:
Hi zoltan.f, See an example below var ticks = MarketData.GetTicks(Symbol.Name); foreach (var tick in ticks) { Print(tick.Time); } Best Regards, Panagiotis Join us on Telegram
Hi zoltan.f,
See an example below
var ticks = MarketData.GetTicks(Symbol.Name); foreach (var tick in ticks) { Print(tick.Time); }
Best Regards,
Panagiotis
Join us on Telegram
Thank you. Now it is clear, and working.
Kind Regards, Zoltan
zoltan.f 29 Dec 2017, 17:42 ( Updated at: 29 Dec 2017, 17:43 )
An alternate option to access external source to backtesting would be appreciated also.
zoltan.f
09 Apr 2020, 18:21
RE:
PanagiotisCharalampous said:
Thank you. Now it is clear, and working.
Kind Regards,
Zoltan
@zoltan.f