Is this indeed possible? Worth pursuing?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
custom performance metrics
Collapse
X
-
custom performance metrics
I've just started looking at custom performance metrics. I'd like to calculate some performance numbers with a "Position" focus...i.e to calculate some metrics from Position Initiated to Position Flat. (Instead of individual exits). This seems feasible to me if I handle the custom aggregation in OnAddTrade().
Is this indeed possible? Worth pursuing?Tags: None
-
Hello NickyD,
There is not any documentation on accessing the strategy position from a performance metric script.
I'm not sure this would be possible with this type of script.
The Trades being processed are fully closed trades with an entry and exit (and not individual orders) and is used to build a trade collection. Further the strategy instance is not available.
This thread will remain open for any community members that may have an unsupported workaround they would like to share.Chelsea B.NinjaTrader Customer Service
-
Ok, thanks.
I know you guys have lots of different customers, with lots of different use cases, but I have to think this is pretty clearly a big miss by NT. How can you not have the concept of a strategy position in your strategy performance analysis?
NT's built in performance metrics can't do it, we can't do it via custom code... this seems like important and useful functionality IMO.
Comment
-
Hello NickyD,
An optimizer script does have access to the strategy instance but performance metric scripts are designed to process trade objects. The position would not be a consideration for a closed trade as that trade would not be impacting the position.
I'm not sure if this would be helpful, but I'm providing an example below.
is there a way to get Min/Max/Avg of daily profit/loss in the strategy analyzer running Optimization ?
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
581 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
338 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|
Comment