Kairos™
Conditions
Conditions are formed from Output Indicators , and are used( along with Multiple Conditions) to in Trading System Modules to create the entry conditions(and exit criteria)
Conditions consist of 3 parts:
- LeftSide
- Operator
- RightSide
From these elements the conditions are formed from left to right, that is
LeftSide Operator RightSide
Here is a condition, called MinGapUp, with a criteria of Daily Gap % > 0
LeftSide is Daily Gap%
Operator is '>'
RightSide is 0
The Leftside and RightSide can process operations on Indicators, and values and has 4 modes
1) Indicator Only - Select the Timeframe to select the output indicators available
2) Indicator Op Indicator - processes 3 elements, 2 indicators and an operator
Indicator
Op(erator) + , = , /, or abs
Indicator
3) Indicator Op Value - processes 3 elements, indicator,value, and an operator
Indicator
Op(erator) + , = , /, or abs
Value
4) Value Only
The Operator can be one of the following
Conditions are used in Configure Multiple Conditions and in Module Trading Systems as entry and exit criteria