Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

Forex Profit - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
4877
Note:
(16)
Publié:
2017.03.02 09:50
Mise à jour:
2018.06.29 16:21
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The Expert Advisor uses Parabolic SAR and three EMAs (with the periods of 10, 25 and 50).

Author of the idea — Yuriauthor of the MQL5 code — barabashkakvn

The algorithm of trading strategy:

1. Open a H1 chart of EURUSD, lots 0,1.

2. Draw Parabolic SAR and three Exponential Moving Averages with periods 10, 25, 50.

A Buy signal: ЕMA with the period of 10 crosses ЕМА 25 and 50 from bottom upwards, while Parabolic SAR is below the price.

A Sell signal: ЕMA with the period of 10 crosses ЕМА 25 and 50 from top downwards, while Parabolic SAR is above the price.

Exit:

1. By Stop Loss
2. By
Take Profit
3. When the ЕМА 10 line turns the opposite direction (if we have a 
Buy position, close where the ЕМА10 top was formed, for Sell - where bottom is formed), with a minimum profit. The values of Stop Loss and Take Profit for buy and sell trades will be different.

Testing results on EURUSD, H1 from 2016.06.28 to 2016.12.16, initial deposit - $3000:

 Forex Profit tester

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/17210

Master_MM_Droid Master_MM_Droid

Four trading strategies in one Expert Advisor.

BigBarSound BigBarSound

The Expert Advisor plays sound alerts when candlestick size exceeds a certain value.

SendClose SendClose

The Expert Advisor opens or closes positions at the intersection of lines.

gazonkos gazonkos

The Expert Advisor searches for the momentum: iClose(t2)-iClose(t1).