Forex
Google

Go Back   Forex Trading > Trading systems > Ema Cross
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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 (4) Thread Tools Display Modes
  #21 (permalink)  
Old 02-20-2006, 08:27 AM
alp alp is offline
Senior Member
 
Join Date: Nov 2005
Posts: 108
alp is an unknown quantity at this point
until now GBPCHF still goes south, however AUDUSD has lost its arrow.
I tend to think this trivial cross of EMA1 (=price) with EMA2 doesn't predict anything since it's impossible to formulate the cross correctly.
I wish I am wrong
Attached Images
File Type: gif aussie2.gif (14.0 KB, 643 views)
File Type: gif gbpchf2.gif (15.5 KB, 609 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 02-20-2006, 10:41 AM
dirk dirk is offline
Senior Member
 
Join Date: Oct 2005
Posts: 190
dirk is on a distinguished road
Hi guys ,this is my sytuation.
Only opened audjpy short
Attached Images
File Type: gif audjpy.gif (84.9 KB, 800 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 02-20-2006, 01:54 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Unhappy EMA_Prediction_2

There were some errors in the previous Indicator .
using pos-1 in the EMA calculation was wrong because pos -1 is a bar in the future, it works only if there was future bars (while drawing the indicator from the first bar, the second bar is -1 of the first bar, and the third bar is -1 of the second bar etc. but the -1 of the current bar is not exist yet).

Anyway, this is the new version of the indicator.
I hope to see your comment! Is it worth to enhance or to forget !
Attached Files
File Type: mq4 EMA_Prediction_2.mq4 (4.9 KB, 1232 views)
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 02-20-2006, 02:41 PM
dirk dirk is offline
Senior Member
 
Join Date: Oct 2005
Posts: 190
dirk is on a distinguished road
Hi codersguru , thanks for updated version.
Can you explain please the use of little hands up or down near the arrows.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 02-20-2006, 02:49 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Thumbs up Thumbs!

Quote:
Originally Posted by dirk
Hi codersguru , thanks for updated version.
Can you explain please the use of little hands up or down near the arrows.
Thanks
Up and Down thumbs indicate that the prediction of the bar under the arrow was right or wrong.
Note: it maybe the prediction of the bar under the arrow is wrong but the trend is right and the after bar goes the direction of the prediction.
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26 (permalink)  
Old 02-20-2006, 06:07 PM
sailor sailor is offline
Senior Member
 
Join Date: Oct 2005
Posts: 223
sailor is on a distinguished road
:-)

looks good coder guru.. I want to hear u is it posible to to have in left corner a text saying for example eurusd short
gbpusd short
and atach more instead of having many charts open a litle kind of portfolio tracking ?

sailor
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 02-20-2006, 08:22 PM
forextrend's Avatar
forextrend forextrend is offline
Senior Member
 
Join Date: Nov 2005
Posts: 114
forextrend is an unknown quantity at this point
Thumbs up

I like this indicator, good job Coderguru.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 02-20-2006, 10:18 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Arrow

Quote:
Originally Posted by sailor
looks good coder guru.. I want to hear u is it posible to to have in left corner a text saying for example eurusd short
gbpusd short
and atach more instead of having many charts open a litle kind of portfolio tracking ?

sailor
sailor,
Thanks for trying the indicator!

About the question:

Do you mean to observe other pairs and apply the indicator to them without opening their charts?
EX: You are working (open) eurusd chart and want to observe the gbpusd and/or gbpchf pairs?
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 02-20-2006, 10:19 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Talking Thanks

Quote:
Originally Posted by forextrend
I like this indicator, good job Coderguru.
Thank you very much !
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 02-21-2006, 12:58 AM
TimeFreedom's Avatar
TimeFreedom TimeFreedom is offline
Senior Member
 
Join Date: Oct 2005
Posts: 481
TimeFreedom is on a distinguished road
Thumbs up

Quote:
Originally Posted by codersguru
There were some errors in the previous Indicator .
using pos-1 in the EMA calculation was wrong because pos -1 is a bar in the future, it works only if there was future bars (while drawing the indicator from the first bar, the second bar is -1 of the first bar, and the third bar is -1 of the second bar etc. but the -1 of the current bar is not exist yet).

Anyway, this is the new version of the indicator.
I hope to see your comment! Is it worth to enhance or to forget !
CodersGuru,

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


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

vB 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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/ema-cross/1062-market-prediction-ema-cross-1-2-a.html
Posted By For Type Date
Un sistem de la A la Z... impreuna - vamist.com - Forex forums and blogs This thread Refback 01-29-2008 07:49 AM
Un sistem de la A la Z... impreuna - vamist.com - Forex forums and blogs This thread Refback 12-31-2007 05:04 AM
Un sistem de la A la Z... impreuna - vamist.com Forex Forum This thread Refback 10-09-2007 05:39 AM
Un sistem de la A la Z... impreuna This thread Refback 06-28-2007 12:19 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
The TrendStuffer System - easy trend prediction for everyone! SirKhan Commercial Trading Systems and indicators 770 Today 11:06 AM
MA cross/Price cross MA EA Pipsta_UK Expert Advisors - Metatrader 4 5 05-10-2007 08:50 PM
When Does Market Open? mikejody General Discussion 2 01-01-2007 06:20 PM


All times are GMT. The time now is 08:38 PM.