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 samish18, Yesterday, 08:31 AM
            3 responses
            13 views
            0 likes
            Last Post NinjaTrader_Clayton  
            Started by funk10101, Yesterday, 09:43 PM
            1 response
            13 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by TheWhiteDragon, 01-21-2019, 12:44 PM
            5 responses
            551 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by rtwave, 04-12-2024, 09:30 AM
            5 responses
            37 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by funk10101, Today, 12:02 AM
            1 response
            11 views
            0 likes
            Last Post NinjaTrader_LuisH  
            Working...
            X