I'd like to output indicator data with my trades to better help analysis. Is there a way to do this?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Custom Trades Report
Collapse
X
-
Custom Trades Report
Hi,
I'd like to output indicator data with my trades to better help analysis. Is there a way to do this? -
Hello jlbishop,
You may use the Print() statements to output data inside of the Output window (under Tools) so taht you can verify values are what you expect and to see how your code is being processed.
For strategies you may add TraceOrders = true to your Initialize() method and you can then view valuable output related to strategy submitted orders through the Output window.
It may also help to add drawing objects to your chart for signal and condition confirmation.
Let us know if we can be of further assistance.JCNinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
76 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
45 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
26 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
62 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment