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 joselube001, 05-10-2024, 12:17 PM
        5 responses
        23 views
        0 likes
        Last Post joselube001  
        Started by bigc0220, 09-18-2018, 09:16 AM
        6 responses
        2,579 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by lorem, 04-25-2024, 09:18 AM
        18 responses
        76 views
        0 likes
        Last Post lorem
        by lorem
         
        Started by DawnTreader, 05-08-2024, 05:58 PM
        21 responses
        81 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by doihaveto13, Today, 12:46 PM
        2 responses
        4 views
        0 likes
        Last Post doihaveto13  
        Working...
        X