Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Entry execution outside the scope of OnBarUpdate()

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

    Entry execution outside the scope of OnBarUpdate()

    Hello,

    In a strategy, must I always place entry execution within the scope of OnBarUpdate()

    I created an execution logic outside the scope of OnBarUpdate, ran some tests, then tested the same execution logic inside the scope of OnBarUpdate, and the results were the same.

    #2
    Hello AdeptistJune,

    No, you can call order methods pretty much anywhere in any method when State is State.Historical or State.Realtime. I would advise against submitting orders from OnRender().

    It would depend on what your logic is, and what event is triggering your method, on whether the results would change.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    477 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    317 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    255 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    340 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    306 views
    0 likes
    Last Post CarlTrading  
    Working...
    X