Floor

Floor ( double value);

Default values:

Description

Rounds a value down to the nearest integer (which is not greater than the value).

Input parameters

Parameter Default value Description
value - Defines value to round down.

Example

plot Lower = Floor(low);
plot Upper = Ceil(high);

This example draws a channel at integer levels which fits high and low prices.