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

Multi Time Frame Trader - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
7301
Note:
(21)
Publié:
2017.11.03 12:33
Mise à jour:
2018.02.28 10:34
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The author of the idea: c0d3, the mq5 code author: barabashkakvn.

The Expert Advisor tracks the signals of the i-Regr indicator on three timeframes M1, M5, H1.

ATTENTION: by default it is assumed that the compiled indicator is available in [data folder]MQL5\Indicators\

The values of the indicator from the H1 timeframe determine the type of position (BUY or SELL) to be opened. In addition, two lower timeframes, M1 and M5, are analyzed:

  • To open a BUY position, the price must break the lower indicator line on M1 and M5.
  • To open a SELL position, the price must break the upper indicator line on M1 and M5.

Multi Time Frame Trader

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

This is a cross-platform МТ45 Expert Advisor This is a cross-platform МТ45 Expert Advisor

The МТ45 Expert Advisor is based on the Martingale strategy. It is designed for trading in the МetaТrader 4 and МetaТrader 5 terminals.

Anubis Anubis

The Expert Advisor trades using the signals of the following indicators: iStdDev (two indicators), iMACD, iCCI, iATR. Moving positions to breakeven.

SubWindow SubWindow

A library for working with chart subwindows.

Multi Stochastic Multi Stochastic

A multi-currency Expert Advisor based on the iStochastic (Stochastic Oscillator) indicator signals.