Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Access the DateTime of when the Strategy was enabled

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    #2
    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.


    Kate W.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Belfortbucks, Today, 09:29 PM
    0 responses
    3 views
    0 likes
    Last Post Belfortbucks  
    Started by zstheorist, Today, 07:52 PM
    0 responses
    7 views
    0 likes
    Last Post zstheorist  
    Started by pmachiraju, 11-01-2023, 04:46 AM
    8 responses
    150 views
    0 likes
    Last Post rehmans
    by rehmans
     
    Started by mattbsea, Today, 05:44 PM
    0 responses
    6 views
    0 likes
    Last Post mattbsea  
    Started by RideMe, 04-07-2024, 04:54 PM
    6 responses
    33 views
    0 likes
    Last Post RideMe
    by RideMe
     
    Working...
    X