Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

PROphet - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
4037
Derecelendirme:
(19)
Yayınlandı:
2017.01.26 09:16
Güncellendi:
2018.06.27 15:30
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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 tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.