Finds the standard deviation of the series. Uses the change in the log of the values.
Syntax: |
---|
StandardDeviationLog( 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 before finding the value |
Example: |
---|
VARIABLES: highestClose, highestHigh, lowestLow, averageClose, standDev TYPE: Price
|
Returns: |
The standard deviation of the series used over the period specified.
This example shows the use of a common auto indexed series. For information on using functions with non auto indexed series review Series Functions. |
Links: |
---|
|
See Also: |
Edit Time: 9/18/2020 11:38:46 AM |
Topic ID#: 581 |