I am using several data series in my strategy, in OnBarUpdate method i can work with BarsInProgress, but it is an int. I need to know the name (and other properties) of the series calling OnBarUpdate
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Series Name in OnBarUpdate
Collapse
X
-
Series Name in OnBarUpdate
Hi
I am using several data series in my strategy, in OnBarUpdate method i can work with BarsInProgress, but it is an int. I need to know the name (and other properties) of the series calling OnBarUpdateTags: None
-
Hello amiralimadadi,
Thanks for your post.
Here is an example you can test with:
Print ("BarsInProgress: "+BarsInProgress+" Instrument: "+Instrument.Fullname);
Example output:
BarsInProgress: 0 Instrument: ES 06-18
BarsInProgress: 1 Instrument: NQ 06-18
BarsInProgress: 2 Instrument: YM 06-18
BarsInProgress: 3 Instrument: RTY 06-18
References:
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
15 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
59 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
42 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
47 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment