Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Published by:
- Vladimir Karputov
- Views:
- 2614
- Rating:
- Published:
- 2017.01.19 16:58
- Updated:
- 2018.06.14 16:26
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Author of the idea — Denis Denisov , mq5 code author — barabashkakvn.
The EA operation is based on the analysis of the four iMA indicator readings on different bars:
iMA(Symbol(),PERIOD_H1,2,0,MODE_EMA,PRICE_CLOSE);
iMA(Symbol(),PERIOD_H1,24,0,MODE_EMA,PRICE_CLOSE);
iMA(Symbol(),PERIOD_D1,2,0,MODE_EMA,PRICE_CLOSE);
iMA(Symbol(),PERIOD_D1,24,0,MODE_EMA,PRICE_CLOSE);
iMA(Symbol(),PERIOD_H1,24,0,MODE_EMA,PRICE_CLOSE);
iMA(Symbol(),PERIOD_D1,2,0,MODE_EMA,PRICE_CLOSE);
iMA(Symbol(),PERIOD_D1,24,0,MODE_EMA,PRICE_CLOSE);
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16814

The Expert Advisor moves a position to a breakeven when a predefined profit is reached.

SilverTrend semaphore signal indicator features alerts, emails and push notifications.

Scalpel EA for MetaTrader 5

The Expert Advisor moves a stop loss to a predefined fixed distance from the current price.