Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Publié par:
- Vladimir Karputov
- Vues:
- 4405
- Note:
- Publié:
- 2017.03.02 11:00
- Mise à jour:
- 2018.06.25 15:42
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The Expert Advisor makes trading decisions based on simple candlestick combinations. It is designed for use on the H4 period.
Author of the idea — Andrey, author of the MQL5 code — barabashkakvn.
Testing results on EUSUSD, H4, from 2015.01.11 to 2017.01.11, initial deposit 10000:
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/17348

Two iMAs on the current period and one on PERIOD_D1.

Pending Buy Limit (BuyLimit) and Sell Limit (SellLimit) orders. Using OnTradeTransaction().

Two iMA indicators with hard coded periods of 3 and 7, and on iRSI indicator with the period of 2.

The iMAs on the current period.