거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
20158
평가:
(7)
게시됨:
2008.07.30 07:53
업데이트됨:
2016.11.22 07:32
Fuzzy_logic.mq4 (15.58 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

There are lots of materials about the indistinct systems, so specifically about the EA:

1) The estimation is performed on the basis of values of five indicators (Gator, WPR, AC, DeMarker and RSI). The estimation is performed on the basis of trapezoidal membership functions.

2) You can modify the ranking and the weight of the properties directly in the code.

3) You can use not only the indicators specified above, but many other stuff (i.e. ones that you prefer to use), as the basis for the indistinct estimation (buy, sell, do nothing).

On the whole, the EA code is intended for practical acquaintance with the techonlogy of indistinct estimation of the current situation on the market. So I recommend to use, and also modify, it, after theory studying. A. Nedosekin's material Osnovy teoryi nechetnoy ocenky (The basics of indistinct estimation theory) should be enough for the primary introduction (the technology is a bit different there, but the theory itself is decribed fully well).


Advices:

  • If you are going to implement your own criterions of estimation instead of five embedded indicators, I recommend to divide these criterions into the borders of indistinct estimations (array arGator[7] in the code, etc.).
  • Do not try to overoptimize the parameters of memebership function (they are not taken out to the external varibles in the code), because it won't bring any significant effect, believe me, it's verified.
  • Experiment - I think that the indistinct logic as a technology of decision making is without a rival. May be it will help somebody to win the championship.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/8260

MacdPatternTraderAll - a profitable EA. MacdPatternTraderAll - a profitable EA.

An implementation of all patterns FOREX MACD 4H strategy in one EA.

MACD with crossing MACD with crossing

Indicator MACD with crossing.

VQ bars VQ bars

Indicator VQ bars.

One Side Gaussian indicators, corrected and supplemented One Side Gaussian indicators, corrected and supplemented

One Side Gaussian indicators, corrected and supplemented