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