Ceiling

Top  Previous  Next

Category: Advanced Indicator Set 1

 

Input parameters

Name

Setting

Default

Time Series

Time Series

Close

 

Calculations

The Ceiling indicator returns a value which represents the smallest integer that is greater than or equal to the input value. For example, Ceiling(1.2)=2, Ceiling(1.9)=2, Ceiling(-1.2)=-1, Ceiling(-1.9)=-1.