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 Taddypole, 04-26-2024, 02:47 PM
          2 responses
          12 views
          0 likes
          Last Post Taddypole  
          Started by futtrader, 04-21-2024, 01:50 AM
          6 responses
          58 views
          0 likes
          Last Post futtrader  
          Started by sgordet, Today, 11:48 AM
          0 responses
          4 views
          0 likes
          Last Post sgordet
          by sgordet
           
          Started by Trader146, Today, 11:41 AM
          0 responses
          5 views
          0 likes
          Last Post Trader146  
          Started by jpapa, 04-23-2024, 07:22 AM
          2 responses
          22 views
          0 likes
          Last Post rene69851  
          Working...
          X