| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
||||
|
RSI - New twist for trend indicator
Very interesting idea contained in this article:
http://scientifictrader.com/stock_trend.htm about using RSI as trend indicator. Might be a nice addition to Braintrader and other systems...? This appears to be a simple calculation but I am not versed in MetaLanguage. Would anyone please like to try to code this for MT4? Thanks in advance, William |
|
||||
|
Hi,
I have developed this indicator. Try to use please. Igor
__________________
Let's improve trade skills together http://finance.groups.yahoo.com/group/TrendLaboratory |
|
|||
|
And as I understand Orange color is uptrend if above zero, and SkyBlue color is downtrend if below 0. If SkyBlue color is above zero so the trend is changing and will be changed finally if SkyBlue above zero will be changed to Orange above zero.
It works. |
|
||||
|
Quote:
double rsi = iRSI(NULL, PERIOD_H4, 14, PRICE_CLOSE, 0); if (rsi == 50.0) Comment("4hr RSI is flat ",rsi); else if (rsi > 50.0) Comment("4hr RSI is long ",rsi); else if (rsi < 50.0) Comment("4hr RSI is short ",rsi);
__________________
"Only those who dare to fail greatly can ever achieve greatly." Last edited by Mazoem; 03-05-2006 at 08:47 PM. |
|
||||
|
Quote:
Last edited by Audio; 03-06-2006 at 08:21 AM. |
![]() |
| Bookmarks |
| Tags |
| MTF_RSI, trend, trend rsi, trend indicator, trend indicator forex, rsi indicator |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-4/1135-rsi-new-twist-trend-indicator.html
|
||||
| Posted By | For | Type | Date | |
| FOREX-FREEZONE :: Преглед на тема - RSI(14) -> Теория + сигнали | This thread | Refback | 09-04-2007 09:58 PM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trend RSI Indicator ? | keithdip | Indicators - Metatrader 4 | 10 | 10-05-2008 07:01 AM |
| help with an indicator (i-trend) | kidhudi | Metatrader 4 | 1 | 09-27-2006 12:47 AM |
| Trend Indicator | smeden | General Discussion | 4 | 04-27-2006 09:52 PM |