EA_Step_v1.00

MQL4 Experten

Auftrag beendet

Ausführungszeit 4 Tage
Bewertung des Kunden
Great developer, highest reputation, retailer. Absolute recommendation. Gran desarrollador, maxima reputacion, detallista. Recomendacion absoluta.

Spezifikation

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.


Bewerbungen

1
Entwickler 1
Bewertung
(34)
Projekte
80
34%
Schlichtung
13
31% / 54%
Frist nicht eingehalten
19
24%
Frei
2
Entwickler 2
Bewertung
(129)
Projekte
208
54%
Schlichtung
21
24% / 52%
Frist nicht eingehalten
64
31%
Frei
3
Entwickler 3
Bewertung
(41)
Projekte
160
45%
Schlichtung
16
13% / 50%
Frist nicht eingehalten
48
30%
Frei
4
Entwickler 4
Bewertung
(128)
Projekte
236
65%
Schlichtung
30
37% / 23%
Frist nicht eingehalten
49
21%
Frei
5
Entwickler 5
Bewertung
(546)
Projekte
1327
59%
Schlichtung
28
82% / 0%
Frist nicht eingehalten
10
1%
Frei
6
Entwickler 6
Bewertung
(263)
Projekte
537
50%
Schlichtung
55
40% / 36%
Frist nicht eingehalten
224
42%
Frei
7
Entwickler 7
Bewertung
(128)
Projekte
206
49%
Schlichtung
29
28% / 48%
Frist nicht eingehalten
33
16%
Frei
8
Entwickler 8
Bewertung
(30)
Projekte
93
49%
Schlichtung
18
56% / 17%
Frist nicht eingehalten
38
41%
Frei
9
Entwickler 9
Bewertung
(49)
Projekte
134
27%
Schlichtung
62
13% / 53%
Frist nicht eingehalten
58
43%
Frei
Ähnliche Aufträge
Hi I need a experience programmer to build me all harmonic pattern scanner indicator the must send alert with arrow on screen without open trades Multiple times frame H4 D1 W1 MN multiple currency pairs and i want to see all historical patterns that already happened
Pls if have a bos/ CHoCH indicator, about market structure when market changes character and when its down trend you can give me or create an indicator that knows market structure well simply if the market is on downtrend the indicator will know and if it’s on up trend the indicator will also know
I have two jobs actually. 1) I have source code and this one is based on getting signals and implementing. 2) I dont ave source code but you can view source code through any desk than compile those changes at your computer and at the time of implementation, you can do it thru anydesk. these are the changes i require in both: 1) Martingale strategy with manual settings , number of pips it, distance, profit can
Help needed 50+ USD
1. "Need help with my account! Assistance required ASAP!" 2. "Account assistance needed! Please help me resolve my issue!" 3. "Stuck with my account! Can someone lend a hand?" 4. "Account issues! Seeking help from a pro!" 5. "Help needed with my account! Please guide me through the process!"
Ceejay robots 50+ USD
Hllo ceejay I hope u can help me assistant plzz I'm depending on u I know I picked correct robot I know u got this I believe in u I know we can work together
Experience programmer needed who can build a sample double top and double bottom pattern indicator that send alert with arrow without open trades must send signal alerts only after the pattern confirm
I’m looking for a developer who can build a profitable EA for MT5. EA should have no major equity drops or daily drawdown. Looking for a solid trading system. NO martingale or Grid strategy EA should make around 10% a week Risk per trade should be 1% EA should use SL and TP
I am looking for a day trading bot with over 95% success ratio for gold and forex. It should use all the relevant strategies like moving averages (10, 20, 50), volume, RSI and trend into consideration and then generate buy and sell trade automatically with trailing SL and generate max profit
an ea that is based on a custom indicator, currently it works very fine but would like to add following... 1.make sure tp and sl values are calculated in points and are calculated from previous bar close (the one before our entry current bar) 2.check if a trade is already far from previous bar close than dont allow it, set the distance value in points (if current signal candle that is still formin and we would enter
I need a feature setup that will input the Sunday opening price as a horizontal ray on any chart and can be used by another EA as part of a trading strategy. Like this TradingView example below

Projektdetails

Budget
30 - 45 USD
MwSt (21%): 6.3 - 9.45 USD
Insgesamt: 36.3 - 54.45 USD
Für die Entwickler
27 - 40.5 USD
Ausführungsfristen
von 1 bis 3 Tag(e)