Finding Stochastic Highest/Lowest

 
Hi, is there anyway of finding the highest and lowest points on an indicator such as stochastic like you can finding the highest and lowest points using iHighest() or iLowest() function on the price chart?
 
renzbub: is there anyway of finding the highest and lowest points on an indicator
  1. Of course, you code it to find it. A) get each value and compare it to the current highest, or B) put each value in an array and call ArrayMaximum on the array.
  2. learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
Reason: