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

Ticks collection

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

    Ticks collection

    Hello,

    is there any way for getting the tick's collection of a minute bar, inside of a minute chart ?

    I'd like to develope a market profile, but I wouldn't like to do it inside of a tick chart.

    I would be very grateful for any help.

    #2
    Currently there is no support for multi-time framed indicators. This will be available in NT7.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Maybe I'm missing something here, but what's wrong with...

      Code:
      CalculateOnBarClose = false;
      ...in the Intialize method, and then just collect up the data for each and plot this on the minute chart as desired?

      Comment


        #4
        That will work in realtime, but won't allow you to access the tick collection historically in that sense.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by TraderG23, 12-08-2023, 07:56 AM
        10 responses
        397 views
        1 like
        Last Post beobast
        by beobast
         
        Started by lorem, Yesterday, 09:18 AM
        5 responses
        19 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by WHICKED, Today, 12:56 PM
        2 responses
        15 views
        0 likes
        Last Post WHICKED
        by WHICKED
         
        Started by Felix Reichert, Today, 02:12 PM
        0 responses
        3 views
        0 likes
        Last Post Felix Reichert  
        Started by Tim-c, Today, 02:10 PM
        0 responses
        5 views
        0 likes
        Last Post Tim-c
        by Tim-c
         
        Working...
        X