Announcement

Collapse
No announcement yet.

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 CaptainJack, 05-29-2026, 05:09 AM
          0 responses
          229 views
          0 likes
          Last Post CaptainJack  
          Started by CaptainJack, 05-29-2026, 12:02 AM
          0 responses
          148 views
          0 likes
          Last Post CaptainJack  
          Started by charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          160 views
          1 like
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          240 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          198 views
          0 likes
          Last Post CarlTrading  
          Working...
          X