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 DannyP96, 05-18-2026, 02:38 PM
|
1 response
27 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
117 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
69 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
226 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
417 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|

Comment