Join our fan page
- Published by:
- Vladimir Karputov
- Views:
- 6782
- Rating:
- Published:
- 2017.11.03 12:31
- Updated:
- 2018.02.28 10:54
-
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.
Testing results on EURUSD, H1:
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19067

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

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

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

Opening and closing positions at a specified time.