Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

first bar of the chart

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

    first bar of the chart

    hello

    is there a method to say on first closed bar of the chart (so entire timeframe not just today) a strategy should trigger something?

    Regards
    tradereight

    #2
    Hi tradereight, you can use CurrentBar for this - the left most bar on the chart will be number 0 - http://www.ninjatrader-support.com/H...urrentBar.html

    Comment


      #3
      backtest

      the current bar method does not seam to works for backtest

      if i make a simple strategy to enter short at the first bar

      if (CurrentBar == 0) {
      EnterShort(DefaultQuantity, "short");}

      there are no historical trades.

      the reason why i want to do is: i want to use the barssinceexit function so my strategy does not make so many trades (but barssinceexit obviously requires a first "fake" trade, otherwise no position will ever be opened)


      Originally posted by NinjaTrader_Bertrand View Post
      Hi tradereight, you can use CurrentBar for this - the left most bar on the chart will be number 0 - http://www.ninjatrader-support.com/H...urrentBar.html

      Comment


        #4
        It works on my end here - what is your 'Min bars required' setting? If you set this to the default of 20, the first real bar the strategy uses will be CurrentBar == 20;

        Comment


          #5
          now it works

          oh i forgot that, thx now it works!!

          Originally posted by NinjaTrader_Bertrand View Post
          It works on my end here - what is your 'Min bars required' setting? If you set this to the default of 20, the first real bar the strategy uses will be CurrentBar == 20;

          Comment


            #6
            Good to hear!

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            634 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            364 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            105 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            567 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            568 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X