Watch how to download trading robots for free
Find us on Telegram!
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

Forex Profit - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
4866
Rating:
(16)
Published:
2017.03.02 09:50
Updated:
2018.06.29 16:21
Forex Profit.mq5 (25.74 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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

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