Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

ssb5_123 - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
3212
Note:
(17)
Publié:
2018.10.25 16:03
ssb5_123.mq5 (39.18 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Author of the idea — Yury Reshetov

mq5 code author — barabashkakvn

Obtaining trading signals.

Indicators (iMA (Moving Average, MA), iMACD (Moving Average Convergence/Divergence, MACD), iStochastic (Stochastic Oscillator), iOsMA (Moving Average of Oscillator, OsMA) and iAO (Awesome Oscillator, AO)) are surveyed in a strict sequence: confirmation from all indicators is necessary for a positive signal. If the confirmation chain lacks confirmation even from a single indicator, the entire signal is sorted out.

The EA works only when a new bar appears, so it can be optimized in the "OHLC" ticks generation mode.

EURUSD, H1:

ssb5_123

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21937

Pending orders by time 2 Pending orders by time 2

The Expert Advisor sets pending Buy Stop and Sell Stop order at a specified time.

Cronex DeMarker Cronex DeMarker

iDeMarker (DeMarker, DeM) indicator averaging using MovingAverages.mqh

TrendManager_HTF TrendManager_HTF

TrendManager indicator with the timeframe selection option available in input parameters

Flat Trend EA Flat Trend EA

EA based on FlatTrend indicator. You can also include working time.