Discussion of article "MQL5 Wizard: Creating Expert Advisors without Programming" - page 2

 
uncleVic:
Guilty. Found the bug. Results of code improvement. Fixed. Coming soon.
Okay, we'll be waiting.
 

I do not see SignalCrossEMA in my expert/money directory

What is wrong?

Thanks

Eli

 
Unfortunately, this moldue doesn't include in current version of Standard Library. See discuss for the article MQL5 Wizard: New Version
 
Обработка событий OnDeinit, OnTick, OnTrade и OnTimer осуществляется вызовом соответствующих методов класса ExtExpert.

It is probably more correct like this:

" Deinit, NewTick, Trade and Timer events are handled by calling the corresponding methods of the ExtExpert class."

 

Kind!!!

For beginners, please decipher this way of initialising a variable:

CExpertSignal *signal=new CExpertSignal;

because I'm swimming a lot... Thanks!

 

i am setting up new EAs on my Metaeditor. the new EAs are appearing in Meta editor but when i open the MT5 they are not appearing in the Expert advisores list. what could be the problem?

 
simplesolid:

i am setting up new EAs on my Metaeditor. the new EAs are appearing in Meta editor but when i open the MT5 they are not appearing in the Expert advisores list. what could be the problem?

Where is located your file ? Which directory ?
 

I have been reading on the EA Wizard and started to have a play.  I wanted to use a 'Trade Signals Based on Price Crossover with Moving Average, confirmed by ADX' as documented at https://www.mql5.com/en/code/258 but this option does not seem to appear on the dropdown box.

Is it possible to add or import this into the wizard?

tx

Rob 

MQL5 Wizard - Trade Signals Based on Price Crossover with Moving Average, confirmed by ADX
MQL5 Wizard - Trade Signals Based on Price Crossover with Moving Average, confirmed by ADX
  • votes: 3
  • 2011.01.10
  • www.mql5.com
Trade signals based on price crossover with moving average indicator confirmed by ADX (CSignalADX_MA from MQL5 Standard Library) is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
 
RobLangley:

I have been reading on the EA Wizard and started to have a play.  I wanted to use a 'Trade Signals Based on Price Crossover with Moving Average, confirmed by ADX' as documented at https://www.mql5.com/en/code/258 but this option does not seem to appear on the dropdown box.

Is it possible to add or import this into the wizard?

tx

Rob 

Can you please read the discussion before posting. As Rosh said above, this module was made for the first version of the Wizard, it can not be used as is with the current (second version). You have to adapt the code, or ask someone to do it for you.

Forum

Discussion of article "MQL5 Wizard: Creating Expert Advisors without Programming"

Rosh, 2011.08.04 13:08

Unfortunately, this module doesn't include in current version of Standard Library. See discuss for the article MQL5 Wizard: New Version

See also this topic All about MQL5 Wizard : create robots without programming.