Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
AddDataSeries string
Collapse
X
-
AddDataSeries string
Hi, is it possible to call AddDataSeries using either a string variable holding a valid instrument name, or an expression that evaluates to a string that is a valid instrument name? Thanks...Tags: None
-
Hello stephensams,
Thank you for your post.
It is possible to pass a string into the AddDataSeries() method. For information on AddDataSeries please visit the following link: http://ninjatrader.com/support/helpG...dataseries.htm
-
Great, thanks. I realized I have a different issue...
I have a Market Analyzer row in the instrument column populated with ES ##-##. The second column finds the highest volume among the continuous contract Instrument.MasterInstrument.RolloverCollection elements (e.g. ES 03-16, since it's heaviest traded at the moment).
I don't think I can AddDataSeries in State.Configure using Instrument.MasterInstrument since ES ##-## hasn't loaded yet. If this is true, can I AddDataSeries in a later State, or elsewhere, like OnMarketData?
If I can't, can you think of another way to access volume data (Series, VolumeSeries) in OnMarketData?
Thanks so much...Last edited by stephensams; 01-12-2016, 03:01 PM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
161 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
308 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
349 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment