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

DVD Level - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
2289
Rating:
(15)
Published:
2017.01.19 16:58
Updated:
2018.06.14 16:26
DVD Level.mq5 (55.36 KB) view
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);


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16814

Exp_ZeroFillingStop Exp_ZeroFillingStop

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

SilverTrend_Signal_Alert SilverTrend_Signal_Alert

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

Scalpel EA Scalpel EA

Scalpel EA for MetaTrader 5

Exp_TralingStop Exp_TralingStop

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