EA_Step_v1.00

MQL4 Experts

Job finished

Execution time 4 days
Feedback from customer
Great developer, highest reputation, retailer. Absolute recommendation. Gran desarrollador, maxima reputacion, detallista. Recomendacion absoluta.

Specification

Good afternoon everyone

I would like a simple EA progamar.

Deputy template parameters that would use the EA.

//+------------------------------------------------------------------+
//|                                                EA_Step_v1.00.mq4 |
//|                                                                  |
//|                                                                  |
//+------------------------------------------------------------------+
#property copyright ""
#property link      ""
#property version   "1.00"
#property strict


//***********************************************************************************************************************************
//***********************************************************************************************************************************

extern string     ExpertName                    = "=== EA_Step_v1.00 ===";

extern string     GeneralParameters             = "===== GENERAL PARAMETERS =====";

extern int        Magic                         = 11111; 
extern int        MaxSpreadPermitted            = 2;           
extern int        MaxSlippage                   = 2;           
extern bool       EcnBroker                     = true;        // This determinates if the orders are virtual or not!!!      
extern int        NumberOfTry                   = 10;
extern int        MaximumVolumeSize             = 10;
extern string     CustomComment                 = "Setting 1";

//***********************************************************************************************************************************
//***********************************************************************************************************************************

extern string     MoneyManagement               = "===== MONEY MANAGEMENT =====";

extern int        MoneyManagType                = 0;    
extern string     MMT_0                         = "MMT = 0, Fixed Volume";
extern string     MMT_1                         = "MMT = 1, % Account Balance";

extern double     LotSize                       = 0.01;

extern double     RiskAccountBalance            = 15;


extern string     Martingale                    = "===== MARTINGALE =====";

extern int        MartingaleType                = 0;    
extern string     MGT_0                         = "MGT = 0, NO Martingale";
extern string     MGT_2                         = "MGT = 2, Factor Multiplication";

extern double     Martingale_MultiplyOnLoss     = 2.0;

//***********************************************************************************************************************************
//***********************************************************************************************************************************

extern string     Positions                     = "===== POSITIONS SETTINGS =====";
   
extern double     TakeProfit                    = 50;
extern double     StopLoss                      = 30;
  
extern int        TrailingMode                  = 0;
extern string     TM_0                          = "TM = 0, Off";
extern string     TM_1                          = "TM = 1, -- Mode 1 -- BreakEven & Trailing Stop";
extern string     Mode1                         = "----- MODE 1 -----";
extern double     BreakEvenStartPips            = 15;
extern double     BreakEvenPipsLockIn           = 5;

extern double     TrailingStopStarPips          = 20;
extern double     TrailingStopPips              = 15;
extern double     TrailingStopStepPips          = 5;


//***********************************************************************************************************************************
//***********************************************************************************************************************************

extern string     IndicatorsSettings            = "===== INDICATORS SETTINGS=====";

extern string     _Indicator                    = "===== StepMA =====";
extern int        OmaLength                     = 25;
extern double     OmaSpeed                      = 8.0;
extern bool       OmaAdaptive                   = true;
extern double     Sensitivity                   = 5;           // Sensivity Factor
extern double     StepSize                      = 10;          // Constant Step Size
extern int        Shift                         = 0;           // OShify
extern bool       HighLow                       = false;       // High/Low Mode Switch (more sensitive)
extern bool       alertsOn                      = false;
extern bool       alertsOnCurrent               = true;
extern bool       alertsMessage                 = true;
extern bool       alertsNotification            = false;
extern bool       alertsSound                   = false;
extern bool       alertsEmail                   = false;

//***********************************************************************************************************************************
//***********************************************************************************************************************************

extern string     Alerts                        = "===== ALERTS =====";

extern bool       AlertEnable                   = true;

//***********************************************************************************************************************************
//***********************************************************************************************************************************



The EA broker would have to work in 4 digits and 5 digits equally.

Operations would be launched at the end of bar.

If we bought and a Sell signal emerges, we would close the Buy and would open a sale and otherwise equal, if we Sell and a buy signal arises, we would close the sale and would open a Buy.

The EA will advise us by message of any errors contained in the library errors MT4.

If this active:

TM = 1, -- Mode 1 -- BreakEven & Trailing Stop


extern string     TM_1                          = "TM = 1, -- Mode 1 -- BreakEven & Trailing Stop";
extern string     Mode1                         = "----- MODE 1 -----";
extern double     BreakEvenStartPips            = 15;
extern double     BreakEvenPipsLockIn           = 5;

extern double     TrailingStopStarPips          = 20;
extern double     TrailingStopPips              = 15;
extern double     TrailingStopStepPips          = 5;


Any parameter of those listed here may have value 0, implying that this is disabled.

If all parameters have some value, the EA will make case BreakEven first and from there moved to BreakEven Stop Loss, Trailing from that point will be activated.

If BreakEven is 0, the only work Trailing.

If Trailing Stop is 0 only work the BreakEven.


The EA will catch signals only an indicator and will do so as represented in the picture:


1



Any questions or detailed performance and parameters of EA, I will discuss with the selected developer.

Kind regards.

Hermo.


Responded

1
Developer 1
Rating
(34)
Projects
80
34%
Arbitration
13
31% / 54%
Overdue
19
24%
Free
2
Developer 2
Rating
(129)
Projects
208
54%
Arbitration
21
24% / 52%
Overdue
64
31%
Free
3
Developer 3
Rating
(41)
Projects
160
45%
Arbitration
16
13% / 50%
Overdue
48
30%
Free
4
Developer 4
Rating
(128)
Projects
236
65%
Arbitration
30
37% / 23%
Overdue
49
21%
Free
5
Developer 5
Rating
(554)
Projects
1340
59%
Arbitration
28
82% / 0%
Overdue
10
1%
Free
6
Developer 6
Rating
(266)
Projects
540
50%
Arbitration
55
40% / 36%
Overdue
224
41%
Working
7
Developer 7
Rating
(128)
Projects
206
49%
Arbitration
29
28% / 48%
Overdue
33
16%
Free
8
Developer 8
Rating
(30)
Projects
93
49%
Arbitration
18
56% / 17%
Overdue
38
41%
Free
9
Developer 9
Rating
(49)
Projects
134
27%
Arbitration
62
13% / 53%
Overdue
58
43%
Free
Similar orders
CHAPTER 1: BASICS 1.THE BASICS 1.1. EXPANSION AND RETRACEMENT Expansion =>occurs when there is an impulse movement towards a direction. Retracement => is the correction movement after an impulse movement. 1.2. FIBBONACCI RETRACEMENT USED TO DETERMINE THE END OF THE RETRACTION MOVEMENT, USUALLY THE PRICE RETRACTS TO 50% OR UNTIL OTE (0.62, 0.705, 0.79) BEFORE ANOTHER IMPULSE MOVEMENT OCCURS. 1.3. BMS - BREAK IN MARKET
Am looking for a developer who can convert an MT5 indicator into MT5 EA. I have the source code of the indicator and i want it modified a little to fit my parameters. Only developer with Smart Money Concept should get in touch. The developer will also add another MT5 indicator( this will be used to confirm entries and exit of orders. More details to follow
I want a program that automatically disables manual trade execution once a specified number of trades have already been placed. ie. After a total of 3 trades have been placed on that day, manual trade execution should be disabled. I want the program to also limit the amount of lots that can be traded in any given day. ie. Maximum of 15 standard lots in any given day. The program should disable manual trade execution
Currency Strength EA 30 - 80 USD
hi These ACS&Csdash indicators work in the same way but provide signals of different currency pairs. And Either of these two ACS indicators should be selected any one and set to trade. It provides signals of multiple currency pairs in the interface So the EA should work like that to trade multiple currency pairs on one chart. CsDash should analyze whether it is a strong signal to show on the dash board and make a
Hello Everyone, I want a professional programmer to help me create an Expert with the ability to take bids in accuracy and be able to manage trades effectively. I have developed a price mechanism that will help to identify if a trade is Going upwards or downwards. This has helped me to identify 2 price positions. So, after establishing the price positions, the next move of the market afterwards will then determine
I am looking for a highly sample and ready and tested profitable EA to purchase.if it meets my requirements i will order same one.EA must be low drawdown high profit on any timeframe
i have a ready made SMC EA and looking for optimizing and debugging and also adding back the missing things in the requirement file. Basically work with the current code and refine it to fit the requirement file. Most indicator is already in the EA and the requirement file below are mostly finish. here are the things need to add back and debug based on the requirement file 1. TP from the filter and need to check
If you think you can replicate EA ("reverse engineering") from Metarader's Market, and create a new EA from scratch that works 100% the same - please send an offer. I have already managed to find out many features of that EA (entry times, risk management, averaging, trailing...) but I still miss a few
Candle wick bot The bot will have a set amount of wick length to enter trade at candle open price, there will be a set Amount in points that the candle wick has to be to then enter that opposite of the wick direction Settings will look like this : Timeframe: (meaning which candles you’re using to measure open price from for the wick length ) If set to 5 min it’ll be using 5 min candles , if set to 15 it’ll use 15
Looking for a developer to create an MT4 EA based on a custom currency strength indicator and simple moving average. Will provide currency strength indicator code to the selected developer. Buy rules If the EA added in the EURUSD chart and EUR has a currency strength above or equal to 6 and USD has strength less than 2. Wait for the prices comes back to SMA and open the buy trade if the price closes above SMA. Place

Project information

Budget
30 - 45 USD
VAT (21%): 6.3 - 9.45 USD
Total: 36.3 - 54.45 USD
For the developer
27 - 40.5 USD
Deadline
from 1 to 3 day(s)