Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Suggestions for 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 (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #11 (permalink)  
Old 02-04-2006, 12:33 AM
kamyar's Avatar
Senior Member
 
Join Date: Dec 2005
Location: Iran
Posts: 635
kamyar is on a distinguished road
hi heder

hi there
i have just read the userguied of the system.as i said,it seems
logical and very simple.i backtested it for USDCHF/H1 (as the manual mentiond,
the best pair and time frame for the system).so here is the result.it seems
profitable(of course need more test) and very simple

backtest for(USDCHF/H1/2006.01.20 to 2006.02.03)
signal P/L
#2 -18
#3 +32
#4 +41
#5 +230
#6 -47
#7 -14
#8 -22
#9 +223
-----------------
Profit=526
Loss =101 total=+425


you can check the signals by attached pics.
Attached Images
File Type: gif signals9-5.gif (22.1 KB, 611 views)
File Type: gif signals5-3.gif (19.5 KB, 432 views)
File Type: gif signals4-1.gif (19.7 KB, 397 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 02-04-2006, 08:38 AM
sunwest's Avatar
Member
 
Join Date: Jan 2006
Location: London
Posts: 93
sunwest is on a distinguished road
Hello,

Here we go, I think I managed to do this EA with the rules from the pdf file:

- Buy when EMA 5 has crossed EMA 13 from below + diff between EMA 5 and EMA 13 >1 + diff in between Open price and stoploss at EMA13-50 point<100 Point, Buy at next Open

Place stoploss at EMA13-50 point

Close your buy at close price if EMA13 and EMA5 have crossed the other way

- Sell when EMA 5 has crossed EMA 13 from above + diff between EMA 5 and EMA 13 >1 + diff in between Open price and stoploss at EMA13+50 point<100 Point, Sell at next Open

Place stoploss at EMA13+50 point

Close your sell at close price if EMA13 and EMA5 have crossed the other way


Here are the parameter:

extern double SlowMA = 13; // Slow EMA
extern double FastMA = 5; // Fast EMA
extern double DiffSF = 1; // Diff between Slow EMA and Fast EMA
extern double DiffOpenStopLoss = 100; // Diff between Open price order and EMA13+ stoploss (50 Point)

extern double Lots=0.1; // Lot size

extern double TakeProfit = 300; // Take profit
extern double StopLoss= 50; // Stop Loss from EMA 13 level
extern double TrailingStop= 100; // trailing stop if activated
extern double Slippage = 3;

I also attached the strategy tester result 1H for the last 2 month (every tick 90% quality), the result confirm the testing from kamyar, but in decmber it is not performing as well.
Hope it is what you are looking for

Cheers
Attached Images
File Type: gif StrategyTester-Heder-1.0.gif (6.3 KB, 410 views)
Attached Files
File Type: mq4 Heder-1.0.mq4 (5.8 KB, 323 views)
File Type: htm StrategyTester-Heder-1.0.htm (34.0 KB, 280 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 02-04-2006, 01:17 PM
Member
 
Join Date: Jan 2006
Posts: 37
Heder is on a distinguished road
Thumbs up

Quote:
Originally Posted by sunwest
Hello,

Here we go, I think I managed to do this EA with the rules from the pdf file:

- Buy when EMA 5 has crossed EMA 13 from below + diff between EMA 5 and EMA 13 >1 + diff in between Open price and stoploss at EMA13-50 point<100 Point, Buy at next Open

Place stoploss at EMA13-50 point

Close your buy at close price if EMA13 and EMA5 have crossed the other way

- Sell when EMA 5 has crossed EMA 13 from above + diff between EMA 5 and EMA 13 >1 + diff in between Open price and stoploss at EMA13+50 point<100 Point, Sell at next Open

Place stoploss at EMA13+50 point

Close your sell at close price if EMA13 and EMA5 have crossed the other way


Here are the parameter:

extern double SlowMA = 13; // Slow EMA
extern double FastMA = 5; // Fast EMA
extern double DiffSF = 1; // Diff between Slow EMA and Fast EMA
extern double DiffOpenStopLoss = 100; // Diff between Open price order and EMA13+ stoploss (50 Point)

extern double Lots=0.1; // Lot size

extern double TakeProfit = 300; // Take profit
extern double StopLoss= 50; // Stop Loss from EMA 13 level
extern double TrailingStop= 100; // trailing stop if activated
extern double Slippage = 3;

I also attached the strategy tester result 1H for the last 2 month (every tick 90% quality), the result confirm the testing from kamyar, but in decmber it is not performing as well.
Hope it is what you are looking for

Cheers
Hello,

It opens "chart" of the test and verifies the entry points and exit. It has entered in position without signal. Another detail is that the manual says to only operate if candle of crossing the differences between the EMAs will be superior the 2 pips, or either of in candle 1 (of crossing) will have this difference, opens a position in candle 0.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 02-04-2006, 01:38 PM
sunwest's Avatar
Member
 
Join Date: Jan 2006
Location: London
Posts: 93
sunwest is on a distinguished road
Heder, Could uou be more specific when you say that false sigmal was gennerated (date and time), thanks.


To activate the signal at different time You can change the difference in between the EMA by changing this variable to 2:

extern double DiffSF = 2; // Diff between Slow EMA and Fast EMA

S.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 02-04-2006, 02:10 PM
Member
 
Join Date: Jan 2006
Posts: 37
Heder is on a distinguished road
Quote:
Originally Posted by Heder
Hello,

It opens "chart" of the test and verifies the entry points and exit. It has entered in position without signal. Another detail is that the manual says to only operate if candle of crossing the differences between the EMAs will be superior the 2 pips, or either of in candle 1 (of crossing) will have this difference, opens a position in candle 0.
It verifies the images of a correct operation, attached thumbnails.
Attached Images
File Type: jpg Usdchf jan30-feb4 cópia.jpg (316.2 KB, 648 views)

Last edited by Heder; 02-04-2006 at 02:13 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 02-04-2006, 09:36 PM
christopher's Avatar
Junior Member
 
Join Date: Dec 2005
Posts: 25
christopher is on a distinguished road
Lightbulb The system.

Hi All,

I found this documentation on the web using the same system.
The system also recommends using 62EMA and a stop loss of 20 pips
from the 62EMA.

Enjoy!
Attached Files
File Type: pdf 5_13_62.pdf (394.9 KB, 578 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 02-08-2006, 01:15 AM
Member
 
Join Date: Jan 2006
Posts: 37
Heder is on a distinguished road
Modify TS

Sunwest,


It could modify the TS ("heder v.1") placing time frame from "extern double".

Thanks,

Heder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 02-08-2006, 11:58 AM
sunwest's Avatar
Member
 
Join Date: Jan 2006
Location: London
Posts: 93
sunwest is on a distinguished road
Hello Heder,
Are you asking me to add the time frame in the extern variable in order to be able to set it from the parameter ?
If yes, I can do that for you when I get home.

S.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 02-08-2006, 08:16 PM
Member
 
Join Date: Jan 2006
Posts: 37
Heder is on a distinguished road
Hello , Sunwets!

Yes, this is accurately. It would like to test, also, one stop fixed, independent of the EMA13. This could be placed as a external variable. Type: FIXED STOP: true or false.

Thanks,

H.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 02-25-2006, 02:04 AM
Zendo's Avatar
Member
 
Join Date: Dec 2005
Posts: 43
Zendo is on a distinguished road
Hi folks,
any news about this methodic?
Nice weekend to everyone, wherever yu are ... :-)
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/suggestions-trading-systems/892-crossing-ema-5-x-ema-13-a.html
Posted By For Type Date
Chart Profit System - Nogold.com This thread Refback 11-24-2007 06:33 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for EA (Price crossing MA) hoosain Suggestions for Trading Systems 19 11-14-2006 11:06 AM
Alarm on a crossing of stochastic Imperatorfr Metatrader 3 8 04-09-2006 09:51 AM
EA SMA crossing testing improvement 100% sunwest Suggestions for Trading Systems 9 02-03-2006 12:42 PM
Crossing pivot line M5 BrunoFX Suggestions for Trading Systems 20 01-15-2006 09:04 AM
Auntie LWMA crossing Audio Metatrader 4 2 12-26-2005 01:01 AM


All times are GMT. The time now is 05:18 AM.



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