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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
333 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
211 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
196 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
287 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
242 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment