Join our fan page
- Published by:
- Vladimir Karputov
- Views:
- 4166
- Rating:
- Published:
- 2017.03.02 11:48
- Updated:
- 2018.06.26 12:18
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Author of the idea — Collector, author of the MQL5 code — barabashkakvn.
The TDSGlobal ExperT Advisor uses the MACD, OsMA and WPR indicators. The Expert Advisor is configured to trade on the D1 timeframe with USDCHF, GBPUSD, USDJPY and EURUSD
Testing results from 2015.06.23 to 2017.01.16 on USDCHF, GBPUSD, USDJPY and EURUSD:
As you can see, there are very few trades, and they can be considered random.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/17423

The Fractal_TRIX indicator with the timeframe selection option available in the input parameters.

The SnakeInBorders indicator with the timeframe selection option available in the input parameters.

Trading on a new bar only. The rules are simple: if MAIN_LINE MACD (1) > MAIN_LINE MACD (2) -> Buy, if MAIN_LINE MACD (1) < MAIN_LINE MACD (2) -> Sell". When a signal opposite to open positions is received, close all positions.

The indicator shows t he parameter "Total volume of open positions - SYMBOL_SESSION_INTEREST".