mrsic8
 ( 10.26% )
- ago
WL7 freezes with a 12-hour optimization, in WL6 don't. Or it freezes after the optimization. Are there any settings to consider?

I will try the finantic.optimizer, maybe there is an optimizer there that can do it faster.
0
851
12 Replies

Reply

Bookmark

Sort
- ago
#3
You can try to print to log, out of BacktestComplete() or something - this will be per run prints. At least you'll understand more about whether it's after of while.
0
mrsic8
 ( 10.26% )
- ago
#4
Hi Replikant_m

Thanks. I will try out.
0
- ago
#5
Hi mrsic,

it's better use

WLHost.Instance.AddLogItem("My Log Viewer Item", "This is what I want to say", Color.Red);

for this.
0
mrsic8
 ( 10.26% )
- ago
#6
Hi Replikant_m,

thanks again.

I am not a pro programmer. I am glad that my stuff works with the grateful help in this forum.

BacktestComplete() is method. But this stuff tells me nothing WLHost.Instance...
I think I don't know how to implement in a strategy.

I am now using the finantic.optimizer and it does not freeze there so far and it also works faster.
0
- ago
#7
BacktestComplete() - is "where".

You need to add something like this to your strategy:

CODE:
public override void BacktestComplete() { WLHost.Instance.AddLogItem("My Log Viewer Item", "This is what I want to say", Color.Red); }
1
Glitch8
 ( 11.81% )
- ago
#8
Good news, Build 30 will auto save optimization runs once a minute, allow you to open saved or canceled optimizations, and resume them!
8
mrsic8
 ( 10.26% )
- ago
#9
Thanks Replikant_m. I will try this out.

Thanks Glitch. This are good news.

By the way, I like after the Optimization Complete the tab "Tabular" "Run a Backtest with these Parameter Values." That is great for a quick overview for me.
0
- ago
#10
QUOTE:
Good news, Build 30 will auto save optimization runs once a minute, allow you to open saved or canceled optimizations, and resume them!


For the finantic optimizers also?
0
Glitch8
 ( 11.81% )
- ago
#11
Of course.
0
- ago
#12
:) I should never have doubted it!
0

Reply

Bookmark

Sort