Lg ( double number );    
Description
Returns the base-10 logarithm of an argument.
Input parameters
| Parameter | Default value | Description | 
|---|---|---|
| number | - | Defines number whose logarithm is calculated. | 
Example
declare lower;
plot data = Lg(close);
The example draws the base-10 logarithm plot of the close values.