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

Put a indicator from a different zone time

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

    Put a indicator from a different zone time

    Hello,

    I'va got a problème that i can solve.

    I try to put an indicator (supertrend) with a période time 120 ticks on a chart 88 ticks.

    I begin in programing and i can find script in example even in the reference sample.

    Can someone put me one the good way?

    Thanks

    #2
    NT 6.5 does not support multi-time frame indicators.

    Well, not easily.

    You have to do your own programming.

    I suggest waiting for NT 7. It will support multiple time frames on one chart in regards to indicators.

    Mike

    Comment


      #3
      Originally posted by ctrlbrk View Post
      NT 6.5 does not support multi-time frame indicators.

      Well, not easily.

      You have to do your own programming.

      I suggest waiting for NT 7. It will support multiple time frames on one chart in regards to indicators.

      Mike
      Thank you for the answer mike. Can you put me on the good way to programme this indicator ?

      Comment


        #4
        serval,

        Pointing you in right direction:

        The easiest way is to use a strategy, not an indicator. You can then use the Add(PeriodType.xxxx, yyy) function in Initialize, and then plot values from your indicator to the screen from there.

        This allows you to place the strategy on a 5m chart, and plot values from a 233 tick, or 30m chart, etc.

        Mike

        Comment


          #5
          Originally posted by ctrlbrk View Post
          serval,

          Pointing you in right direction:

          The easiest way is to use a strategy, not an indicator. You can then use the Add(PeriodType.xxxx, yyy) function in Initialize, and then plot values from your indicator to the screen from there.

          This allows you to place the strategy on a 5m chart, and plot values from a 233 tick, or 30m chart, etc.

          Mike
          Thanks.

          I will try that :-)

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by rhyminkevin, Today, 04:58 PM
          3 responses
          48 views
          0 likes
          Last Post Anfedport  
          Started by iceman2018, Today, 05:07 PM
          0 responses
          5 views
          0 likes
          Last Post iceman2018  
          Started by lightsun47, Today, 03:51 PM
          0 responses
          7 views
          0 likes
          Last Post lightsun47  
          Started by 00nevest, Today, 02:27 PM
          1 response
          14 views
          0 likes
          Last Post 00nevest  
          Started by futtrader, 04-21-2024, 01:50 AM
          4 responses
          50 views
          0 likes
          Last Post futtrader  
          Working...
          X