Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Performance.AllTrades help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    #2
    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 -

    Comment


      #3
      ok, i figured it out. i had to add a check to make sure that trades are in the collection.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      639 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      366 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      107 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      569 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      572 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X