Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

5 min bar vs 60 min bar

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

    5 min bar vs 60 min bar

    In creating a strategy where you say

    if(Open[1]>Close[1])
    Enterlong();

    Where in the stratgy code can you change to reflect if its an hourly bar or a minute bar or a 5 minute bar. These values will be different for differenrt timeframes?

    Please advise?

    Thanks

    #2
    Hi Lisa1980,

    When you apply the strategy to a chart, it will be the interval the chart is set to. If you apply this at the Strategies tab, or Strategy Anaylzer, you will be prompted to enter the instrument and interval at that time.
    TimNinjaTrader Customer Service

    Comment


      #3
      So there is no way to hard code it in the strategy to use only specific type of bar durations like 60 min bars?

      Comment


        #4
        Hi Lisa1980,

        You can add a series and run all the conditions against the proper BarsInProgress.

        More info at - http://www.ninjatrader-support.com/H...ameInstruments
        TimNinjaTrader Customer Service

        Comment


          #5
          Thanks I think the link you sent shows great examples.

          Comment


            #6
            Lisa1980,

            Here's some examples of Boolean logic statements using BarsArray[] and variables:

            MACD(12,26,9)[0] > 0
            &&
            MACD(BarsArray[my_60m_bar],12,26,9)[0] > 0
            &&
            MACD(BarsArray[my_1d_bar],12,26,9)[0] > 0
            &&
            MACD(BarsArray[my_COMPQ_5m_bar],12,26,9)[0] > 0

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by CarlTrading, 03-31-2026, 09:41 PM
            1 response
            152 views
            1 like
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            89 views
            1 like
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            131 views
            2 likes
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            127 views
            1 like
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            107 views
            0 likes
            Last Post CarlTrading  
            Working...
            X