Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

MTS Neural network plus MACD - sistema esperto per MetaTrader 4

Visualizzazioni:
18301
Valutazioni:
(9)
Pubblicato:
2008.11.17 07:24
Aggiornato:
2015.05.12 12:28
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Greeting to all community! I wish profits to all Championship participants!

I attend the programming not for the first year, but I'm a novice in your Community, the Community of writers of the programs for the financial analysis. So I will be glad to see a constructive discussion. You can praise (it is always pleasant) or you can even abuse (but only ad rem).

This is my first EA from the series "МТS based on Neuro network".

Instantly, I want to thank Yuriy Reshetov whose publications on this website helped me to apply the theory of neuro nets for writing the MTS.

For those who are not familar with the neuro nets I suggest to read the article: https://www.mql5.com/ru/articles/1447

The method of application and training the double-layer neuro net is perfectly described at the page: http://codebase.mql4.com/en/code/7917

I want you to draw your attention that here I am representing the "engine", i.e. the "skeleton" of the MTS, which functionality can be thickened, i.e. you can use another indicator or a group of them instead of MACD, you can perform additional optimization of them and so on. But the most important is: not the mutual exclusion of the signals from the neuro net and from the indicator (i.e. if the signal from the neuro net is neutral then we use the indicator), but their combined application for the analysis of the possibility of opening a position.

P.S. In my opinion, the best results are on the H1 of the main currency pairs. However, create, try and so you will find your "golden grail"! :-)


Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/8499

EA Based on Trend Follower EA Based on Trend Follower

The EA is based on the "Trend Follower" strategy.

Will-Spread Will-Spread

Larry Williams indicator. It considers the influence of the secondary market on the trading market.

mysqlerror.mqh mysqlerror.mqh

A library of MySQL 5.0 error codes If you use a connection to the MySQL database in your EA, indicator or script and it doesn't work or something goes wrong then this library will allow you to find out what error is returned by the MySQL database.

LotsRisk LotsRisk

The calculation of the amount of lots considering the possible loss. The maximum loss volume is specified in percents of the current balance.