1 Parameter Graph and 2 Parameter Graph Optimization Tabs
Author: dankimel
Creation Date: 12/8/2010 9:57 AM
profile picture

dankimel

#1
When I run recently downloaded Strategy scripts, eg RSI Scale out system {Rev.C], and click on Optimize, I see tabs which include 1 Parameter Graphs, and 2 Parameter Graphs. When I Optimize an original Strategy script, I don't get these tabs, but only Optimize Control, Results, and Errors.

How can I alter my original script so these tabs will appear?
profile picture

Eugene

#2
Does your original strategy contain strategy parameters?
profile picture

dankimel

#3
Yes, it contains four.

One more bit of information: the tabs including 1 and 2 Parameter Graphs appear when Optimize is clicked, but disappear when Begin Optimization is clicked.

Could the problem relate to the step size of the optimization?
profile picture

Cone

#4
Do they all appear in the Optimization Control view?
profile picture

dankimel

#5
Yes. Please note the addition to my previous comment.
profile picture

Eugene

#6
What is the step of your optimization?

Also note if the Errors tab contains any error messages. There could be an issue in the code that breaks the process.
profile picture

dankimel

#7
The step size is 0.1 for all four parameters.
profile picture

Eugene

#8
And the second question?
profile picture

dankimel

#9
I just ran it again and there were no error messages in the Errors tab.
profile picture

Eugene

#10
What if you copy the code in a new blank strategy window, w/o absolutely anything else, compile that, and try optimizing? If it works, the problem might be in the strategy's XML file.

If not, let's see the strategy code.
profile picture

dankimel

#11
I tried what you suggested, and got the same result. Here's the code
CODE:
Please log in to see this code.
profile picture

Eugene

#12
Try the following changes:
CODE:
Please log in to see this code.

In other words, switch the external symbol's name to upper case. Lower case can be problematic at times here.
profile picture

dankimel

#13
Made the upper case change, and still don't get the Parameter Tabs.

By the way, now I don't even get the 1 Parameter Graph and 2 Parameter Graph Tabs on the code RSI Scale out system {Rev.C] which gave them on 12/8/10 when I started this discussion.
profile picture

dankimel

#14
The same thing happened on my other computer. First I ran the downloaded code LDL2 and the Parameter Tabs appeared. Then I tried to optimize the original code listed above, and the Tabs disappeared. Next, when I tried to optimize LDL2, the Parameter Tabs, which previously appeared, now disappeared.
profile picture

Eugene

#15
OK, code's not the problem - which at this stage can be anything - a bug in one of the optimizer or even a video driver issue.

First and foremost:

1. What optimization method is selected?
2. Are you running two or more optimizations at the same time?

Symbol(s) and DataSet(s)? Happens on any, all, or particular?
Data provider?
Position sizing and Data Range settings?
Your WL version and edition (x86/x64)?
profile picture

dankimel

#16
1. I selected monte carlo.
2. No.

DataSets: IBD100, Dow30
Data provider: Fidelity
Position Size: $10000; Data Range: 1 year
Version:6.0.55.0 Edition: I don't know. The computer is running XP on a Pentium 4 processor.
profile picture

Eugene

#17
QUOTE:
1. I selected monte carlo.

Wealth-Lab User Guide - Strategy Window > Optimization > Graphs:

Graphs are not available for Monte Carlo optimizations.
profile picture

dankimel

#18
OK That works. Thanks, Eugene.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).