Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

2nd Data Series Invisible-NT7

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

    2nd Data Series Invisible-NT7

    Hi,

    I would like to plot an indicator on a chart off a second data series (in NT7) but not have the data series it is referencing visible. For example, I would like to have a 3 range chart visible but a CCI displayed referencing a 9 range data series without the 9 range visible or effecting the spacing of the 3 range. What I am trying to overcome here also is the way the bars "squeeze" together when running two data series in order to align time on the X axis.

    Best regards,

    Bondi9999

    #2
    Apologies for leaving question off the post!.

    My question is "Is this possible"?

    Cheers

    Comment


      #3
      Originally posted by Bondi9999 View Post
      Apologies for leaving question off the post!.

      My question is "Is this possible"?

      Cheers
      You can read through this post

      Comment


        #4
        Many thanks Tarkus11.

        Happy trading

        Comment


          #5
          Hi and apologies but it's not clear to me how I employ this indicator to achieve what i am attempting. Specifically I am trying to run calculate a CCI basis a 9 Range bar data series and display that on a chart with a Data series 1 of 4 Range bars - same instrument (6E)?

          Comment


            #6
            You wouldn't use the indicator, just use the logic of the code.

            For example, you need to Add a second data series, then when BarsInProgress ==1, you calc the indicator for the 2nd data series,

            like

            if (BarsInProgress ==1) avg2 = SMA(BarsArray[1],10)[0];

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            88 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            48 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            30 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            34 views
            0 likes
            Last Post TheRealMorford  
            Started by Mindset, 02-28-2026, 06:16 AM
            0 responses
            68 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Working...
            X