public interface IMinMax
| Modifier and Type | Method and Description | 
|---|---|
| double[] | getMinMax(int outputIdx,
         java.lang.Object values,
         int firstVisibleValueIndex,
         int lastVisibleValueIndex)This method will be called once for every output. | 
double[] getMinMax(int outputIdx,
                   java.lang.Object values,
                   int firstVisibleValueIndex,
                   int lastVisibleValueIndex)
outputIdx - index of the output parametervalues - array of the values (int[], double[] or Object[] depending of the type of the output)firstVisibleValueIndex - index of the first value that corresponds to the candle that is visible on the screen. Will be 0 even if the values array is with the length of 0lastVisibleValueIndex - index of the last value that corresponds to the candle that is visible on the screen. Will be -1 if the values array is with the length of 0Copyright © 2025. All rights reserved.