Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

New aproach: How to know the time of an entry order, even if I restart NT8 ?

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

    New aproach: How to know the time of an entry order, even if I restart NT8 ?

    Hello everyone,

    I need to know how to obtain the time of last entry order, even if I restart the NT8 or the desktop.

    I´m looking to use this information direct in my strategy. So, I need a instance that I can handling a DateTime variable. And the trade is not close: we just have the entry order.
    The final goal is to obtain MAE and MFE of the present position and the trade are not closed.​

    All sugestions are welcome !!


    #2
    Hello Eros Lima,

    Thanks for your post.

    You could consider saving the time (Time[0]) to a DateTime variable when the order is submitted.

    Or, you could consider saving the execution time to a variable by tracking the order in OnExecutionUpdate() and saving the time to a variable when the OrderState == OrderState.Filled.

    Note that the strategy would have to reprocess the order again if you restart NinjaTrader or the PC.

    See this help guide page for information about OnExecutionUpdate(): https://ninjatrader.com/support/help...tionupdate.htm

    And, see this reference sample demonstrating the use of OnExecutionUpdate(): https://ninjatrader.com/support/help...and_onexec.htm

    This thread will also be open to other community members to share their insights on the topic.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment


      #3
      I'd use StreamWriter to save the info, then StreamReader to retrieve it.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      163 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      82 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      125 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      206 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      184 views
      0 likes
      Last Post CarlTrading  
      Working...
      X