i created very simple strategy, and now i wanted to try and optimize it. However, i do not get Parameters options in the Optimizer window where i set up the values for optimization. If i take one of your sample strategies Parameters option is there, above Data series, but not sure why its not there for my strategy?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Optimization parameters
Collapse
X
-
Optimization parameters
Hello,
i created very simple strategy, and now i wanted to try and optimize it. However, i do not get Parameters options in the Optimizer window where i set up the values for optimization. If i take one of your sample strategies Parameters option is there, above Data series, but not sure why its not there for my strategy?Tags: None
-
Hi bagzi, did you create any user defined inputs for the custom script? Without those added, you would not have any paramters to optimize besides the default ones like DataSeries - http://www.ninjatrader.com/support/f...ead.php?t=5782
-
Yes, for optimization that's unfortunately not enough - you would need to have user inputs defined and used in your conditions.
Please see for example the 3rd section here - http://www.ninjatrader.com/support/h...rd_screens.htm
Comment
-
Yes, understood - there's no need to unlock it for making user inputs available if you're not using more than the per default offered 8 inputs you can assign. On the user inputs section of the wizard set them up as you desire, so for example an int value for MA Period and then in your conditions use this period # instead of the assigned one you have now. This way the user input from the User interface will provide the value used, this in turn opens up for optimization as you can step through different values in the Strategy Analyzer.
Comment
-
Ok, i get it. I have another question then, regarding RSI.
RSI have two values as input in predefined option. And i have diff criteria if the value is below and above certain values. When i define it in User Define Input form, does it mean i will be optimizing these RSI lenghts, or values that RSI is going to cross (Below or Above)?
Comment
-
Correct, if you had defined those as user inputs you could choose to optimize them as well - either both, just one or even none - it depends how you set up the optimization ranges then in the Analyzer. For example if an int value is set to optimize from 1 til 1 in steps of 1 it would effectively mean, it does not optimize it, as the value would always be the 1.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
95 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
31 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
36 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
72 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment