Crashed in OnStart with NotSupportedException: MultiSymbol is temporarily not supported in backtesting
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
Replies
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
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