Crashed in OnStart with NotSupportedException: MultiSymbol is temporarily not supported in backtesting

Created at 28 Jun 2019, 10:45
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!
sifneos4fx's avatar

sifneos4fx

Joined 15.11.2017

Crashed in OnStart with NotSupportedException: MultiSymbol is temporarily not supported in backtesting
28 Jun 2019, 10:45


Hello Panagiotis

When I backtest this:

var gbpusd = Symbols.GetSymbol("GBPUSD");
gbpusd.Tick += args => Print("{0} {1}/{2}", args.SymbolName, args.Bid, args.Ask);

I get this: 

"Crashed in OnStart with NotSupportedException: MultiSymbol is temporarily not supported in backtesting"

Is this going fix in the near feature? 

Thank you, 

Patrick

 


@sifneos4fx
Replies

PanagiotisCharalampous
01 Jul 2019, 12:32

Hi Patrick,

This feature is planned for one of the upcoming updates. You should have this hopefully in 2019. 

Best Regards,

Panagiotis


@PanagiotisCharalampous

alexsanramon
01 Jul 2019, 13:13

Hello Panagiotis,

When will be the planned date to backtest renko and range bar charts?

 

Thank you,

 

Alexis


@alexsanramon

PanagiotisCharalampous
01 Jul 2019, 14:21

Hi alexsanramon,

We do not have an ETA for this feature at the moment.

Best Regards,

Panagiotis


@PanagiotisCharalampous