Others
X AND Y | Returns the result of the x AND y |
X OR Y | Returns the result of the x OR y |
X XOR Y | Returns the result of the x XOR y |
X PLUS Y | Returns the result of the x + y |
X MINUS Y | Returns the result of the x – y |
NOT X | Returns the result of the inverse of x |
X MOD Y | Returns the result of the remaining of x/y |
X POW Y | Returns the result of the xy |
PI | Returns 3.14125 |
X ISABOVE Y , X>Y | Returns True if X>Y |
X ISBELow Y , X<Y | Returns True if X<Y |
X ISEQUAL Y , X=Y | Returns True if X=Y |
X ISNOTEQUAL Y, X<>Y | Returns True if X#Y |
X Points | Returns X points |
X PIPS | Returns X pips |
VALUE , LASTVALUE | Returns last value of the indicator (useful in IF functions) |
NOTHING | Returns nothing. (useful in IF functions) |