Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

how to check if 2 losses are on the same day

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

    how to check if 2 losses are on the same day

    Hi

    how would one program this condition

    IF last 2 trades are on same day AND both are losses THEN dont trade until next day

    Thanks

    #2
    We have a sample working with the Performance class for this, it would only need a slight modification for your case -

    BertrandNinjaTrader Customer Service

    Comment


      #3
      Thanks for the reply

      3 questions :

      1) Performance.AllTrades.Count : does this count a trade that has entry at a prior date and exit today ?

      2) how do I express the "in the same day" condition. What is the best/simplest way to do it in NT ?

      3) What is the difference between Performance.Alltrades and Performance.RealtimeTrades ? aren't all trades in a working (live) strategy real time trades ?

      Thanks

      Comment


        #4
        1. Yes, all trades includes historical and realtime trades done by the strategy.

        2. Please take a look at the sample code provided, if you have a session break save the count to know at which point the transition to today occured.

        3. AllTrades are historical and realtime trades, realtime trades only the ones taken as the strategy was running live.
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by ETFVoyageur, Today, 05:50 AM
        0 responses
        5 views
        0 likes
        Last Post ETFVoyageur  
        Started by DawnTreader, 05-08-2024, 05:58 PM
        17 responses
        63 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by ttrader23, 05-08-2024, 09:04 AM
        10 responses
        48 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by agclub, 04-21-2024, 08:57 PM
        6 responses
        41 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by thumper57, 05-11-2024, 04:30 PM
        9 responses
        28 views
        0 likes
        Last Post thumper57  
        Working...
        X