Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Capture Which Chart The Trade Was Executed From
Collapse
X
-
Capture Which Chart The Trade Was Executed From
Is there a way to capture which chart (primarily the chart time frame or volume, etc.) a trade was executed from? For example, if I enter a trade from the 2 minute chart-I would want that recorded so I could later analyze results by chart time frame (I am using time frame as the example-but it could be volume, range, ticks, etc.)Tags: None
-
Hello Jim-Boulder,
Thank you for your post.
You may plot the execution on your chart by right mouse clicking within your chart-->Properties-->Plot executions-->set to "TextAndMarker" or "MarkersOnly"-->Click OK.
These markers will be visible on all time frame charts when changing intervals.
Please let me know if I may be of further assistance.Christopher J.NinjaTrader Customer Service
-
Thanks
Thanks for the response---what I am seeking is away to review the trades (like in the account performance grid)--and have the chart time frame that I traded that trade from---in tabular data mode so I can export to excel...
I hope this clarifies what I am looking for...I am assuming this woiuld have to be done programmically--so really what I should ask is whether NT 'knows' which chart I was on when I executed a chart using chart trading...is that info available in an object or property?
Comment
-
FWIW, I use Print stmts to an output window to track certain events and always put a header at the beginning for when I have multiple charts open.
Code:header = "[" + (Bars.Period.Value).ToString() + " " + Bars.Period.Id.ToString() + "] ";
Code:header + Time[0].ToString("MM/dd HH:mm:ss")
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by 6bobclose5, Yesterday, 08:33 AM
|
2 responses
13 views
0 likes
|
Last Post
![]()
by 6bobclose5
Today, 10:15 AM
|
||
Started by several, Today, 09:46 AM
|
1 response
6 views
0 likes
|
Last Post
|
||
Started by Uregon, Yesterday, 11:53 AM
|
1 response
10 views
0 likes
|
Last Post
|
||
Started by elite12968, 02-01-2025, 07:30 AM
|
3 responses
31 views
0 likes
|
Last Post
![]()
by bltdavid
Today, 09:23 AM
|
||
Started by mdsvtr, 11-18-2013, 05:56 PM
|
10 responses
3,369 views
0 likes
|
Last Post
|
Comment