Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Access the DateTime of when the Strategy was enabled
Collapse
X
-
Access the DateTime of when the Strategy was enabled
Is there a way I can access the DateTime when a strategy was enabled? Without having to create some variable in the (State == State.DataLoaded) or (State == State.Configure) when the strategy is first initialized.Tags: None
-
Hello cutzpr,
Thank you for your post.
There's not a specific method for accessing the time a strategy was enabled, no. You'd want to save this value to a variable when the strategy is enabled. You could check Time[0] when State == State.Realtime in OnStateChange, or you can check DateTime.Now in a state like State.DataLoaded, but you'd still have to use a variable to store it for later access.
Here's a link to our Help Guide on manipulating DateTime objects:
Please let us know if we may be of further assistance to you.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
163 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
81 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
125 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
206 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
184 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment