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?
Size:
Color:
Does your original strategy contain strategy parameters?
Size:
Color:
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?
Size:
Color:
Do they all appear in the Optimization Control view?
Size:
Color:
Yes. Please note the addition to my previous comment.
Size:
Color:
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.
Size:
Color:
The step size is 0.1 for all four parameters.
Size:
Color:
And the second question?
Size:
Color:
I just ran it again and there were no error messages in the Errors tab.
Size:
Color:
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.
Size:
Color:
I tried what you suggested, and got the same result. Here's the code
CODE:
Please log in to see this code.
Size:
Color:
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.
Size:
Color:
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.
Size:
Color:
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.
Size:
Color:
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)?
Size:
Color:
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.
Size:
Color:
QUOTE:
1. I selected monte carlo.
Wealth-Lab User Guide - Strategy Window > Optimization > Graphs:
Graphs are not available for Monte Carlo optimizations.
Size:
Color:
OK That works. Thanks, Eugene.
Size:
Color: