Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
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

PROphet - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
4081
Valutazioni:
(19)
Pubblicato:
2017.01.26 09:16
Aggiornato:
2018.06.27 15:30
PROphet.mq5 (15.53 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.