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

EA Trix - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
6117
Valutazioni:
(31)
Pubblicato:
2017.11.03 12:31
Aggiornato:
2018.02.28 10:54
\MQL5\Indicators\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

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