I'm pushing ESZ9 product ask/bid/last data through client interface and getting positive responses from the functions I'm calling. But I see nothing changing in the Ninja UI. Please point me in right direction to see reflected changes in the UI while I'm pushing product data to the NinjaTrader.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Autmated trading client interface data feed indication
Collapse
X
-
Autmated trading client interface data feed indication
Hi. I'm newbee in NinjaTrader. I'm trying to use Ninjatrader's client interface to push market data to NinjaTarder.
I'm pushing ESZ9 product ask/bid/last data through client interface and getting positive responses from the functions I'm calling. But I see nothing changing in the Ninja UI. Please point me in right direction to see reflected changes in the UI while I'm pushing product data to the NinjaTrader.Last edited by denn_gubsky; 11-21-2009, 02:55 PM. -
Hi, Ben.
Thank you for your reply. I read the chart with available providers.
But you have the following interface http://www.ninjatrader-support.com/H...HistoricalData
which allows to send data to Ninja Trader
(
int Ask(string instrument, double price, int size)
int AskPlayback(string instrument, double price, int size, string timestamp)
int Bid(string instrument, double price, int size)
int BidPlayback(string instrument, double price, int size, string timestamp)
int Last(string instrument, double price, int size)
int LastPlayback(string instrument, double price, int size, string timestamp)
)
Where can I see the data which I sending to NT through this interface?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
114 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
160 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
82 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
126 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
80 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment