Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Metatrader 4


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-26-2006, 08:37 PM
Junior Member
 
Join Date: Mar 2006
Posts: 25
xcooper is on a distinguished road
Moving Average RSI

Hi All,

I have just switched over from VTrader to Metatrader, and have searched for a while for an indicator called "Moving Average RSI", but no luck so far. This MARSI indicator works quite well to identify trend as well as getting good entry. Here is the formula that I copy from VTrader:

=====================
rsi_r:= (CLOSE - ref(CLOSE,-1));
rsi_rs := Wilders(if(rsi_r>0,rsi_r,0),tpr) / Wilders(if(rsi_r<0,Abs(rsi_r),0),tpr);
RS:= 100-(100/(1+rsi_rs));

{ Moving Average of Relative Strength Index}

MA1:=MOV(RS,MA1pr,E);
MA2:=MOV(RS,MA2pr,E);

=====================

The attached capture screen shows the look of the indicator. Does anyone have idea where to find this indicator or something similar for Metatrader 4 ?

Thanks

MARSI.jpg
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-26-2006, 09:20 PM
deepdrunk's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 310
deepdrunk is on a distinguished road
you can add moving averages to rsi ,just put 'aply to previus data' when adding ma if you want it to be in rsi window
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-16-2006, 04:52 PM
Junior Member
 
Join Date: Apr 2006
Posts: 24
Carlo is on a distinguished road
Quote:
Originally Posted by deepdrunk
you can add moving averages to rsi ,just put 'aply to previus data' when adding ma if you want it to be in rsi window

How to add to the RSI window ?

Carlo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-16-2006, 04:59 PM
Senior Member
 
Join Date: Mar 2006
Location: USA/Mexico
Posts: 226
kiwigold is on a distinguished road
Heres an arrow that shows the MA RSI cross

For visual -- you can simply add the RSI -- then drag a MA on top of it and chose "Previous Indicator Data" on the drop down that says "Apply To"
Attached Files
File Type: mq4 EmaCrosswithRSI.mq4 (4.4 KB, 299 views)

Last edited by kiwigold; 10-16-2006 at 05:10 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-16-2006, 08:51 PM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 538
cja is on a distinguished road
RSI & MA's

Quote:
Originally Posted by xcooper
Hi All,

I have just switched over from VTrader to Metatrader, and have searched for a while for an indicator called "Moving Average RSI", but no luck so far. This MARSI indicator works quite well to identify trend as well as getting good entry. Here is the formula that I copy from VTrader:

=====================
rsi_r:= (CLOSE - ref(CLOSE,-1));
rsi_rs := Wilders(if(rsi_r>0,rsi_r,0),tpr) / Wilders(if(rsi_r<0,Abs(rsi_r),0),tpr);
RS:= 100-(100/(1+rsi_rs));

{ Moving Average of Relative Strength Index}

MA1:=MOV(RS,MA1pr,E);
MA2:=MOV(RS,MA2pr,E);

=====================

The attached capture screen shows the look of the indicator. Does anyone have idea where to find this indicator or something similar for Metatrader 4 ?

Thanks

Attachment 10816

Here are 2 RSI's one with a FIB curve and the other with a double MA


RSI MA Signal.mq4

T3_RSI.mq4
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-10-2007, 07:18 AM
Junior Member
 
Join Date: Dec 2006
Posts: 9
za_xc03 is on a distinguished road
Rsi Ma Signal

HAI ALL FRIEND,

Can someone modified this indicator RSI MA SIGNAL for i can change MA indicator to simple moving average or another moving average.
Thank You
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-10-2007, 10:51 PM
Senior Member
 
Join Date: Jan 2006
Posts: 386
nicesurf is on a distinguished road
It looks nice and simple...clear signal..
__________________
Nic
Free Forex Strategy Communication Items
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 10-18-2007, 01:22 PM
umpamapadi's Avatar
Junior Member
 
Join Date: Oct 2007
Posts: 9
umpamapadi is on a distinguished road
Smile Moving average indicator

Quote:
Originally Posted by za_xc03 View Post
HAI ALL FRIEND,

Can someone modified this indicator RSI MA SIGNAL for i can change MA indicator to simple moving average or another moving average.
Thank You
I am interested too to see changes to the graph instead of adding another indicator below the graph.

Sam
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-31-2008, 12:55 AM
Junior Member
 
Join Date: Mar 2006
Posts: 17
macd&rsi is on a distinguished road
I want an indicator that plot on chart , crossing of two moving averages of RSI . but it has the following choice:

1- the choice of kind of moving avarages ( simple, smoothed, exponential , linear weithed)

2- shifting of moving averages

3-choice of previous or first indicator

I am wondering if somebody could write the indicator .

I realy appreciate your concern
Attached Images
File Type: jpg untitled.jpg (17.0 KB, 438 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 08-20-2008, 12:58 AM
Junior Member
 
Join Date: Feb 2008
Posts: 7
comorg is on a distinguished road
T3 Rsi Ea

Hi all,

I need an EA that uses T3 RSI cross after RSI divergence (extreme peak) below 30 or above 70 for buy or sell entry and take profit signal. Can anyone help?

Best regards,

George
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
XP Moving Average! codersguru Ema Cross 406 08-04-2008 03:50 AM
non lag moving average kidhudi Indicators - Metatrader 4 1 07-26-2006 12:52 PM
EA Moving Average rodrigokaus Expert Advisors - Metatrader 4 5 06-13-2006 07:32 AM
moving average danu Expert Advisors - Metatrader 4 1 05-31-2006 04:23 AM
How to calculate Moving Average of a Moving Average babarmughal Expert Advisors - Metatrader 4 2 05-15-2006 10:11 AM


All times are GMT. The time now is 02:34 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.