Is there any way to get historical trades (placed manually) within indicator? I need time/price/exit etc.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Historical trades indicator
Collapse
X
-
Historical trades indicator
Hey,
Is there any way to get historical trades (placed manually) within indicator? I need time/price/exit etc.Tags: None
-
Hello Leeroy_Jenkins,
Thank you for your post.
At this time there is not a supported method to retrieve historical executions from the local database.
I have added a vote for you to a current feature request to allow retrieval of historical trade information from the database. This request is being tracked under the number SFT-586.
As with all feature requests, interest is tracked before implementation is considered, so we cannot offer an ETA or promise of fulfillment. If implemented, it will be noted in the Release Notes page of the Help Guide.
Release Notes — https://ninjatrader.com/support/help...ease_notes.htm
Please let us know if we may be of further assistance to you.
- Likes 1
-
Ok, thanks.
Maybe NT stores trades in some file which I can read with indicator?
I know I can save Trade Performance in file but it can't be automated, sadly.Last edited by Leeroy_Jenkins; 05-12-2020, 03:23 AM.
Comment
-
Hello Leeroy_Jenkins,
Thank you for your reply.
NinjaTrader stores historical trades in the database file, which cannot be accessed via NinjaScript as previously stated. There is not a supported way to retrieve historical trades from the database to an indicator and there are no other places this information is stored.
Please let us know if we may be of further assistance to you.
Comment
-
-
Some lame solution but it will work.
If you save trades from Trade Performance into file (Autohotkey script can help with this) and write indicator which parses this file you will get trades.
Semi-automated cuz after every trade you need to launch script.
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
673 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
379 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
111 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
578 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
582 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment