10 separate eas written to be given out for free by broker

MQL4 Experts

Specification

A unnamed broker has appointed us to provide 10 expert advisors with source codes.Broker requires rights to distribute thousands of copies of eas to customers ,free of charge.


Coder will sign NDA and waiver of all copyrights.Coder will provide 10 different EAS.


Each  EA will include the standard functions  and include 3 mas  on ea  template.


the other 9 eas include 

1)Range breakout

2)stochastics

3)trend

4)trend retracement

5)ma bounce

6)ma grid

7)candles price action

8)price action trends 

9)support & resistance


Standard parameters of main ea template:

//--- Standard parameters

extern bool Trade_Buy=1,Trade_Sell=1;

extern bool      UsePriceFilter      = true;//SET TO  FALSE IF TRADE OPENING  , THEN RESET 

extern bool      UseLWMAFilter       = true;//SET TO  FALSE IF TRADE OPENING  , THEN RESET 

extern bool      EnableExitManager       = true;//SET TO  FALSE IF TRADE OPENING  , THEN RESET 

extern int       Delay = 120; // Delay, minutes//AFTER OPENING A TRADE WAIT 120 MINUTES DELAY  , SET DELAY TO 5  MINUTES FOR EARLY RE-ENTRY

extern bool Run_PartialClose=1;

extern int PartialDistance=100,PartialPercent=50;

extern double    Lots          = 4.0;

extern int       StopLossFirst1  = 300; // 0 deactivates Stop Loss

extern int       ExpertID = 3020;

extern int       StartTrail1   = 250;    // Start trail after so many pips.

extern int       TrailingStop1 = 200;    // 0 deactivates Trailing Stop

extern int       TrailStep1    = 1;    // With which increments TS moves

extern int       TakeProfit1   = 300;    // 0 deactivates Take Profit

extern int       GainForBE1    = 200;    // How many pips will trigger Break Even. 0 deactivates.

extern int       PipsBE1       = 20;    // Level at which Break Even will be put

extern int       StartTime1    = 800;  // Start trading at 7:00

extern int       StopTime1     = 1900; // Stop trading at 23:00; Set to StartTime for continous operation (default).

extern string    closing="==== Close Times ====";

extern bool      CloseOnTime             = true;

extern int       ClosingTime             = 1900;

// Proportional stop PERCENTAGE TRAILING STOP

extern int       PropStop1               = 500;              // PropStop follows behind current price by X pips

extern int       StartPosition1          = 370;              // Pips profit at which to begin trailing with PropStop

extern double    IncrementPercentage1    = 2;              // Each pip of profit changes the PropStop value by X percent

extern int       MinStopValue1           = 100;             // PropStop cannot be less than X

extern int       PipGap1       = 200;   // Pip gap between first and second entry

extern int       TimeGap1      = 30;   // Time gap between first and second entry of 30 min

extern int       PipsLongEntry1  = -10;

extern int       PipsShortEntry1 =  10;

extern double    TradeMaxRisk  = 2;    // TradeMaxRisk > 0 so much % risk will be used, either based on SL or Account equity

extern bool      AutoLot       = false;

extern bool     Martingale AutoLot       = false;


Responded

1
Developer 1
Rating
(225)
Projects
284
42%
Arbitration
15
13% / 47%
Overdue
67
24%
Free
2
Developer 2
Rating
(365)
Projects
412
36%
Arbitration
35
26% / 57%
Overdue
63
15%
Free
4
Developer 4
Rating
(219)
Projects
370
42%
Arbitration
145
17% / 41%
Overdue
124
34%
Free
5
Developer 5
Rating
(88)
Projects
143
39%
Arbitration
21
19% / 48%
Overdue
30
21%
Free
6
Developer 6
Rating
(620)
Projects
680
57%
Arbitration
25
16% / 60%
Overdue
228
34%
Free
7
Developer 7
Rating
(43)
Projects
89
66%
Arbitration
10
50% / 50%
Overdue
28
31%
Free
8
Developer 8
Rating
(188)
Projects
212
58%
Arbitration
9
11% / 89%
Overdue
8
4%
Free
9
Developer 9
Rating
(105)
Projects
135
42%
Arbitration
19
16% / 53%
Overdue
20
15%
Loaded
10
Developer 10
Rating
(94)
Projects
148
59%
Arbitration
16
38% / 13%
Overdue
25
17%
Free
11
Developer 11
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
12
Developer 12
Rating
(362)
Projects
504
40%
Arbitration
147
18% / 72%
Overdue
98
19%
Busy
13
Developer 13
Rating
(130)
Projects
184
32%
Arbitration
17
29% / 59%
Overdue
27
15%
Working
14
Developer 14
Rating
(2422)
Projects
3042
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Working
15
Developer 15
Rating
(119)
Projects
127
41%
Arbitration
3
33% / 67%
Overdue
0
Free
16
Developer 16
Rating
(548)
Projects
825
73%
Arbitration
15
53% / 13%
Overdue
193
23%
Working
17
Developer 17
Rating
(43)
Projects
72
49%
Arbitration
4
0% / 50%
Overdue
19
26%
Free
18
Developer 18
Rating
(121)
Projects
134
66%
Arbitration
36
25% / 56%
Overdue
22
16%
Free
19
Developer 19
Rating
(1)
Projects
1
0%
Arbitration
1
0% / 100%
Overdue
0
Free
Similar orders
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en

Project information

Budget
500 - 1000 USD
For the developer
450 - 900 USD