Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

EA Trix - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
6097
Rating:
(31)
Published:
2017.11.03 12:31
Updated:
2018.02.28 10:54
\MQL5\Indicators\
TRIX ARROWS.mq5 (14.36 KB) view
EA Trix.mq5 (61.5 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.