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 Trader146, 03-29-2024, 01:22 PM
          2 responses
          14 views
          0 likes
          Last Post Trader146  
          Started by tsantospinto, 04-12-2024, 07:04 PM
          7 responses
          126 views
          0 likes
          Last Post aligator  
          Started by futtrader, 04-21-2024, 01:50 AM
          5 responses
          56 views
          0 likes
          Last Post NinjaTrader_Eduardo  
          Started by PeakTry, Today, 10:49 AM
          0 responses
          2 views
          0 likes
          Last Post PeakTry
          by PeakTry
           
          Started by llanqui, Today, 10:32 AM
          0 responses
          5 views
          0 likes
          Last Post llanqui
          by llanqui
           
          Working...
          X