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

PROphet - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4190
평가:
(19)
게시됨:
2017.01.26 09:16
업데이트됨:
2018.06.27 15:30
PROphet.mq5 (15.53 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author of the idea — Borisauthor of the MQL5 code — barabashkakvn.

Attention: parameters should be optimized on the M5 timeframe for the last 12 weeks! 

The PROphet Expert Advisor consists of two independent linear perceptrons.

Each of them separates the input features — candlestick shifts — into 2 classes.

Perceptron № 1 >

  • class № 1: BUY
  • class № 2: flat or SELL

Perceptron № 2 >

  • class № 1: SELL
  • class № 2: flat or BUY

This is the main idea of the EA — not to combine the only BUY and only SELL classes in once perceptron.

Optimization is performed for the previous 12 weeks, on weekends, in 2 stages.

Stage № 1:

set variables to daBUY=true and daSELL=false. Optimize only the weights x1, x2, x3, x4 from 1 to 200 and the movable stop loss slb from 30 to 100, everything with a step of 1.

Stage № 2:

set variables to daBUY=false and daSELL=true. Optimize only the weights y1, y2, y3, y4 from 1 to 200 and the movable stop loss sls from 30 to 100, everything with a step of 1.


After optimization both daBUY and daSELL variables are set to true .
The obtained results are valid for the next /future/ week.

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

MA Cross MA Cross

The Expert Advisor based on intersection of two iMA.

Fractal_CCI_HTF Fractal_CCI_HTF

The Fractal_DeMarker indicator with the timeframe selection option available in the input parameters.

TASSKlT_HTF TASSKlT_HTF

The TASSKlT indicator with the timeframe selection option available in the input parameters.

Fractal_ADX_HTF Fractal_ADX_HTF

The Fractal_ADX indicator with the timeframe selection option available in the input parameters.