Discussion of article "Create Your Own Expert Advisor in MQL5 Wizard" - page 2

[Deleted]  

T-G:

Each market model is assigned a significance measured from 1 to 100. The higher the value, the stronger the model.

MA with a weight of 0.4 and Stochastic with a weight of 0.8 - this turns out to be set in the external variables, and where MA comes from - its significance is 100. Stochastic significance of this model is equal to 80. Where is set or how is it determined, the significance of each model?

uncleVic:


The significance of each market model embedded with the signal is set in the class constructor. The values are selected experimentally and are not the truth in the last instance.

There are methods for setting the significance of each model in the class, but they are not available from the Wizard yet.

https://www.mql5.com/ru/forum/3724/68046

Wizard, what - still not relevant for creating Expert Advisors?

It is not possible to build Expert Advisors, even on the basis of existing modules of trading signals - without having the ability to give them significance - or at least to know what is already assigned there....... to adjust the coefficients.....

Обсуждение статьи "Мастер MQL5: Новая версия"
Обсуждение статьи "Мастер MQL5: Новая версия"
  • www.mql5.com
Изменения в архитектуре сигналов позволяют теперь создавать торговые роботы на основе комбинации различных рыночных моделей.
 

Gentlemen. Is it possible to create Expert Advisors with the help of "Wizard" working on several (using several) timeframes, for example - "Elder's Three Screens", etc.? The main signal is in a larger timeframe, and the signal to enter - in a smaller one. If there is an example or an article, please give a link.

Will all charts be displayed in the strategy tester.

 
alextxpert99:

...

Will all charts be displayed in the strategy tester.

Yes, all charts, by symbols and even timeframes, will be displayed in the Strategy Tester.

 
Does this even work ? I have tried several tutorials for MQL5 Wizards and none of them places any trades in strategy tester ?
 

Very helpful, is there a way or a system that can convert an MT5 EA into an MT4 EA ?

How does one add/create an MT5 mqh file of let say SignalIchimoku or any indicator and place it in include\expert\signal ?

 
gizbar_g #:

The article is a very significant instruction on the way how to develop more advanced experts with ease.

However, I'm having trouble replacing built-in signalindicators with my custom indicator.

The generator recognizes my indicator but the expert refuses to work.

Is there an article/post on how to do it properly?

I know that my answer is a little bit late, but for new people:

in order to be able to use your own custom indicator inside signal modules, your indicator should extend CIndicator class.

Documentation on MQL5: Standard Library / Indicators / Base classes / CIndicator
Documentation on MQL5: Standard Library / Indicators / Base classes / CIndicator
  • www.mql5.com
CIndicator - Base classes - Indicators - Standard Library - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
I have an issue with my developed ea I need help on it. No errors. Runs on testing but trade was not placing. Please helping hand