Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

RSI_AC_Stochastic_Signal - MetaTrader 5 Script - MT4/MT5 Resource

author blogger | 519 reads | 0 comments |

RSI_AC_Stochastic_Signal - indicator for MetaTrader 5

This indicator gives trend signals relative strength index as a color ladder (color correlates with trend direction) and overall market entry signals as color bars Stochastic Oscillator and Bill Williams' Accelerator .

Indicator input parameters include RSI and stochastic oscillator input parameters:

 //+------------------------------------------------+
//| Indicator input parameters |
//+------------------------------------------------+
Input integer RSI_period = 9 ; // RSI period
Input ENUM_APPLIED_PRICE RSI_price = PRICE_CLOSE ; // RSI price calculation method
Input integer STO_period = 5 ; // random period
Input integer STOD_period = 5 ; // Random signal line period
Input integer STO_slowdown = 3 ; // Random slowdown period
Input ENUM_MA_METHOD STO_method= mode_SMA ; // Random smoothing method
Input ENUM_STO_PRICE STO_price = STO_LOWHIGH ; // Random price calculation method 

RSI_AC_Stochastic_Signal - indicator for MetaTrader 5


Attachment download

📎 rsi_ac_stochastic_signal.mq5 (8.89 KB)

Source: MQL5 #721

Refresh