
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
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?
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.....
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.
...
Will all charts be displayed in the strategy tester.
Yes, all charts, by symbols and even timeframes, will be displayed in the 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 ?
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.