Condition Operators Table

JedeyeFX Documentation

shp.png

Condition Operators Table

Condition operators are used to build conditions with comparison between their member values.
For example, iMACD(BAR)>VAL(0.0012) or LAST_ORDER_TYPE(SELL)!=TRUE() are conditions which make use of operators in order to compare two values with each other.

 
Condition Operators Table

Operator

Description

>

Greater than...

<

Lower than...

>=

Greater than or equal to...

<=

Lower than or equal to...

!=

Different from...

==

Equal to...

+

Is positive (single-sided conditions only)

-

Is negative (single-sided conditions only)