EA_Step_v1.00

MQL4 Эксперты

Работа завершена

Время выполнения 4 дня
Отзыв от заказчика
Great developer, highest reputation, retailer. Absolute recommendation. Gran desarrollador, maxima reputacion, detallista. Recomendacion absoluta.

Техническое задание

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.


Откликнулись

1
Разработчик 1
Оценка
(34)
Проекты
80
34%
Арбитраж
13
31% / 54%
Просрочено
19
24%
Свободен
2
Разработчик 2
Оценка
(129)
Проекты
208
54%
Арбитраж
21
24% / 52%
Просрочено
64
31%
Свободен
3
Разработчик 3
Оценка
(41)
Проекты
160
45%
Арбитраж
16
13% / 50%
Просрочено
48
30%
Свободен
4
Разработчик 4
Оценка
(128)
Проекты
236
65%
Арбитраж
30
37% / 23%
Просрочено
49
21%
Свободен
5
Разработчик 5
Оценка
(548)
Проекты
1330
59%
Арбитраж
28
82% / 0%
Просрочено
10
1%
Свободен
6
Разработчик 6
Оценка
(264)
Проекты
538
50%
Арбитраж
55
40% / 36%
Просрочено
224
42%
Работает
7
Разработчик 7
Оценка
(128)
Проекты
206
49%
Арбитраж
29
28% / 48%
Просрочено
33
16%
Свободен
8
Разработчик 8
Оценка
(30)
Проекты
93
49%
Арбитраж
18
56% / 17%
Просрочено
38
41%
Свободен
9
Разработчик 9
Оценка
(49)
Проекты
134
27%
Арбитраж
62
13% / 53%
Просрочено
58
43%
Свободен
Похожие заказы
Order of EA trading only Arrow signals of my indicator in MT4 This EA should trade only the BUY and SELL Arrow signals after 1 added candle AND only if the bricks (blue for blue and red for sell) are in same direction Arrow + a brick Indicator is here attached. Arrow up + 2 Bricks Blue is BUY Arrow down + 2 Bricks Red is SELL Important is to check ONLY CLOSED candels. Sometimes it maybe occur ,that arrow apperase
Je souhaite un Ea advisor, possédants des stratégies combinés tels que : RSI+BB, Stoch+ATR, Fibonacci pattern harmonics, Keiltner+Canal Donchian, EMA+SMMA, support et résistance,zizag Min lots : 0.1 Je rechargerai mon solde une fois qu’un bon robot me sera présenté Je 'ai qu’une centaine d’euro entre mon investissement en votre EA et mon solde métatrader je ne veux pas de calcul de lots en fonction de mon
Pinescript code 60 - 100 USD
i need to convert this pinescript to ea mql4 exactly as original, consider my budget, i have also other project so if you are avalable and have enough time consider to take also other pinescript project
Hi, I have an indicator from my friend, I want to copy it to MT5 can you do that for me. Here is the link
Hi, I have an indicator from my friend, I want to copy it to my own Traidingview or MT5 can you do that for me. Here is the link
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
Martingle EA 30+ USD
Create martingle grid EA with my own logic. Add Moving Avarage Filter. 2 engine with same logic. Sl TP by $ amount. Profit loss Dashboard Virtual all trade close Button
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. When sending
I need a graphic designer that is good at voice overs and object animation. I have a dialogue project that I intend it to deliver a certain message for marketing purposes. The project is to be done by cartoons and they should be much humanized in terms of graphics. The project has to be in the form of video that lasts up to 3 minutes longest and not less than 2 minutes. Creativity is the most important requirement
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader

Информация о проекте

Бюджет
30 - 45 USD
VAT (21%): 6.3 - 9.45 USD
Итого: 36.3 - 54.45 USD
Исполнителю
27 - 40.5 USD
Сроки выполнения
от 1 до 3 дн.