Optimalization in optimalization

Created at 17 Aug 2016, 16:56
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!
PA

pavel

Joined 17.08.2016

Optimalization in optimalization
17 Aug 2016, 16:56


Hey

I have following situation. I wanna reconfigure bot parameters each month. Now i do it manually, every month i run optimalization for last 6 months and set the best parameters to active bot.

Can i somehow automate this process? Can I (in Visual studio or cAlgo or wherever) programaticaly start optimalization and read results?

For example something like this

var o = new Optimalization();
o.FillParams();
o.Start();
--- 1 hour later ---
var results = o.Results;

Is is possible?

Thanks a lot


@pavel
Replies

Spotware
19 Aug 2016, 14:40

Hello Pavel, 

Please be advised that, unfortunately, there is no way to launch optimization programmatically. 


@Spotware

pavel
19 Aug 2016, 14:45

RE:

Ah. Is it in plan to make this functionality public? Because it is already in there hidden after UI, I dont want to make my own optimalization :-)

Thanks a lot

Spotware said:

Hello Pavel, 

Please be advised that, unfortunately, there is no way to launch optimization programmatically. 

 


@pavel