Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Output window and data
Collapse
X
-
Output window and data
Hi. I would like know what kind of action is available in ninjascript after I get the data via OnMarketData, e.g. the present bid price. Is the ".print" function only display the data in the output window? How can I then further manipulate the data I get above, for example to make an indicator? Thanks a lot for helps.Tags: None
-
Hello fff222,
You can use C# to capture values in these methods, although it's not reccommended to base calculations on bar objects here. The event is not tied to bar updating.
There is an example of printing some of the values associated with this method here:
You can capture these values into a variable as well. We have a sample on working with OnMarketDepth(). This will be useful for storing similar data as OnMarketData()
Creating your own Level II data book (Accessing market depth) -Ryan M.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by sjsj2732, Yesterday, 04:31 AM
|
0 responses
22 views
0 likes
|
Last Post
by sjsj2732
Yesterday, 04:31 AM
|
||
|
Started by NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
280 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
279 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
130 views
1 like
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
90 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|

Comment