ABS( t )
Previous Topic  Next Topic 


Name

Comments

Name

Description

Parameter 1

Returns

Comment

Example


Interpretation

Absolute value

Absolute value (positive) of the number t

Data series, reference back in data series or return value from other function returning a data series.

Data series with positive value of the input value

-

ABS(SUB(V,REF(V,1))) returns positive value of the difference between the latest volyme and previous bar volume.

-