Click here to Login
Email
Password
Remember me
Forgot my Password
Trading Software
Features
Trading objects
How-to
Blog
QuantShare Blog
Users Blog
Forum
Partnership
White Label
Search
0
Iff
Function - IFF
IFF
IF
Technical
SYNTAX
Iff( ARRAY
, ARRAY
, ARRAY
)
RETURNS
NUMERIC ARRAY
DESCRIPTION
A conditional function that returns the value of the first parameter if condition is true (different from 0), if condition is false then it returns the value of the second parameter.
ADDITIONAL INFO
EXAMPLE
Iff(rsi(14) > 50, 1, 0)