Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

No ticks -- still onbarupdate?

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

    No ticks -- still onbarupdate?

    Will OnBarUpdate be triggered, say on a 1 minute chart if there are no ticks (no data)

    I want to set an indicator script to fire on every minute boundary....perhaps there is a better way to do this than to wait for data?

    #2
    Turtle Trader, if there are no ticks / trades then it would not be triggered. Everything is event based in NT, the opening tick of the new bar is the closing tick of the old / current one.

    To fire someting based on time alone, you could look into creating a custom triggered timer event -

    BertrandNinjaTrader Customer Service

    Comment


      #3
      Timer on Replay

      Hello,

      That may work...however, I need the timer to sync with Replay, as well as real time time...does that work, or is the timer based on the motherboard and not the data stream?

      Thx.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by ageeholdings, Today, 07:43 AM
      0 responses
      10 views
      0 likes
      Last Post ageeholdings  
      Started by pibrew, Today, 06:37 AM
      0 responses
      4 views
      0 likes
      Last Post pibrew
      by pibrew
       
      Started by rbeckmann05, Yesterday, 06:48 PM
      1 response
      14 views
      0 likes
      Last Post bltdavid  
      Started by llanqui, Today, 03:53 AM
      0 responses
      9 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by burtoninlondon, Today, 12:38 AM
      0 responses
      12 views
      0 likes
      Last Post burtoninlondon  
      Working...
      X