Indicator BasketRSI
The description:
The indicator show value of RSI that calculated by few currency pairs (by basket). It can show a maximal 8 lines of RSI that calculated by various baskets. Each basket can have a maximal 6 currency pairs. Also exist the similar indicators but for Stochastic, WPR, Momentum or DI-lines.
Parameters:
RSI_Period = the period of RSI; value should be more than 0.
RSI_Price = the price for RSI. Possible values: 0 - Close price; 1 - Open price; 2 - High price; 3 - Low price; 4 - Median price; 5 - Typical price; 6 - Weighted price.
AutoDetectBaskets = enable/disable autodetection for active baskets; true - the indicator try to detect baskets that should be active for currency pair of chart; false - this feature is disabled. If name of basket to exist in name of currency pair of chart then such basket is active. If you want select baskets by manual then set "false".
Lx_Show = enable/disable calculation RSI by basket #x.
Lx_Name = the name of basket #x.
Lx_Sy_Enable = defines to use currency pair #y in basket #x; true - to use pair; false - don't use pair.
Lx_Sy_Symbol = the full name of currency pair #y (with prefix and appendix if its exist).
Lx_Sy_ReverseDirection = defines to reverse line of currency pair #y; true - reverse line of pair; false - don't reverse line of pair.
Lx_Sy_Weight = the weight for currency pair #y.
The status: Free-of-charge, it is possible to download the source-file.
Platform: MetaTrader 4.
Frequently asked questions:
How I can run a indicator ?
How I can determine that there was a error at execution of the indicator ?
How I can change parameters of the indicator ?
|