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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
50 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
22 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
16 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment