F_RSI – indicator MetaTrader 4

F_RSI - indicator for MetaTrader 4
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 … Read more

F_RSI – indicator MetaTrader 5

Figure 1. The F_RSI indicator
Real author: Yuriy Tokman (YTG) The RSI with dynamic levels. The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The use of the classes was thoroughly described in the article “Averaging Price Series for Intermediate Calculations Without Using Additional Buffers”. Originally this indicator has been written in MQL4 and was first published in the … Read more