Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Display External Trades On Chart
Collapse
X
-
Display External Trades On Chart
I have list of trades in file external to NT and would like to show these on chart. Is there some NT built-in import functionality to do this or would this be a NinjaScript routine to reference dynamically as chart is loaded? Thanks in advance.Tags: None
-
Hello,
There is no built in method to import executions, but you could certainly display these on a chart using logic and NinjaScript. This is an item you would have to custom make to display your own data on the chart.
One item you would need is to read the file, we have a sample on that here: http://ninjatrader.com/support/forum...ead.php?t=3476
You would need to create logic on how to parse the file, once you do you could utilize the Drawing objects and Bar times to place the executions on the chart.
I look forward to being of further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
161 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
308 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
349 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment