There are 3 FuzzyOR rules: FuzzyOR2, FuzzyOR3, FuzzyOR4. These rules use the OR logic to create complex rules out of elementary ones. For example, suppose you are looking for either a pattern that rises sharply then drops sharply, or a pattern that rises sharply, then remains steady, then drops sharply. Then you would use a FuzzyOR2 indicator which takes as arguments a Fuzzy2 indicator and a Fuzzy3 indicator, each specifying their respective rules.
There are 3 FuzzyAND rules: FuzzyAND2, FuzzyAND3, FuzzyAND4. These rules use the AND logic to create complex rules out of elementary ones. For example, suppose you are looking for a pattern in one time series that rises sharply, then stays steady, then drops sharply, and at the same time you are looking for a pattern in another time series that drops sharply, then rises sharply. Then you would use a FuzzyAND2 indicator which takes as arguments a Fuzzy3 indicator on one time series and a Fuzzy2 indicator on another time series, each specifying their respective rules.
Parameter
Fuzzy Indicator 1, …, Fuzzy Indicator N - elementary Fuzzy1,…, Fuzzy8, FuzzyGA1, …, FuzzyGA8 indicators, or other FuzzyOR or FuzzyAND rules as long as the lowest level indicators are elementary Fuzzy or FuzzyGA Indicators.
|