The "Enabled" property seems redundant at this point.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
chart strategy parameter enabling problem
Collapse
X
-
chart strategy parameter enabling problem
When trying to modify parameters of a strategy which has been applied to a chart, it is necessary to change "Enabled" to "false", then "Apply", then change the parameter, then change "Enabled" back to "true", then "Apply" before the result is activated.
The "Enabled" property seems redundant at this point. -
But that could all happen triggered by the event of a parameter change and press of "Apply" - it does not need to be done explicitly by the user which is very tedious and cumbersome.
Comment
-
Firstly you seem to be saying that the changing of parameters in a strategy on a chart has been made much more cumbersome so that multi-strategies can be put on a chart, which I would have thought was very much a minor requirement, particularly since there seems no way of colour-differentiating the positions of the different strategies.
Secondly, a programmer can easily determine which strategies are new or have had parameter changes when the apply button is pressed and act accordingly.
Comment
-
What I am saying is Enabled is required for strategy persistence. You cannot press Apply without starting new instances of the strategy. Just like in 6.5, pressing Apply = new instance. 7, there is a requirement to be able to not create new instances and the way to achieve this is by preventing them from being new ones via Enabled property states.
Furthermore, without getting into the details, it is required for recovering strategies as you start NT each time.Josh P.NinjaTrader Customer Service
Comment
-
Hi Josh,
Pressing Apply in NT6.5 doesn't create new instances of strategies. If nothing has been changed then the strategy remains unchanged, if a parameter has been changed then that change is reflected as a change to the positions on the chart.
I'm not trying to be awkward here just feeding back from a usage point of view. I am sure you will get further feedback saying the new procedure is cumbersome, and as a programmer myself I can see that it could be written a better way.
Comment
-
Hi Josh,
Yes I see that now - though on the chart it only shows one strategy label and one set of positions (the latest if parameters amended) on the chart itself. I am still dubious that the "apply" button is the right way to tackle that anomoly but I have made the feedback and will leave it to you guys to decide.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
603 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
349 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
104 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
560 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
560 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment