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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
128 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
74 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
116 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
110 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
89 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment