Optimalization in optimalization
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
Replies
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
Spotware
19 Aug 2016, 14:40
Hello Pavel,
Please be advised that, unfortunately, there is no way to launch optimization programmatically.
@Spotware