I had a question about Market Data Event Arguments, specifically MarketDataType. In the NinjaScript handbook, it says that possible arguments are MarketDataType.Ask, MarketDataType.OpenInterest, etc. When I try to print the values for them by using something like Print(MarketDataType.OpenInterest), "OpenInterest" is what gets printed in the output window. I was wondering if these arguments have any actual numerical value attached to them that I can access or if they only exist to notify the method if there is a change in Ask, OpenInterest, etc. I already know that I can access ask by using MarketDataUpdate.Ask, but is there any way to access open interest in the OnMarketData method?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
MarketDataEventArgs
Collapse
X
-
MarketDataEventArgs
Hi,
I had a question about Market Data Event Arguments, specifically MarketDataType. In the NinjaScript handbook, it says that possible arguments are MarketDataType.Ask, MarketDataType.OpenInterest, etc. When I try to print the values for them by using something like Print(MarketDataType.OpenInterest), "OpenInterest" is what gets printed in the output window. I was wondering if these arguments have any actual numerical value attached to them that I can access or if they only exist to notify the method if there is a change in Ask, OpenInterest, etc. I already know that I can access ask by using MarketDataUpdate.Ask, but is there any way to access open interest in the OnMarketData method?Tags: None
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
637 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 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
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
571 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment