Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to declare a BarsArray class?
Collapse
X
-
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
-
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
-
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
-
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
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
673 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
379 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
111 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
577 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
582 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment