when is the new code going to take effect? Is it sufficient if I enabled/disabled the strategy, or I need to remove the existing instance and add it (as new) again?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Is instantiated strategy updated immediately after re-compile?
Collapse
X
-
Is instantiated strategy updated immediately after re-compile?
Hi question is this: say I have a strategy that has been running/added to an account, then I update the code and recompile --
when is the new code going to take effect? Is it sufficient if I enabled/disabled the strategy, or I need to remove the existing instance and add it (as new) again?Tags: None
-
This is a response from a user while you are waiting for an official answer. You can remove the existing instance and add it (as new) again, as you suggest, but that will require also resetting any customized parameters. An easier method is to right-click the chart and select Reload NinjaScript. Merely disabling and re-enabling a strategy will not cause a newly compiled version to be used.Last edited by caveat_lector; 04-04-2020, 07:32 AM.
-
Hi momchi, thanks for your post.
If you make code changes in the OnStateChanged method, you must remove the script from the chart/control center and re-add the script after compiling. If you change code anywhere else you can press "F5" on your keyboard or right click and select "Reload NinjaScript" after compiling.
Please let me know if I can assist any further.
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
90 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
137 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
120 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
72 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

...
Comment