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 Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          571 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          331 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          549 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          549 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X