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

EA Trix - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
6101
Note:
(31)
Publié:
2017.11.03 12:31
Mise à jour:
2018.02.28 10:54
\MQL5\Indicators\
EA Trix.mq5 (61.5 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: bobby, mq5 code author: barabashkakvn.

The Expert Advisor trades following the TRIX ARROWS indicator signals:

The Triple Exponential Average (TRIX) indicator with an additional signal line and arrows displayed at the intersection of the main and the signal lines.

The principle for determining the intersection of the main and the signal lines:

  • If on the previous bar the signal line was below the main one, and on the current bar the signal line is above the main one, it is an "UP" signal.
  • If on the previous bar the signal line was above the main one, and on the current bar the signal line is below the main one, it is a "DOWN" signal.

TRIX ARROWS

Testing results on EURUSD, H1:

EA Trix

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

TRIX ARROWS TRIX ARROWS

The Triple Exponential Average (TRIX) indicator + the signal line + arrows at the intersection of the signal and the main lines.

Carbophos Carbophos

The Expert Advisor sets a grid of pending Sell Limit and Buy Limit orders.

Pending orders by time Pending orders by time

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

OpenTime OpenTime

Opening and closing positions at a specified time.