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

 

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

                                   

 EATree MT4 new Crossover Time Range Box

Expert Advisor Builder for MetaTrader 4 and MetaTrader 5, EATree
  • www.eatree.com
EATree is the best MetaTrader Expert Advisors Builder. It supports both MQL4 and MQL5 languages for the MT4 and MT5 platforms. You can easily create Expert Advisors. No coding, programming or MQL knowledge is required.
 
Open scouce ??
 
DxdCn:
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

 

EATree MT4 Build 11 new tools 

 

 

Expert Advisor Builder for MetaTrader 4 and MetaTrader 5, EATree
  • www.eatree.com
EATree is the best MetaTrader Expert Advisors Builder. It supports both MQL4 and MQL5 languages for the MT4 and MT5 platforms. You can easily create Expert Advisors. No coding, programming or MQL knowledge is required.
 

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

Documentation on MQL5: Standard Constants, Enumerations and Structures / Environment State / Symbol Properties
  • www.mql5.com
Standard Constants, Enumerations and Structures / Environment State / Symbol Properties - Documentation on MQL5
Files:
 
Blaiserboy:

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

 

 indicator of indicator in EATree MT4 build 12

Expert Advisor Builder for MetaTrader 4 and MetaTrader 5, EATree
  • www.eatree.com
It is a windows application that runs locally on your computer. You can create complex MT4 and MT5 EAs and forex signals using a very easy to use graphical user interface. No coding, programming or MQL knowledge is required. There are two different products: EATree MT4 standard Edition V2.0 that supports the MQL4 language and EATree MT5...
 
The trailing stop function re MT5 has to be revised as it is not called
 
Interesting. Another EA buider on the market. I see that MQL5 is also missing out on creating a visual buider, like this one, and like JForex has too.
 
154
Blaiserboy 2014.02.09 20:57  PT
The trailing stop function re MT5 has to be revised as it is not called

 

 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