charting
Open chart
DoveeDocumentation
LanguageFunction reference

Home/Dovee/Function reference

ceil

Round up to the integer.

Reference/Math & comparisons/Function

ceil(series)

Smallest integer not less than the value.

Parameters

NameTypeDescription
seriesseriesInput series.

Return value

series

For developers
  • MQL5 MathCeil.

Example

plot ceil(atr(14)) as "ATR ceil"

See also

  • abs
  • max
  • min
  • round
  • floor
  • sqrt
  • log
  • sign
← floorsqrt →