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

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

    Chris L.NinjaTrader Customer Service

    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

        Chris L.NinjaTrader Customer Service

        Comment


          #5
          thanks Chris

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by fx.practic, 10-15-2013, 12:53 AM
          5 responses
          5,406 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Started by Shai Samuel, 07-02-2022, 02:46 PM
          4 responses
          98 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Started by DJ888, Yesterday, 10:57 PM
          0 responses
          8 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Started by MacDad, 02-25-2024, 11:48 PM
          7 responses
          160 views
          0 likes
          Last Post loganjarosz123  
          Started by Belfortbucks, Yesterday, 09:29 PM
          0 responses
          9 views
          0 likes
          Last Post Belfortbucks  
          Working...
          X