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 litamm89, 02-01-2025, 11:33 AM
          2 responses
          31 views
          0 likes
          Last Post litamm89  
          Started by Stanfillirenfro, Today, 06:50 AM
          12 responses
          45 views
          0 likes
          Last Post bltdavid  
          Started by carnitron, 02-01-2025, 10:25 PM
          7 responses
          62 views
          0 likes
          Last Post carnitron  
          Started by fjwltn, Yesterday, 09:51 PM
          2 responses
          12 views
          0 likes
          Last Post fjwltn
          by fjwltn
           
          Started by millsd117, Today, 06:09 PM
          0 responses
          8 views
          0 likes
          Last Post millsd117  
          Working...
          X