Category: Advanced Indicator Set 1
Input parameters
Name
|
Setting
|
Default
|
Time Series
|
Time Series
|
Close
|
Calculations
The Floor indicator returns a value which represents the largest integer that is less than or equal to the input value. For example, Floor(1.2)=1, Floor(1.9)=1, Floor(-1.2)=-2, Floor(-1.9)=-2.
|