Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Indicators - 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 12-06-2007, 10:21 AM
Junior Member
 
Join Date: Jun 2007
Posts: 10
victornelson is on a distinguished road
In case it has not been noticed

Hi!

I am quite newbee into all this. Have been practising FOREX on Demos.Have come to know and understand the indicators and while fiddling around with them, i noticed something.I dont know if it is old stuff.

It can be handy in eliminating having many indicators saying the same thing.

What i noticed is price crossing a Moving Average (smoothed) is same as RSI (the value of the Moving Average) crossing its 50th level.

For example price crossing MA21(smoothed) = RSI 21 crossing its 50th level

You can try with other MA(smoothed) and RSI of MA value. It gives the same indications.
You can also try diff Time Frames. It all says the same.

Hope this helps in coding or programming EAs.

See attachment. Have plotted a few examples.

victor
Attached Images
File Type: gif example.gif (19.0 KB, 299 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-09-2007, 05:31 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,802
fxbs is on a distinguished road
hm...strange...

RSI code:


rel=Close[i]-Close[i+1];
if(rel>0) sump=rel;
else sumn=-rel;
positive=(PosBuffer[i+1]*(RSIPeriod-1)+sump)/RSIPeriod;
negative=(NegBuffer[i+1]*(RSIPeriod-1)+sumn)/RSIPeriod;
}
PosBuffer[i]=positive;
NegBuffer[i]=negative;
if(negative==0.0) RSIBuffer[i]=0.0;
else RSIBuffer[i]=100.0-100.0/(1+positive/negative);
Attached Images
File Type: gif rsi 60.gif (22.8 KB, 174 views)

Last edited by fxbs; 12-09-2007 at 05:40 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-09-2007, 07:15 PM
ChampionFx's Avatar
Member
 
Join Date: Dec 2006
Location: Chicago
Posts: 87
ChampionFx is on a distinguished road
Hello,
while this looks ok after the fact , what would you do about those
yellow circle false signals that could be easily in question with this chart set up without at least some other confirmation ?
Will ya wait until bar close ?
Also during live feed RSI will swing below and back up or vice versa quite few times in this picture where it touch exactly the 50% line.
If just indicators are that easy
Sincerely,
ChampionFx
Attached Images
File Type: bmp exampleHHHH.bmp (429.2 KB, 166 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-09-2007, 09:34 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,802
fxbs is on a distinguished road
rsi14 rsi34 X50 -- SmMA14 SmMA34X filter
(rsi on open bar dansing - like a very lot )
Attached Images
File Type: gif rsi x 50 lwma2.gif (25.7 KB, 141 views)

Last edited by fxbs; 12-12-2007 at 01:40 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-09-2007, 10:13 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,802
fxbs is on a distinguished road
rsi crosses W smmas dir filter
(strat tester shows - god, what a nerve wreck...:/)
Attached Images
File Type: gif rsi x 50 lwma3.gif (23.7 KB, 134 views)
File Type: gif rsi x 50 smma5.gif (27.3 KB, 104 views)
File Type: gif rsi sq ma3.gif (29.0 KB, 65 views)

Last edited by fxbs; 12-11-2007 at 04:02 AM.
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


All times are GMT. The time now is 12:04 PM.



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