Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4


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 (6) Thread Tools Display Modes
  6 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 06-23-2006, 11:43 PM
MarvinSk's Avatar
Member
 
Join Date: May 2006
Location: New York
Posts: 62
MarvinSk is on a distinguished road
EMA 5 13 62 Strategy

Anyone familiar with Rob Bookers EMA 5 13 62 Strategy...

Has anyone try to make it into an EA...

I am not a programmer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-24-2006, 12:25 AM
Roguewave's Avatar
Junior Member
 
Join Date: Jan 2006
Posts: 15
Roguewave is on a distinguished road
Cosmic Kharma

Here you go buddy,

Knock yourself out.

I haven't look at this since august 2005

so its pretty much "as is"

You ever heard of the 'bunny girl cross' ??

Attached Files
File Type: mq4 51362_CROSS.mq4 (6.2 KB, 502 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-26-2006, 12:59 PM
Senior Member
 
Join Date: Apr 2006
Posts: 157
dellan is on a distinguished road
Quote:
Originally Posted by Roguewave
Here you go buddy,

Knock yourself out.

I haven't look at this since august 2005

so its pretty much "as is"

You ever heard of the 'bunny girl cross' ??

how is your results of foward test of this ea?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-26-2006, 02:25 PM
deepdrunk's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 310
deepdrunk is on a distinguished road
i use those ma levels long time,not so bad but need to combine with hogher TF to get in trend
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-26-2006, 02:33 PM
Junior Member
 
Join Date: May 2006
Posts: 9
Fxparadise is on a distinguished road
Roguewave

Could you please let me know what Time frame you use this EA .

Also why use macd ? how it work?

how about SL ?

let me know the best setting for this ea .

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-26-2006, 11:13 PM
Roguewave's Avatar
Junior Member
 
Join Date: Jan 2006
Posts: 15
Roguewave is on a distinguished road
5 13 62

Oh, Last time I talked to Rob, we were using some MACD stuff..

I have about ten different versions, why dont you tell me

which you want :

the 5 EMA crosses the 13 and the 62??

the 5 EMA and the 13 EMA crosses the 62??

I will let you specify the periods (5,13,26) and the time frame as a parameter under "inputs". Lets just call them FAST (5), MEDIUM(13) and SLOW(62).
You can also specify EMA, LWMA, etc.

So you want the Fast to cross the Slow or the Medium to cross the Slow?
I have written so many Crosses I think I can do them sleeping.

To answer your questions about periods, I think it depends how long you want to trade; if you want to hold something for weeks, use a daily or 4 hour; if you want to be a day trader look at something faster.

You can also mix time frames and you can look at other supporting indicators.

To answer your other other question, its the trailing stop setting.

Finally remember that all indicators are LAGGING indicators that can only display what has occurred in the past; be sure and know your fundamentals before you crawl into bed with an indicator. Read the reports, Google News under "dollar pound euro" and you can even use the Commitment of Traders report. Learn retracements, fibo levels, channels etc. A good trade is never one indicator.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-27-2006, 12:15 AM
deepdrunk's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 310
deepdrunk is on a distinguished road
i use those levels mostly as suport-resistance and ema34 also
i never use it as entry signal based on crossover
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-30-2006, 05:30 PM
MarvinSk's Avatar
Member
 
Join Date: May 2006
Location: New York
Posts: 62
MarvinSk is on a distinguished road
Quote:
Originally Posted by Roguewave
Here you go buddy,

Knock yourself out.

I haven't look at this since august 2005

so its pretty much "as is"

You ever heard of the 'bunny girl cross' ??


This EA looks like it has some major potential... I am using and also applying some of Rob's rules for market timing... Expect some Statements for July

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 06-30-2006, 11:16 PM
Roguewave's Avatar
Junior Member
 
Join Date: Jan 2006
Posts: 15
Roguewave is on a distinguished road
5 13 62 Cross

I looked at this code I posted (afterwards haha) and the Macd stuff
is commented out so its not going to interfere with your testing.

Currently it is looking for a cross of 5 EMA to 26 EMA.
Change this:

extern double MA5=5;
extern double MA26=26;

to this:

extern double MA5=5;
extern double MA26=13;

(Hit the compile button, do'uh!)

If you want to test the 5 crossing the thirteen.

change this:

extern double MA5=5;
extern double MA26=26;

to this :

extern double MA5=13;
extern double MA26=62;

if you want to test the 13 crossing the 62.

Cosmic Kharma and all that..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 06-30-2006, 11:17 PM
Roguewave's Avatar
Junior Member
 
Join Date: Jan 2006
Posts: 15
Roguewave is on a distinguished road
Not into editing MQ4 code?

Oh you can also override the same input parameters at run time.

I just change the code and compile so I don't trade pre-coffee and forget..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
5 13 62 ema


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 On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/expert-advisors-metatrader-4/2631-ema-5-13-62-strategy.html
Posted By For Type Date
Спасти депозит This thread Refback 08-30-2008 08:31 AM
Спасти депозит This thread Refback 08-26-2008 11:39 AM
Спасти депозит This thread Refback 08-26-2008 07:49 AM
The This thread Refback 06-12-2008 12:42 AM
The This thread Refback 07-23-2007 07:27 AM
The This thread Refback 06-26-2007 01:09 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
what the best strategy ??? jsw2006 General Discussion 13 09-04-2008 09:21 PM
25-34 strategy yossi1177 Expert Advisors - Metatrader 4 3 08-08-2008 12:03 AM
Strategy frantacech Metatrader 4 0 01-05-2007 05:43 PM
Need an EA for new GBP/USD strategy... wadeboxjr Metatrader 4 1 08-26-2006 09:12 AM
Need help with strategy TWTrader Metatrader 4 8 08-08-2006 07:31 PM


All times are GMT. The time now is 11:28 AM.



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