thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Reports question
Collapse
X
-
Reports question
I am running NT ver 6.5.0.3. I have Strategy that calls on ATM Strategies in the execution of the trades. The strategy uses 3 different ATM Strategies (all 3 named different). When I go to the Account Performance Tab and generate a report - all the trades are listed with the strategy 'AutoChase' instead of the different names. Is this by design or is there something I am missing in my code or a bug?
thanksTags: None
-
Josh - Sorry for the delay getting back to you. I used your sampleatmstrategy to build my strategies. I tested your script plain - only changing the line that produced the trade to have my 'tradename' and it produced the same results. Here is the line i modified in your sample script
AtmStrategyCreate(Action.Buy, OrderType.Limit, Close[0], 0, TimeInForce.Day, orderId, "ES Counter Trend", atmStrategyId);
I did change the name.
here is the results from my report.
1 ES 12-07 Replay101 AutoChase Long 1 1478.5 1478.75 12/5/2007 9:38 12/5/2007 9:39 Entry Stop1
As you see AUTOCHASEid listed instead of ES Counter Trend. See if you can reproduce this issue. It would be nice to be able to compare different strategies without having to manually do it.
Thanks
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment