Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

RE: find the high or low value for the past 10 bars

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

    RE: find the high or low value for the past 10 bars

    Hi,

    I need the code for the Plot0.Set line to find the high or low value for the past 10 bars for the following indicator - CCI (14) .

    Thanks

    #2
    Shawn,

    You can use something like :

    double highest = Plot0[HighestBar(Plot0,10)];

    The other function you can use is LowestBar(). HighestBar() and LowestBar() return the index.

    Please let me know if I may assist further.
    Adam P.NinjaTrader Customer Service

    Comment


      #3
      Need more help.

      Hi Adam,

      Thanks for your help. I need a code that can be configured for the Plot0.Set. I'm a novice at this stuff. Do you have something like this?

      Plot0.Set[HighestBar(CCI(14),10)];

      Comment


        #4
        Shawn,

        Plot0.Set( CCI(14)[HighestBar(CCI(14),10) ] ) should work.

        Please let me know if I may assist further.
        Adam P.NinjaTrader Customer Service

        Comment


          #5
          Thanks.

          Perfect. Thanks..

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by llanqui, Today, 03:53 AM
          0 responses
          2 views
          0 likes
          Last Post llanqui
          by llanqui
           
          Started by burtoninlondon, Today, 12:38 AM
          0 responses
          10 views
          0 likes
          Last Post burtoninlondon  
          Started by AaronKoRn, Yesterday, 09:49 PM
          0 responses
          14 views
          0 likes
          Last Post AaronKoRn  
          Started by carnitron, Yesterday, 08:42 PM
          0 responses
          11 views
          0 likes
          Last Post carnitron  
          Started by strategist007, Yesterday, 07:51 PM
          0 responses
          14 views
          0 likes
          Last Post strategist007  
          Working...
          X