Indicator RSI_Cross_Alert
The description:
The two indicators RSI in one window, its lines can be smoothed. The indicator can create Alert, play a sound file or display on the chart a vertical line, when lines of fast RSI and slow RSI are crossed.
Parameters:
FastRSI_Period = the period of fast RSI.
FastRSI_Price = the price used for calculation of fast RSI. Possible values: 0 - Close price; 1 - Open price; 2 - High price; 3 - Low price; 4 - Median price; 5 - Typical price; 6 - Weighted price.
FastRSI_UseSmooth = defines a mode of use averaging for line fast RSI; true - averaging of line fast RSI, false - without averaging.
FastRSI_MASmooth_Period = the period of smoothing MA; value should be more than 0. This parameter is used only if the parameter FastRSI_UseSmooth is equal true.
FastRSI_MASmooth_Method = the method of smoothing MA. Possible values: 0 - Simple MovingAverage, 1 - Exponential MovingAverage, 2 - Smoothed MovingAverage, 3 - Linear weighted MovingAverage. This parameter is used only if the parameter FastRSI_UseSmooth is equal true.
SlowRSI_Period = the period of slow RSI.
SlowRSI_Price = the price used for calculation of slow RSI. Possible values: 0 - Close price; 1 - Open price; 2 - High price; 3 - Low price; 4 - Median price; 5 - Typical price; 6 - Weighted price.
SlowRSI_UseSmooth = defines a mode of use averaging for line slow RSI; true - averaging of line slow RSI, false - without averaging.
SlowRSI_MASmooth_Period = the period of smoothing MA; value should be more than 0. This parameter is used only if the parameter SlowRSI_UseSmooth is equal true.
SlowRSI_MASmooth_Method = the method of smoothing MA. Possible values: 0 - Simple MovingAverage, 1 - Exponential MovingAverage, 2 - Smoothed MovingAverage, 3 - Linear weighted MovingAverage. This parameter is used only if the parameter SlowRSI_UseSmooth is equal true.
UseFilterStochastic = defines a mode of use the filter "direction of Stochastic"; true - to use filter, false - the filter is not used.
STOCH_Kperiod = the %K line period (parameter of indicator "Stochastic").
STOCH_Dperiod = the %D line period (parameter of indicator "Stochastic").
STOCH_slowing = the slowing value (parameter of indicator "Stochastic").
STOCH_method = the method of MA (parameter of indicator "Stochastic"). Possible values: 0 - Simple MovingAverage, 1 - Exponential MovingAverage, 2 - Smoothed MovingAverage, 3 - Linear weighted MovingAverage.
STOCH_price_field = price field parameter. Can be one of this values: 0 - Low/High or 1 - Close/Close (parameter of indicator "Stochastic").
STOCH_mode = the line of Stochastic, that used as filter. Can be one of this values: 0 - main line or 1 - signal line.
SignalOnlyAfterCloseBar = the mode of signal; true - check a signal only at the first tick of a bar on value of the closed bar, false - check a signal at every tick.
EmailAlert = enable/disable to send a e-mail at signal.
PopUpAler = enable/disable to create Alert (popup-window) at signal.
SoundAlert = enable/disable to play sound-file at signal.
SoundFile_Buy = the name of sound-file, that will play at signal for buy.
SoundFile_Sell = the name of sound-file, that will play at signal for sell.
DrawVertLine = enable/disable to draw on chart a vertical line at signal.
VLineColor_Buy = the color of vertical line, that will draw at signal for buy.
VLineColor_Sell = the color of vertical line, that will draw at signal for sell.
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 ?
|