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 Hwop38, 05-04-2026, 07:02 PM
          0 responses
          168 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Started by CaptainJack, 04-24-2026, 11:07 PM
          0 responses
          324 views
          0 likes
          Last Post CaptainJack  
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          250 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          350 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          179 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Working...
          X