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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 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
66 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment