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 Thread Tools Display Modes
  #1 (permalink)  
Old 12-06-2006, 02:14 AM
Member
 
Join Date: Sep 2006
Posts: 59
waaustin is on a distinguished road
My FINAL Request for help With my EA!!

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.

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 just 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 and learn! however, it seems as though my requests for help just seem to be ignored!

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


This is an EA I have tried to create based on the 5-13-62 Trading strategy from Rob Booker.

Basic rules are as follows:

For Long position:

1. 5EMA cross above 13EMA signal for potential 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.

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.
Attached Files
File Type: mq4 5-13-63 EMA Expert.mq4 (9.1 KB, 52 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-06-2006, 02:20 AM
Senior Member
 
Join Date: Nov 2006
Posts: 299
abrs70 is on a distinguished road
Quote:
Originally Posted by waaustin
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.

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 just 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 and learn! however, it seems as though my requests for help just seem to be ignored!

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


This is an EA I have tried to create based on the 5-13-62 Trading strategy from Rob Booker.

Basic rules are as follows:

For Long position:

1. 5EMA cross above 13EMA signal for potential 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.

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.
how to help? you dont even mention the time frame
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-06-2006, 02:21 AM
Kurka Fund's Avatar
Senior Member
 
Join Date: Sep 2006
Location: San Diego
Posts: 139
Kurka Fund is on a distinguished road
what do you mean exactly by "adjustable pip seperation" ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-06-2006, 02:41 AM
Banned
 
Join Date: Nov 2006
Posts: 15
squigglefunk is on a distinguished road
Quote:
Originally Posted by waaustin
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.

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 just 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 and learn! however, it seems as though my requests for help just seem to be ignored!

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


This is an EA I have tried to create based on the 5-13-62 Trading strategy from Rob Booker.

Basic rules are as follows:

For Long position:

1. 5EMA cross above 13EMA signal for potential 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.

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.
oh just listen to yerself u sniveling little whiner. what do u think just coz ur on a forex forum that the gurus are obligated to help every little dipstick liek u that come along with some moving avg. xover ea. get a life moron and go back to read codersguru manual on coding and do it urself. u act like everybody owe u something. ever think about paying a pro coding group to do ur little ea? or do u have the money? get 2 work studying, boy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-06-2006, 04:23 AM
Member
 
Join Date: Sep 2006
Posts: 59
waaustin is on a distinguished road
Quote:
Originally Posted by abrs70
how to help? you dont even mention the time frame
I usually use 1Hr or 4Hr. But I think it should work with any timeframe.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-06-2006, 04:25 AM
Member
 
Join Date: Sep 2006
Posts: 59
waaustin is on a distinguished road
Quote:
Originally Posted by Kurka Fund
what do you mean exactly by "adjustable pip seperation" ?

Adjustable from the EA settings when you load the EA.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-06-2006, 04:50 AM
Member
 
Join Date: Sep 2006
Posts: 59
waaustin is on a distinguished road
This BOY should be Banned!!!

Quote:
Originally Posted by squigglefunk
oh just listen to yerself u sniveling little whiner. what do u think just coz ur on a forex forum that the gurus are obligated to help every little dipstick liek u that come along with some moving avg. xover ea. get a life moron and go back to read codersguru manual on coding and do it urself. u act like everybody owe u something. ever think about paying a pro coding group to do ur little ea? or do u have the money? get 2 work studying, boy.
What is a JERK like you doing in a community forum such as this. I've seen other posts in this forum by you and for the most part they are all holier than thou, arrogant, snide responses to other members seeking a little help. I would suggest, as you have referred to others here, that you are the prick here and should keep your snide comments to yourself unless you have something constructive and helpful to contribute to the forum as a whole.

For your information, I have been reading and studying and researching this forum, as well as three other forums. I HAVE done all of the coding on this EA myself and have come to an impasse that I need some guidance with. Which I believed is what a community forum is all about.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-06-2006, 06:37 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,271
Blog Entries: 106
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 waaustin
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.

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 just 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 and learn! however, it seems as though my requests for help just seem to be ignored!

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


This is an EA I have tried to create based on the 5-13-62 Trading strategy from Rob Booker.

Basic rules are as follows:

For Long position:

1. 5EMA cross above 13EMA signal for potential 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.

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.
Hi waaustin,

I did not understand the rules.

may you write the rules for buy and sell like this:

sell if:
1.
2.
3.
4.

buy if:
and so on ...

Because not very understandable.

For example, what is the difference between "potential entry" and "execute a Long trade"?

Why I am asking if i am not a coder?
I may code something.
For example there is thread: Fibonacci_Ema and there is some EA: two EMAs crossing for enter and the other two EMAs crossing for exit with some delta. This delta may be modified to be "adjustable pip seperation".
Many people can do that if it is not difficult but only need is the rules to be understandable.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-06-2006, 07:31 AM
Senior Member
 
Join Date: Feb 2006
Posts: 263
Mr.Marketz is on a distinguished road
Try This

This EA was based on Rob's system... I believe he works this on 30M charts, good luck to you.

MM
Attached Files
File Type: mq4 RobBooker.mq4 (3.4 KB, 85 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 12-06-2006, 08:30 AM
Senior Member
 
Join Date: Jan 2006
Posts: 1,119
omelette is on a distinguished road
Hi. I had a go at an EA. Unfortunately as coded, the strategy doesn't seem profitable. Anyway, check it out.

Last edited by omelette; 12-07-2006 at 04:50 AM.
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Chaos EA final newdigital Expert Advisors - Metatrader 3 15 09-24-2008 11:22 PM
EA request Alex.Piech.FinGeR Suggestions for Trading Systems 34 08-27-2007 05:30 PM
New EA request FX-Hedger Expert Advisors - Metatrader 4 35 06-20-2006 04:44 AM


All times are GMT. The time now is 09:36 AM.



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