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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      267 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      169 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      171 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      260 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      210 views
      0 likes
      Last Post CarlTrading  
      Working...
      X