Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Manual trading systems


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 (7) Thread Tools Display Modes
  #61 (permalink)  
Old 10-01-2006, 03:26 PM
Member
 
Join Date: Jun 2006
Posts: 61
anazri is on a distinguished road
dear ND,

i got yr point there. i'll check back my EA setting and chart. thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62 (permalink)  
Old 10-01-2006, 04:20 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,123
et_phonehome_2 is on a distinguished road
Quote:
Originally Posted by anazri
hi et...

my fourth EMA is EMA200. it might show us the major trend.
the three EMAs are 8,13,21

hope these answers yours.
The EMAs should be different according to the presets if you are using the EA. Are you using the EA or manually trading it using these EMAs?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old 10-02-2006, 02:54 AM
Member
 
Join Date: Jun 2006
Posts: 61
anazri is on a distinguished road
Quote:
Originally Posted by et_phonehome_2
The EMAs should be different according to the presets if you are using the EA. Are you using the EA or manually trading it using these EMAs?
i'm using EA. the chart just a rough. not exactly as what EA is doing..
sorry for that missunderstood.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64 (permalink)  
Old 10-02-2006, 07:07 AM
accrete's Avatar
Member
 
Join Date: Jan 2006
Location: The WET! Coast of Oregon, USA
Posts: 69
accrete is on a distinguished road
Question

I have a Q as a newbee coder.

I am wondering if it is possible to do the following;

1) Signal(1) MA period would signal an entry/exit upon cross of:
2) The Main MA period

3) What was the third MA, (and called the close function), was now "Signal2" and could be set so that if the Signal(1) and the Main were still in original direction, but the Signal(1) and the Signal2 had crossed counter trend, and then at some point if Signal2 crossed Signal(1) again in the direction of the original, that additional lots/entries would/could be entered, there by hopefully adding to the original good trade on what might be a continuation/bounce of the currency?

Does this make sense in the way i've explained it? If i could code it myself i would, i'm a reader and doodler, but a serious newbee at EAs.

thanks in advance for any thoughts/comments.

: ) Thom
__________________
Find a way to make someone's day
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65 (permalink)  
Old 10-02-2006, 07:35 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,701
Blog Entries: 137
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by accrete
I have a Q as a newbee coder.

I am wondering if it is possible to do the following;

1) Signal(1) MA period would signal an entry/exit upon cross of:
2) The Main MA period

3) What was the third MA, (and called the close function), was now "Signal2" and could be set so that if the Signal(1) and the Main were still in original direction, but the Signal(1) and the Signal2 had crossed counter trend, and then at some point if Signal2 crossed Signal(1) again in the direction of the original, that additional lots/entries would/could be entered, there by hopefully adding to the original good trade on what might be a continuation/bounce of the currency?

Does this make sense in the way i've explained it? If i could code it myself i would, i'm a reader and doodler, but a serious newbee at EAs.

thanks in advance for any thoughts/comments.

: ) Thom
You mean that if SignalEMA crossed Exit EMA once again on the direction of the previous order so we may do re-enter?

Yes it may make sense.

Last edited by newdigital; 10-02-2006 at 07:37 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #66 (permalink)  
Old 10-02-2006, 07:53 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,701
Blog Entries: 137
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
It is not difficult to do.

It should be several conditions for sell and buy through "or".
Attached Images
File Type: gif fe1.gif (24.9 KB, 420 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67 (permalink)  
Old 10-02-2006, 10:49 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,701
Blog Entries: 137
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by accrete
I have a Q as a newbee coder.

I am wondering if it is possible to do the following;

1) Signal(1) MA period would signal an entry/exit upon cross of:
2) The Main MA period

3) What was the third MA, (and called the close function), was now "Signal2" and could be set so that if the Signal(1) and the Main were still in original direction, but the Signal(1) and the Signal2 had crossed counter trend, and then at some point if Signal2 crossed Signal(1) again in the direction of the original, that additional lots/entries would/could be entered, there by hopefully adding to the original good trade on what might be a continuation/bounce of the currency?

Does this make sense in the way i've explained it? If i could code it myself i would, i'm a reader and doodler, but a serious newbee at EAs.

thanks in advance for any thoughts/comments.

: ) Thom
I tried to code according to your suggestion.
I inserted "extern int MaxOrders" (maximum orders at the time). Default is 3. So we may select how many orders we want to have. It works (i checked).

But second codition for open orders (according to your suggection) does not work. I mean that I could not code it.

For example it is for buy (second condition):

Code:
(Buy2_3 < Buy2_2 && Buy1_1 <= Buy1_2 && Buy2_1 > Buy2_2) Order = SIGNAL_BUY;
So we have the first condition and EA is working well according to this first condition. But I could not insert the second one using "else" or "||". Seems i did some mistake in version #2.

I asked Igorad for help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68 (permalink)  
Old 10-02-2006, 02:10 PM
accrete's Avatar
Member
 
Join Date: Jan 2006
Location: The WET! Coast of Oregon, USA
Posts: 69
accrete is on a distinguished road
Smile

Quote:
Originally Posted by newdigital
It is not difficult to do.

It should be several conditions for sell and buy through "or".
Hi ND, yes your example image with your text descriptions is exactly what i was attempting to describe in my post. Looking at your example one could see how locking in the original trades for profit and then getting a nice re-entry signal without the need of the original primary cross taking place might create a few more pips for us.

Thank you once again for your time and efforts here at FXTSD. (And Igorad, thank you too!)

: ) Thom
__________________
Find a way to make someone's day
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #69 (permalink)  
Old 10-02-2006, 03:42 PM
Administrator
 
Join Date: Sep 2005
Posts: 16,701
Blog Entries: 137
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by accrete
Hi ND, yes your example image with your text descriptions is exactly what i was attempting to describe in my post. Looking at your example one could see how locking in the original trades for profit and then getting a nice re-entry signal without the need of the original primary cross taking place might create a few more pips for us.

Thank you once again for your time and efforts here at FXTSD. (And Igorad, thank you too!)

: ) Thom
Hi accrete,

Igorad e-mailed this EA to me.
I explained him everything and he coded the version #2.
I can not check it now as my real time is GMT+3.
So sometimes I am going to sleep
But if you can test it just to find some bugs so it may be good.
r backtest it with any modelling quality with visual mode (just start with visual mode, then click on "pause", then attach all the indicators according to the EA and continuing). It will help to find the bugs.
Attached Files
File Type: mq4 EmaFibo_v2.mq4 (11.5 KB, 154 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #70 (permalink)  
Old 10-02-2006, 06:11 PM
accrete's Avatar
Member
 
Join Date: Jan 2006
Location: The WET! Coast of Oregon, USA
Posts: 69
accrete is on a distinguished road
Smile

Quote:
Originally Posted by newdigital
Hi accrete,

Igorad e-mailed this EA to me.
I explained him everything and he coded the version #2....
Greetings ND (and thank you Igorad for your assistance too!). I have downloaded the EA and will begin testing today and report back here.

Cheers,
Thom
__________________
Find a way to make someone's day
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 Off
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/manual-trading-systems/669-fibonacci_ema.html
Posted By For Type Date
fibonacci forex - forum talks | BoardReader This thread Refback 08-30-2008 07:23 AM
【MT4】MetaTrader Part12【メタトレーダー】 - MetaTraderまとめWiki Post #144 Refback 07-16-2008 11:19 PM
MT4無料インジケータ This thread Refback 03-01-2008 01:16 PM
200801 This thread Refback 03-01-2008 06:36 AM
TSDのフォーラムへのリンク | 1万円から目指す原資回復 This thread Refback 02-24-2008 12:34 PM
無料インジケータダウンロード先 This thread Refback 02-24-2008 09:57 AM
【MT4】MetaTrader Part8【メタトレーダー】 - MetaTraderまとめWiki This thread Refback 02-16-2008 04:03 AM


All times are GMT. The time now is 06:45 PM.



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