OperatorType
Description: OperatorType
represents the type of comparison or crossing condition used in technical analysis for financial or cryptocurrency trading. These operators are used to compare indicator values and generate signals based on specific conditions.
Values:
"LOWER_THAN" (Indicator value is lower than a threshold)
"GREATER_THAN" (Indicator value is greater than a threshold)
"CROSS_FROM_BELOW" (Indicator value crosses from below a threshold)
"CROSS_FROM_ABOVE" (Indicator value crosses from above a threshold)
Last updated