Log
Modified on 2020/01/31 12:08 by Eugene — Categorized as: Community Indicators
Log: Indicator Documentation
Syntax
DataSeries Log(DataSeries ds, double newBase) DataSeries LogNatural(DataSeries ds)
Parameter Description
ds
Specify data series
newBase
Specify base (
Doesn't apply to LogNatural
)
Description
Log
returns the logarithm of a specified data series.
LogNatural
returns the natural logarithm of a specified data series (parameterless).
Example
None