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
  #51 (permalink)  
Old 09-28-2006, 06: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
Quote:
Originally Posted by et_phonehome_2
For the GBPUSD 30M, can I safely say that there were no trades for Sep 27th using the presets with MM? I have certainly seen no trades nor have I seen the 8 EMA cross the 55 EMA. I just want to be sure my EA is working....
In EA's preset file I am not using 8, 21 and 55 EMAs. I optimized the settings for GBPUSD and other pairs (it was posted above) and found the other periods than 8, 21 and 55. Check EAs preset files.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #52 (permalink)  
Old 09-28-2006, 11:52 AM
Senior Member
 
Join Date: Feb 2006
Posts: 1,123
et_phonehome_2 is on a distinguished road
Quote:
Originally Posted by newdigital
In EA's preset file I am not using 8, 21 and 55 EMAs. I optimized the settings for GBPUSD and other pairs (it was posted above) and found the other periods than 8, 21 and 55. Check EAs preset files.
I looked at the MM preset file:

SignalEMA == 10
MainEMAPeriod == 90
CloseEMAPeriod == 20

Still, there were no trades for Sep 27 for GBPUSD, is that correct?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #53 (permalink)  
Old 09-28-2006, 01:24 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 et_phonehome_2
I looked at the MM preset file:

SignalEMA == 10
MainEMAPeriod == 90
CloseEMAPeriod == 20

Still, there were no trades for Sep 27 for GBPUSD, is that correct?
According to backtesting results yes. No any new trades since 27th.
I will forward test it from Monday.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #54 (permalink)  
Old 09-29-2006, 06:00 AM
Member
 
Join Date: Jun 2006
Posts: 61
anazri is on a distinguished road
update for forward test

see results on closed trades since tuesday. 2 win and 1 lost.

to ND,

pls look at the image, u can see that EA was like missing to enter the position SELL. what can u describe about that.

thanks.
Attached Images
File Type: jpg update-1.JPG (151.1 KB, 460 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #55 (permalink)  
Old 09-29-2006, 10:00 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 anazri
see results on closed trades since tuesday. 2 win and 1 lost.

to ND,

pls look at the image, u can see that EA was like missing to enter the position SELL. what can u describe about that.

thanks.
The condition for sell is the following:

Code:
if (Sell1_1 > Sell1_3-(Delta*Point) && Sell2_1 <= Sell2_3-(Delta*Point)) Order = SIGNAL_SELL;
It means the following:
- if signal EMA value more than (main EMA value minus Delta) on the previous close bar; and
- if signal EMA is less or equal to (main EMA value minus Delta) on the current close bar.

Your image is not right. You do not have Dalta. Open the main EMA indicator (just ckick two times to open the settings and set "Levels" to 1. probabnle Delta is 1. Anyway you may see on preset file about this delta. You may change this Delta to zero (0) in EA and EA will open sell.

And the signal EMA should be about main EMA on the previous close bar. Probable it was not on your image as well.

Last edited by newdigital; 09-29-2006 at 10:05 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #56 (permalink)  
Old 09-29-2006, 12:05 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,123
et_phonehome_2 is on a distinguished road
anazri,

Can you tell me what EMAs you have plotted on your charts? I only have three, but I see you have four.....

Thx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #57 (permalink)  
Old 09-29-2006, 12:17 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 et_phonehome_2
anazri,

Can you tell me what EMAs you have plotted on your charts? I only have three, but I see you have four.....

Thx
Yes, the same.
Too many EMAs on the chart.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #58 (permalink)  
Old 09-29-2006, 07:56 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,123
et_phonehome_2 is on a distinguished road
Newdigital

From what I understand, the SignalEMA [10] must cross the MainEMA [90] in order for a trade to be initiated? Won't this mean we will get very little trades occurring, and possibly none for days? According to my backtest, the last trade triggered was Sept 26 at 8:30AM [Zurich time using MIG] at the price of 1.9008. Is exit based upon the SignalEMA crossing the ExitEMA?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #59 (permalink)  
Old 09-30-2006, 06:41 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 et_phonehome_2
Newdigital

From what I understand, the SignalEMA [10] must cross the MainEMA [90] in order for a trade to be initiated? Won't this mean we will get very little trades occurring, and possibly none for days? According to my backtest, the last trade triggered was Sept 26 at 8:30AM [Zurich time using MIG] at the price of 1.9008. Is exit based upon the SignalEMA crossing the ExitEMA?
Yes.
But the situation is not really bad. Because as we see from backtesting results this system did more than 900 trades since 2001. It means 3 trades weekly per pair in average. Sometimes less, sometimes more. It is not bad.

Because this system was design on breakout of some level. It is Fibo EMA trading system. Breakout of some levels. Because if SignalEMA did not break MainEMA so nothing will be happened. If nothing happened so the price is moving in "normal way" and we may use some other EAs. May be we need to improve this EA because Fibo itself is having man levels. Not one only. So it may be many crossings. Will see.

It is EMA crossing but real crossing (for sell):

Code:
SignalEMA value on 1st close bar >  (MainEMA value on 1st close bar - Delta);
and
Code:
SignalEMA value on current close bar <=  (MainEMA value on current close bar - Delta);
So, we have the following:
- it should be real crossing on the close bar. "Current close bar" is not current 0 open bar. It is most recent closed bar.
- Delta=1 in my preset. It is for M30 timeframe. For M15 and M5 it should be different (may be we should have many Deltas for M15 and M5 adjusted as Fibo Deltas but I did not try it).

Last edited by newdigital; 10-01-2006 at 05:02 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #60 (permalink)  
Old 10-01-2006, 03:25 PM
Member
 
Join Date: Jun 2006
Posts: 61
anazri is on a distinguished road
Quote:
Originally Posted by et_phonehome_2
anazri,

Can you tell me what EMAs you have plotted on your charts? I only have three, but I see you have four.....

Thx

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.
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 07:03 PM.



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