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 argusthome, 03-08-2026, 10:06 AM
|
0 responses
77 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
45 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
27 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
63 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment