Skip to content
Algo Trade Analytics Docs

math.floor() - Pine Script Function

Rounds the specified number down to the largest whole number (“int” value) that is less than or equal to it.

math.floor(number) → const int
NameTypeDescription
numberconst int/floatThe number to round.

The largest “int” value that is less than or equal to the number.