Finds the highest value of the series.
This example shows the use of the common auto indexed series. For information on using functions with non auto indexed series review Series Functions.
Syntax: |
---|
Highest( series, bars, [offset] ) |
Parameter: |
Description: |
---|---|
series |
The name of the series. |
bars |
The number of bars over which to find the value. |
[offset] |
The number of bars to offset back before finding the value. |
Example: |
---|
VARIABLES: highestClose, highestHigh, lowestLow, averageClose, standDev Type: Price |
Returns: |
Highest value in the series over the number of bars specified |
Links: |
---|
See Also: |
Edit Time: 9/18/2020 11:25:55 AM |
Topic ID#: 367 |