거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

MTS Neural network plus MACD - MetaTrader 4용 expert

조회수:
18353
평가:
(9)
게시됨:
2008.11.17 07:24
업데이트됨:
2015.05.12 12:28
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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"! :-)


MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.