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 kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
89 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
92 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
70 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
87 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
64 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment