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
  #31 (permalink)  
Old 03-02-2006, 09:04 AM
sunwest's Avatar
Member
 
Join Date: Jan 2006
Location: London
Posts: 93
sunwest is on a distinguished road
Hello 4xtrader, that is good that you trade manually, I thing that is a good way of learning and sometime I wish I had time to do so.

I dont mind trying to rpogram an EA with these rules if I have got time tonight, unless someone else has done it before , I have been quite busy lately
but soon I will have more time at hands


S.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #32 (permalink)  
Old 03-02-2006, 01:14 PM
4xtrader's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 124
4xtrader is on a distinguished road
Quote:
Originally Posted by sunwest
Hello 4xtrader, that is good that you trade manually, I thing that is a good way of learning and sometime I wish I had time to do so.

I dont mind trying to rpogram an EA with these rules if I have got time tonight, unless someone else has done it before , I have been quite busy lately
but soon I will have more time at hands


S.
Well my friend, hope you will make an EA for my system someday

God Bless
4xtrader
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33 (permalink)  
Old 11-28-2006, 05:29 PM
Member
 
Join Date: Sep 2006
Posts: 59
waaustin is on a distinguished road
Can you add third EMA to EA

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

Could you add a third EMA to this EA based on the 5-13-62 Trading strategy. Basic rules are as follows:

For Long position:

1. 5EMA cross above 13EMA signal for possible entry.
2. 5EMA and 13EMA cross above 62EMA plus some adjustable pip seperation
between 13EMA and 62EMA will execute a Long trade.
3. Exit, or close, order next time the 5EMA crosses below the 13EMA

Will be the opposite to execute a Short trade.

Orders can also be closed via TP, SL, Trailing Stop, or can be closed manually by trader.

You can also refer to the 5-13-62 pdf file attached in post #16 of this thread for a description of this method.

I tried coding this in an EA, but have come to a point where I need help to take it to the next level. i've attached what I have done thus far.

Many Thanks
Attached Files
File Type: mq4 5-13-63 EMA Expert.mq4 (9.1 KB, 219 views)

Last edited by waaustin; 11-29-2006 at 01:25 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34 (permalink)  
Old 12-03-2006, 05:13 AM
Member
 
Join Date: Sep 2006
Posts: 59
waaustin is on a distinguished road
Quote:
Originally Posted by waaustin
Could you add a third EMA to this EA based on the 5-13-62 Trading strategy. Basic rules are as follows:

For Long position:

1. 5EMA cross above 13EMA signal for possible entry.
2. 5EMA and 13EMA cross above 62EMA plus some adjustable pip seperation
between 13EMA and 62EMA will execute a Long trade.
3. Exit, or close, order next time the 5EMA crosses below the 13EMA

Will be the opposite to execute a Short trade.

Orders can also be closed via TP, SL, Trailing Stop, or can be closed manually by trader.

You can also refer to the 5-13-62 pdf file attached in post #16 of this thread for a description of this method.

I tried coding this in an EA, but have come to a point where I need help to take it to the next level. i've attached what I have done thus far.

Many Thanks

i don't know what it is, but it seems that my request for a little bit of programming help with this EA i'm trying to complete are just being ignored. did I do something to to offend the programmers on this forum. I would hope that being an Elite subscription member, I would be able to get some kind of assistance with this.

Again, could any experienced programmers on the forum PLEASE, PLEASE, assist me with resolving the problems with my EA attached to post #34 above.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35 (permalink)  
Old 12-03-2006, 12:26 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,127
et_phonehome_2 is on a distinguished road
waaustin

I have seen you post in several places asking for such coding with no response. You may want to try using the Universal EMA since it will get you closer to what you want.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36 (permalink)  
Old 12-03-2006, 05:38 PM
Member
 
Join Date: Sep 2006
Posts: 59
waaustin is on a distinguished road
Exactly my point

Quote:
Originally Posted by et_phonehome_2
waaustin

I have seen you post in several places asking for such coding with no response. You may want to try using the Universal EMA since it will get you closer to what you want.
I know, this is exactly my point.

I could understand if I was someone who was just posting an idea for an EA on here and expecting others to do it all for me (and I've seen alot of members making these type of requests on the forum and getting more help than I have gotten). But I'm not. I am trying to LEARN so that I can do my own coding. However, I'm at a point with it now that I need some help or guidance to complete it.

I have looked at the UniversalEMA and have used it. And yes it looks like it will do what I want it to for the most part. But I still would like to complete what I started in my EA, if nothing more than to LEARN what I've done wrong, or what I still need to add to it to make it work, or to have someone tell me that it won't work no matter what is done to it? I don't just want to be a FreeLoader, I want to participate!

I don't think that is too much to ask for !!!!!!!

Anyway, THANKS for your reply and your suggestion. It's nice to at least get a response from someone.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #37 (permalink)  
Old 12-03-2006, 05:56 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,127
et_phonehome_2 is on a distinguished road
waaustin,

I am also interested in such an EA, just that I do not know how to code either. You may want to consider looking at gordago.com for MQ generator, but there are severe limitations to the product, that is, you cannot use it for indicators they do not support, it must be the basic ones. Another suggestion is to ask codesguru, he is an outstanding coder.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #38 (permalink)  
Old 04-12-2007, 08:37 AM
Junior Member
 
Join Date: Jun 2006
Posts: 4
davidvm is on a distinguished road
Who would like to finish the EA?

HI,

Is anyone interested on finishing the expert advisor of this system proposed by Heder and developed by Sunwest (check post #12) ?? As Heder mentioned, it is opening some trades where it shouldn't according to the system.

It is great that this EA has already been developed in great part, since I had proposed the same thing on this thread, without getting nobody interested: Web Trading System

Actually this system is called WWW Trading System as you can see in the pdf document (post #5), or Web Trading System, as presented in www.webtradingsystem.com, and was developed by Alex Krzhechevsky, who developed the TimeTrap System, too. I think the EA should be named accordingly.

Anyone interested on the job??? We are almost there...

Great thanks to Sunwest for starting and almost accomplishing it .

David.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #39 (permalink)  
Old 04-13-2007, 02:50 PM
droesparky's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 397
droesparky is on a distinguished road
Here is another version of the 5/13/62, I dont know who had it first but Rob Booker started trading with it

One of the things to note is that long trades are safer to open when the 5/13 cross is above the 62, and the opposite for a short.

You can also use the 62 as the main cross, say when the 5 and the 13 cross the 62 take the trade until the opposite happens.

there are several EAs for crossing MAs maybe you can look a a couple of them and get what you need.
Attached Files
File Type: pdf 5_13_62.pdf (200.0 KB, 174 views)

Last edited by droesparky; 04-13-2007 at 02:52 PM.
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:14 AM.



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