You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Multi time frame version posted here : https://www.mql5.com/en/forum/173574/page612
Hi! Where do I download this indicator?
https://c.mql5.com/forextsd/forum/151/rsi__3_mtf.gif
Hi! Where do I download this indicator?
https://c.mql5.com/forextsd/forum/151/rsi__3_mtf.gif
Hello Dear Mladen,
Could you make this indicator that you did to mtf indicator please?
Regards.
Hi,
I have a issue with this indicator.
1- I need it to have mobile notifications
2- Show the arrows not after a closed candle but right when it detects the signal. If possible being able to switch between the two options.
3- Also if possible be able to change the levels. I guess the current one is 70-30.
If anybody can help me fix it, I'd really appreciate it.
hi..
someone may help me.
i coludnt add push alert this indicators
when four bars closed the same colour.
thanks in advance.
hi sergey,
you seem to understand the function of the RSI indicator well.
I am trying out the RSI in the Mql5 Wizard. the theory is that when it is above 70 it triggers a sell and when it is below 30 it triggers a buy. I'm trying it out on the eur/usd on the m30 chart and it is basically doing exactly the opposite. i.e. above 70 it triggers a buy and below 30 it triggers a sell.
please let me know what you think could be the cause
regards
hi sergey,
you seem to understand the function of the RSI indicator well.
I am trying out the RSI in the Mql5 Wizard. the theory is that when it is above 70 it triggers a sell and when it is below 30 it triggers a buy. I'm trying it out on the eur/usd on the m30 chart and it is basically doing exactly the opposite. i.e. above 70 it triggers a buy and below 30 it triggers a sell.
please let me know what you think could be the cause
regards
this amibroker code please convert mq4 ? My english not good. thank you
_SECTION_BEGIN("Mars 2");
n = 7;
R1=WMA(RSI(n),n);
Plot(RSI(n),"MRSI(7)", colorRed, styleLine);
Plot(R1,"MR1", colorWhite, styleLine);
StRSI=100*(RSI(n)-LLV(RSI(n),n))/(HHV(RSI(n),n)-LLV(RSI(n),n));
S=WMA(strsi,5);
Plot(S,"MStRSI", colorYellow, 1);
Plot(20,"", 11, styleLine);
Plot(80,"", 11, styleLine);
_SECTION_END();
Forum on trading, automated trading systems and testing trading strategies
Usefull links/threads/tools
Sergey Golubev, 2017.09.01 12:37
Stoch RSI and variants (MT5 versions)
EAs
Indicators
Forum on trading, automated trading systems and testing trading strategies
Press review
Sergey Golubev, 2018.05.11 14:18
3 Trading Tips for RSI (based on the article)
What is RSI (Relative Strength Index)
RSI (Relative Strength Index) is counted among trading's most popular indicators. This is for good reason, because as a member of the oscillator family, RSI can help us determine the trend, time entries, and more.
The Relative Strength Index (RSI) was developed by J. Welles Wilder to measure the speed and change of price movements. RSI oscillates and is bound between zero and 100. There are many different uses for RSI and by far the most popular is trading overbought and oversold crossovers.
Think beyond the crossovers
When traders first learn about RSI and other oscillators, they tend to gravitate to overbought and oversold values. While these are intuitive points to enter in the market on retracements, this can be counterproductive in strong trending environments. RSI is considered a momentum oscillator, and this means extended trends can keep RSI overbought or oversold for long periods of time.
Watch the center line
All oscillators have a center line and more often than not, they become a forgotten backdrop compared to the indicator itself. RSI is no different, with a center line found in the middle of the range at a reading of 50.
Technical forex traders use the centerline to show shifts in the trend. If RSI is above 50, momentum is considered up and traders can look for opportunities to buy the market. A drop below 50 would indicate the development of a new bearish market trend.
Check your parameters
RSI like many other oscillators is defaulted to a 14 period setting. This means the indicator looks back 14 bars on whatever graph you may be viewing, to create its reading. Even though 14 is the defaulted setting that may not make it the best setting for your trading. Normally short-term traders use a smaller period, such as a nine period RSI, to replicate shorter term movements in the market.. Longer-term traders may opt for a higher period, such as a 25 period RSI, for another indicator line.