Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Performance.AllTrades help
Collapse
X
-
Performance.AllTrades help
I am programming into my strategy that after 3 losers, the strategy stops trading for an X amount of hours. From what i have been able to gather, the best way to do this is through Performance.AllTrades but whenever i try to do anything with Performance it causes my strategy to not work at all. Even Trade trade1 = Performance.AllTrades[0]; causes nothing to happen. And from my understanding the most recent trade would be the largest number so to access it i would put Trade trade1 = Performance.AllTrades[Performance.AllTrades.Count]; Am i doing something wrong, is there a better way to see if the last 3 trades were losers? any help would be greatly appreciated.Tags: None
-
laces2, you likely want to access the realtime trades collection for this (Performance.RealtimeTrades) - are there any errors the log tab as you attempt to run your strategy with the references to the Performance class added?
Please see also this sample we have dealing with the topic in detail -
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
647 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
367 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
571 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment