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

Official Opening Tick

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

    Official Opening Tick

    Is it possible to get the official opening tick of the session via ninjacript?

    #2
    Hello fiddy,

    Thank you for your post.

    I am not aware of any data type or fundamental data type that would provide the official opening tick. I would just set up a filter for 1 Tick bar series that pulls the first tick that meets the time of the open.

    Comment


      #3
      Originally posted by fiddy View Post
      Is it possible to get the official opening tick of the session via ninjacript?
      Code:
      if (Bars.FirstBarOfSession && FirstTickOfBar) //this must be the first tick of the session.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by alifarahani, Today, 09:40 AM
      2 responses
      11 views
      0 likes
      Last Post alifarahani  
      Started by junkone, Today, 11:37 AM
      3 responses
      15 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by pickmyonlineclass, Today, 12:23 PM
      0 responses
      1 view
      0 likes
      Last Post pickmyonlineclass  
      Started by frankthearm, Yesterday, 09:08 AM
      12 responses
      44 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by quantismo, 04-17-2024, 05:13 PM
      5 responses
      35 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Working...
      X