Universal EA

0
(0)
Name:
Universal EA
Author: pacofflin (2014.02.24 07:29)
Downloaded: 403
Download:
Universal EA 1
 Expert Advisor directory.txt (255 bytes)
Universal EA 1 Universal EA Inputs.txt (2.2 Kb)
Universal EA 3 Universal EA.mq4 (20.7 Kb) View

Author:

I learned how to code MQL4 from Jim Dandy and his youtube tutorials, which can be found here, http://www.youtube.com/watch?v=n8fZINmSv0g.

My code is inspired by his teachings. I also learned from other EAs and used some portions of their code as well. I can't recall the names of all the EAs but if you see your code and wish to be recognized then just let me know. I made this EA from a blank template and I am the only one who coded it.

Description:

Hello traders and potential traders. I have been coding now for over 2 months and I have created my first official EA. The name is Universal EA because it is very universal in its use and it is nearly infinitely adjustable. Please feel free to play around with the inputs or code as you see fit and email me at [email protected] with any comments or concerns and happy trading.

Recommendations:

  • Adjust the inputs until you find a series of inputs that works for you. Then share with me if you feel inclined :).
  • Code is based on 5 different indicators working together to create a very strong buy signal that can increase the chances of getting into a strong uptrend early.
  • There are many different entry and exit methods included in this EA and all of them can be adjusted to fine tune your entry and exit points.
  • Save your inputs into SET files for later use. There are nearly infinite amount of variations with this EA so keep changing inputs until you find what works for your strategy.
  • I have uploaded tutorials on youtube. You can find them here:
  • Universal EA Tutorial
  • part 1: http://www.youtube.com/watch?v=ZKRzSfHMjpQ
  • part 2: http://www.youtube.com/watch?v=lNt8PNrRKGs
  • part 3: http://www.youtube.com/watch?v=Afrg4YPV8Mg
  • part 4: http://www.youtube.com/watch?v=w6wcXU-ufwI
4 comments  To post a new comment, please log in or register

Should this EA work without optimization ?

Universal EA 4

26.02.2014 11:02 broketrader

This EA is not working, and may not have been tested.
The error occurs in writing the function:
For example:
double CurrentStochasticKperiod = iStochastic(0,0,Kperiod,Dperiod,Slowing,3,1,0,0);

It should be written:
double CurrentStochasticKperiod = iStochastic (NULL,0,Kperiod,Dperiod,Slowing,3,1,0,0);

Due to a typing error in all of the function, then the EA is not working, and the Journal of Strategy Tester print the message: Tester: 0 symbol not found.

26.02.2014 07:51 3rjf4

hey why u put 0 instead of putting symbol(), i ask cause every time i try to run it on the tester it says symbol 0 not found,when i changed the 0 with symbol() it worked
26.02.2014 06:23 4xmanxx

Is this EA has been tested on a demo account or Strategy Tester? What about the test results?

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.