Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Control Center Log ==> LogToFile
Collapse
X
-
Hello BartMan,
The OnStateChange() override method will update when a strategy is enabled or disabled.
If the instance reaches State.Configure, this means the strategy has been enabled, and will continue to update through State.DataLoaded, State.Hisorical, State.Realtime, and then State.Terminated.
If the instance has first reached State.Configure and then reached State.Terminated, that is a strategy that was disabled (vs an empty instance used for populating the UI).
Below is a link to the help guide on the Lifecycle of a NinjaScript.
As well as a link to a forum post that discusses.
QuantKey_Bruce is correct, the log is written to files in Documents\NinjaTrader 8\log.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
82 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
43 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
56 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment