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
- Views:
- 3676
- Rating:
- Published:
- 2017.01.19 16:58
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The Expert Advisor moves a position to a breakeven when a predefined profit is reached.
//+----------------------------------------------+
//| Expert Advisor input parameters |
//+----------------------------------------------+
input uint ZeroFillingStop=500; //position profit in points
input uint Deviation_=10; //max price deviation in points
//+----------------------------------------------+
//| Expert Advisor input parameters |
//+----------------------------------------------+
input uint ZeroFillingStop=500; //position profit in points
input uint Deviation_=10; //max price deviation in points
//+----------------------------------------------+
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16813

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

The Expert Advisor opens and closes positions at the predefined moments in time.

The Expert Advisor opens trades when the price approaches an integer cent, for example, 1.39, 1.40 or 1.41.

Scalpel EA for MetaTrader 5