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

Number of executions in one candle

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

    Number of executions in one candle

    Is there any way to know what the number of executions was in a bar?

    #2
    Hi 7robert, thanks for your post.

    The script would need to use the OnExecutionUpdate() event and count up with a class level int variable every time an execution occurs in the event. Reset the counter on every OnBarUpdate call. We have a use case example of OnExecutionUpdate here:

    https://ninjatrader.com/support/help...and_onexec.htm

    Best regards,
    -ChrisL
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      Thanks Chris, I have another question. Is there any limitation for the number of data series that I can consult at the same time? Number of processors or threads?

      Comment


        #4
        Hi 7robert,

        The limit would be the number of threads your PC is able to run at one time and your data provider. There is no hard-set number as a limit.

        Best regards.
        Chris L.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by DavidHP, Today, 07:56 AM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_Erick  
        Started by kujista, Today, 06:23 AM
        3 responses
        9 views
        0 likes
        Last Post kujista
        by kujista
         
        Started by Mindset, Yesterday, 02:04 AM
        2 responses
        18 views
        0 likes
        Last Post NinjaTrader_RyanS  
        Started by f.saeidi, Today, 08:03 AM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by samish18, 04-17-2024, 08:57 AM
        15 responses
        54 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Working...
        X