Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Actions to be taken once only v 'real-time' actions

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

    Actions to be taken once only v 'real-time' actions

    Hi guys

    I need to have some actions taken once and once only when my main Strategy script is activated. The remaining actions (with COBC = true) are to done on each real time bar close.

    I’ve never attempted this before but have done some research and I’d really appreciate confirmation that the following is the best way of achieving this:

    protected override void OnStartUp()
    {
    Conditions for ‘once only’
    { 'once only' actions }
    }

    protected override void OnBarUpdate()
    {

    Conditions for ‘each new real-time bar’
    { 'real-time' actions }
    }

    If this won’t work or if there’s a better way of doing this, thanks very much in advance for letting me know.

    #2
    Hello arbuthnot,

    Thank you for your note.

    That should work just fine.

    The OnStartUp() will be called after all the data has been loaded in the background and will only get called once.

    Let me know if I can be of further assistance.
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      Thanks very much for your prompt reply, Cal.

      I'll give it a go and if there's something that doesn't seem to work in this regard, I'll post back to this thread.

      Cheers.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      571 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      331 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      549 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      550 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X