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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
546 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment