Matriksde olmayan fonksiyonlardan Ceiling ceiling() simulasyonla elde edecegiz...

Metastock yardımdaki tanımı...
----------------------------------------------------
SYNTAX ceiling( DATA ARRAY )

FUNCTION Calculates the lowest integer that is greater than DATA ARRAY.

EXAMPLE The formula "ceiling( 7.2 )" returns 8; the formula "ceiling(-7.2)" returns -7.

-----------------------------------------------
ceiling işledigi datayı yukarı yuvarlar.....
ceiling( 7.2 )---->8
ceiling(-7.2)---->-7
Simulasyonu round(DATA+0.5) pozitif ve negatif sayılarda dogru sonuç verir....