Replies

zoltan.f
09 Apr 2020, 18:21

RE:

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

 

Thank you. Now it is clear, and working.

Kind Regards,
Zoltan


@zoltan.f

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