GetSymbol is temporarily not supported in backtesting ????
GetSymbol is temporarily not supported in backtesting ????
14 Sep 2015, 23:08
Error log:
Crashed in OnStart with NotSupportedException: GetSymbol is temporarily not supported in backtesting
I tried to get data from other Symbol:
ms = MarketData.GetSeries("EURUSD", MarketSeries.TimeFrame);
Temporarily not supported for backtesting?
It sounds very bad...
Lavio
Replies
Spotware
15 Sep 2015, 06:51
Dear Trader,
Currently multi-symbol backtesting is not supported. That’s why you get an exception when you try to use these methods. It is in our plans to support multi-symbol backtesting in the future. Additionally you can vote for it in: http://vote.spotware.com/forums/229166-ideas-and-suggestions-for-ctrader-and-calgo/suggestions/5435043-multi-currency-backtesting
@Spotware
ctid225562
21 May 2016, 16:03
RE:
Spotware said:
Dear Trader,
Currently multi-symbol backtesting is not supported. That’s why you get an exception when you try to use these methods. It is in our plans to support multi-symbol backtesting in the future. Additionally you can vote for it in: http://vote.spotware.com/forums/229166-ideas-and-suggestions-for-ctrader-and-calgo/suggestions/5435043-multi-currency-backtesting
Hi,
I found that in 2016 multi-symbol backtesting isn't supported. What "future" means for you? 10 year?
@ctid225562
brianchan661
11 Sep 2016, 09:06
Hi,
same question with ctid225562's comment,
are your team going to implement it?
Thanks
@brianchan661
kontodospamu5
13 Mar 2017, 19:00
RE:
Multi-symbol backtesting is not supported yet (2017-03-13).
Could you pls tell us when it will be available.
Regards,Pit
@kontodospamu5
Lávio_Pareschi
14 Sep 2015, 23:11
A bit more to clarify:
private Symbol symbase;
private MarketSeries ms;
symbase = MarketData.GetSymbol("EURUSD");
ms = MarketData.GetSeries("EURUSD", MarketSeries.TimeFrame);
And the error pops up as stated in previous message.
Lavio
@Lávio_Pareschi