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 NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
62 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
134 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
75 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment