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 Chuso, Yesterday, 03:41 AM
          2 responses
          10 views
          0 likes
          Last Post Chuso
          by Chuso
           
          Started by jtrade, 02-05-2009, 03:14 AM
          6 responses
          5,471 views
          0 likes
          Last Post Cocchu
          by Cocchu
           
          Started by XanderT, Today, 01:12 AM
          0 responses
          7 views
          0 likes
          Last Post XanderT
          by XanderT
           
          Started by willheenahj, Today, 12:56 AM
          0 responses
          3 views
          0 likes
          Last Post willheenahj  
          Started by termitikicloud, 01-11-2025, 05:27 PM
          15 responses
          95 views
          0 likes
          Last Post backtester831  
          Working...
          X