Topics
Change GetSeries so it doesn't have to wait for new tick before returning data
completed Closed cTrader Automate
SuggestionsReplies
cbellew
02 Oct 2014, 16:00
Great job Spotware! The genetic algorithm is great, really clever stuff. I have a single request.
Can we ask the optimizer to try all 28 of the major symbols and tell us what the ideal parameters are for all pairs combined? I want to avoid tuning a bot to an individual symbol. Currently I will have to run the optimizer 28 times and exhaustively compare the results.
Thanks again.
@cbellew
cbellew
25 Apr 2014, 08:19
RE:
Spotware said:
There is no other ways to get series. Because of technical reasons GetSeries returns value when next tick comes to the platform. We plan to change this behavior in the future.
If 28 calls take 3 minutes during initialization of one indicator instance, the initialization of several indicators running in parallel supposed to take the same 3 minutes because most of the time all indicators will wait for new ticks.
That's even worse. I'm fetching on many currencies that may not have ticks for a long time, therefore my indicator could take even longer to start because of these slow ones. Is there any estimate on when this will be changed? I clearly can't use cTrader or cAlgo until this has been changed. Pretty disappointing.
@cbellew
cbellew
03 Oct 2014, 16:04
RE: RE:
Spotware said:
Yes, but not just that. More importantly I want to run the same settings on multiple symbols at once in the optimizer.
I want to create a bot and have a single set of parameters that I can run on 28 of the major pairs. Some pairs will lose money, some will win, but on average those settings will make a profit.
@cbellew