Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to declare a BarsArray class?

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

    How to declare a BarsArray class?

    How to declare a BarsArray object?
    Last edited by atrader; 04-22-2009, 07:51 AM.

    #2
    Hi atrader, not sure I follow - you can work directly with BarsArray if you added instruments via the Add() method prior - http://www.ninjatrader-support.com/H...BarSeries.html

    Comment


      #3
      Thanks Bertrand! That is how to use the BarsArray. And what I am trying to do

      is to make a function or methord. I am going to use the BarsArray as a parameter, so I need to declare it as an object. I believe that I should be able to do it. But I can not find any documentation about it.

      Comment


        #4
        Unfortunately this is not supported. If you want to make a parameter I suggest you just make a parameter for the [] index and use that parameter where ever you have BarsArray[] used.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Thans Josh! How can I declare the [] index?

          Acturally, I only need one series of bars. When I call the function, I will use BarsArray[1] as the parameter for example. However, when I make the function, I need to declare it. So my question is how can I declare it when I creat my funciton? or if it is not supported, can you privde me with the structure of that class, so that I can create the class by myself?

          Comment


            #6
            You just make a variable for the actual number.

            BarsArray[x] where x is your parameter.

            Unfortunately we do not support making classes.
            Josh P.NinjaTrader Customer Service

            Comment


              #7
              Thank you again Josh! There are serval values in the

              BarsArray[x], and I need to pass the whole content in the BarsArray[x] to my function. So how do I make the declaration? For example,
              private void MyOwnFuction (int integerExample, 'BarsArray[x]' barsArrayINeed)
              What should I use in the 'BarsArray[x]' part? (like the int in the integerExample)

              Comment


                #8
                Why do you need to pass the whole content? Just pass the x and go BarsArray in the function and reference the x that you just passed.
                Josh P.NinjaTrader Customer Service

                Comment


                  #9
                  Thank you so much Josh! I got it. You are quite right.

                  I made a simple thing complicated. Thanks again!

                  Comment

                  Latest Posts

                  Collapse

                  Topics Statistics Last Post
                  Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                  0 responses
                  672 views
                  0 likes
                  Last Post Geovanny Suaza  
                  Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                  0 responses
                  379 views
                  1 like
                  Last Post Geovanny Suaza  
                  Started by Mindset, 02-09-2026, 11:44 AM
                  0 responses
                  111 views
                  0 likes
                  Last Post Mindset
                  by Mindset
                   
                  Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                  0 responses
                  577 views
                  1 like
                  Last Post Geovanny Suaza  
                  Started by RFrosty, 01-28-2026, 06:49 PM
                  0 responses
                  582 views
                  1 like
                  Last Post RFrosty
                  by RFrosty
                   
                  Working...
                  X