Discussion of article "Creating MQL5 Expert Advisors in minutes using EA Tree: Part One" - page 7

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
EATree MT4 Update (www.eatree.com)
New EATree MT4 Build 11 is released. It comes with new features such as:
Logic Condition in a time range (Loop) box: to check if certain condition is met within a time range, e.g. five bars. It also returns the last bar number at which this condition last happened.
Crossover in a time range (Loop) box: To check if certain Crossover occurred within a time range, e.g. ten bars. It also returns the last bar number at which this Crossover last happened.
A score box: to give a numerical output if the condition is true. This is useful if you need a numerical result. For example if you have 4 conditions and you will open a long position if 3 out of the 4 conditions are true. This will also allow the possibility of adding weights to each condition and open a trade only if a certain threshold (Sum of weights) is met.
New EATree MT4 Build 11 also comes with several new example EAs and code generation fixes.
Download your trial at www.eatree.com
Open scouce ??
Hi,
It is paid. But it worth the money you spend. It comes with many example EAs.
Using EATree MT4’s new boxes Score and Crossover time range
Download your trial at www.eatree.com
I have been using this product for a couple years..... and although there may be a couple limitations that the developer has yet to rectify, the product is excellent. Even with the supposed limitations it will allow someone with limited experience to come up with some very innovative robots.
By all means, if there is a demo available, spend the time to explore what you can build with it. You will be pleasantly surprised.
My current project is an MT5 ea for 21 currency pairs, I prefer MT5 for the reasons of being able to do multi currency and the MT5 platform.
Eatree has been a godsend to me
I am attaching a pic of one feature that I use extensively, the ability to focus on day of week and time of day, fully optimizable... I find this to be invaluable in eliminating draw down
daveM
I have been using this product for a couple years..... and although there may be a couple limitations that the developer has yet to rectify, the product is excellent. Even with the supposed limitations it will allow someone with limited experience to come up with some very innovative robots.
By all means, if there is a demo available, spend the time to explore what you can build with it. You will be pleasantly surprised.
My current project is an MT5 ea for 21 currency pairs, I prefer MT5 for the reasons of being able to do multi currency and the MT5 platform.
Eatree has been a godsend to me
I am attaching a pic of one feature that I use extensively, the ability to focus on day of week and time of day, fully optimizable... I find this to be invaluable in eliminating draw down
daveM
Great. We are happy that things are working fine for you.
We have collected many requests for new features from our customers. We are building as many new tools as we can.
EATree is designed to be so flexible. With these new additions, the software is becoming much more powerful.
With new EATree MT4 build 12, you can create "indicator of indicator". For example, Stochastic of RSI, or Momentum of RSI.
www.eatree.com
Dear
Dave,
First I owe you an apology for asking.
I´m having some problems with my EA since a start this program. To fit the boxes was so easy(demo version) but my standard version Eatree EAs aren´t running in my mt5 broker.
I don´t work with forex and so five digits too.(only two digits). I´m having "divided by zero" problems and i think it is because off different types parameters off trailing step and lot size
As you see i´m not a C++ or MT5 programmer but a I saw most off .mt5 files with lot and stops (double) parameters
With EATree all i could see was integer stops parameters in the "trade 1 box” and double lots parameters to fit it
I´ve already seen the user guide, demos videos and faq´s and in despite off there is a lot off box fitting examples there is almost nothing about MM, Lot and stops parameters
Do i have to convert the integer stops parameters to doubles types one? How can i do it?
Many thanks for considering my request
PH 2000