The RSI with dynamic levels.
Description of the indicator settings:
- Price β applied price.
- PRICE_CLOSE β Close price;
- PRICE_OPEN β Open price;
- PRICE_HIGH β High price for the period;
- PRICE_LOW β Low price for the period;
- PRICE_MEDIAN β Median Price, (High+Low)/2;
- PRICE_TYPICAL β Typical price, (High+Low+Close)/3;
- PRICE_WEIGHTED β Weighted Close price (High+Low+Close+Close)/4
- RSI_PERIOD β Averaging period for the indicator calculation.
- K β Coefficient, the distance between the dynamic levels.
- Mode β Averaging method. SMA β simple averaging. SMMA β smoothed averaging.