method void SendData() begin //if lastbaronchart = false or RTC = 1 then return; if Connected(0) = 0 then begin if random(100) > 50 then cBid += minmove/pricescale else cBid -= minmove/pricescale; cAsk = cBid + minmove/pricescale; Ask(Smbl, cAsk, intportion(random(100))); Bid(Smbl, cBid, intportion(random(100))); if random(100) >= 50 then Last(Smbl, cAsk, intportion(random(100))) else Last(Smbl,cBid,intportion(random(100))); end; end;
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Charting External Data Feed
Collapse
X
-
Charting External Data Feed
I am using the following to create a data feed from EasyLanguage:
This method is called by a timer, so that I have an manufactured data stream. The data stream is received by NT platform, but I don't seem to be able to chart it. Should I be able to chart this data?Code:Tags: None
-
Hello Atomic,
While our NinjaTrader Support staff is not able to assist with EasyLanguage, I would first ask if you are able to use the EasyLanguage files distributed with NinjaTrader 7 to push data from TradeStation to NinjaTrader 7.
Below is a publicly available link to the help guide.
Is the AT Interface enabled?
This thread will remain open for any community members that would like to assist with the EasyLanguage.Last edited by NinjaTrader_ChelseaB; 03-18-2018, 03:54 PM.Chelsea B.NinjaTrader Customer Service
-
I have used the NtDirect dll functions for a long time in commercial trading. I've also used TradeStation as the external data feed to my NT platform so I can test the code which I use in actual trading (done by a broker). I was just wondering if, when I have the external data feed coming from TS, should I be able to chart it? In this instance, TS was generating an artificial data stream from an @ES chart, and the NT platform was receiving the data as if it was from a live TS chart window, so I was wondering why I couldn't get that data to show up on a chart.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
56 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
37 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
17 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
19 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
49 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment