Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy Bars Required Question

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

    Strategy Bars Required Question

    Originally posted by NinjaTrader_Bertrand View Post
    Not fully sure I follow - you should have a complete chart including the overnight action when setting your chart session times to 24hrs display.

    You could use FirstBarOfSession (http://www.ninjatrader-support.com/H...OfSession.html) in NinjaScript and count your elapsed bars since it returned true.

    Or you could add a time filter to your strategy, you could set it for example to trade only from 9:45 - 15:45 to let the market settle when the opening orders come in...

    See this reference sample here for details - http://www.ninjatrader-support2.com/...ead.php?t=3226
    How about if I want minimum 20 bars required to trade for each daily new session? How to set it by using the firstbarofsession? Any code example or sample for this?
    Last edited by NinjaTrader_ChrisL; 02-22-2022, 09:50 AM.

    #2
    Hi stantenlee, thanks for posting. If a topic is greater than 1 year old, please start a new topic and reference the link to the related topic:


    To wait for 20 bars after the session you need a counter in the strategy that will count up to 20 since FirstBarOfSession is true. Counters are only possible in unlocked scripts, so you will need to write this in C# rather than using the builder. The C# logic would look like this :
    Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.


    Best regards,
    -ChrisL

    Comment


      #3
      Hi Chris,

      I tried but not work as attached. What is my mistake?
      Attached Files

      Comment


        #4
        Hi stantenlee, thanks for the follow up.

        In NinjaTrader 8 it is "Bars.IsFirstBarOfSession" changing that should fix it.

        Kind regards,
        -ChrisL

        Comment


          #5
          thanks Chris

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          581 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          338 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          103 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          554 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          552 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X