Condition Functions

JedeyeFX Documentation

shp.png

Condition Functions

JedeyFX potential is not limited to indicator-based conditions. Through a wide range of functions, it can drastically improve your strategy by increasing the decision power to open and close orders with greater accuracy. These functions follow the same structure and rules as indicators-based conditions:

function_identifier(param1;...;paramN)


They usually support parameters but sometimes they are optional or simply do not require parameters at all. In both cases, brackets should be always present, even if no parameters are set, just like this:

function_identifier()

Also, do not ever forget to place an exclamation mark (!) at the end of single member functions.

This is not entirely new since in the previous topics, you could see the usage of a function already - the VAL   function.