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

MQL4 전문가

명시

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;


응답함

1
개발자 1
등급
(225)
프로젝트
284
42%
중재
15
13% / 47%
기한 초과
67
24%
무료
2
개발자 2
등급
(365)
프로젝트
412
36%
중재
35
26% / 57%
기한 초과
63
15%
무료
4
개발자 4
등급
(219)
프로젝트
370
42%
중재
145
17% / 41%
기한 초과
124
34%
무료
5
개발자 5
등급
(88)
프로젝트
143
39%
중재
21
19% / 48%
기한 초과
30
21%
무료
6
개발자 6
등급
(620)
프로젝트
680
57%
중재
25
16% / 60%
기한 초과
228
34%
무료
7
개발자 7
등급
(43)
프로젝트
89
66%
중재
10
50% / 50%
기한 초과
28
31%
무료
8
개발자 8
등급
(188)
프로젝트
212
58%
중재
9
11% / 89%
기한 초과
8
4%
무료
9
개발자 9
등급
(109)
프로젝트
140
44%
중재
19
16% / 53%
기한 초과
20
14%
로드됨
10
개발자 10
등급
(94)
프로젝트
148
59%
중재
16
38% / 13%
기한 초과
25
17%
무료
11
개발자 11
등급
(221)
프로젝트
369
66%
중재
10
50% / 0%
기한 초과
46
12%
무료
12
개발자 12
등급
(362)
프로젝트
506
40%
중재
147
18% / 72%
기한 초과
99
20%
로드됨
13
개발자 13
등급
(130)
프로젝트
184
32%
중재
16
31% / 63%
기한 초과
27
15%
무료
14
개발자 14
등급
(2441)
프로젝트
3076
66%
중재
77
48% / 14%
기한 초과
340
11%
작업중
15
개발자 15
등급
(119)
프로젝트
127
41%
중재
3
33% / 67%
기한 초과
0
무료
16
개발자 16
등급
(550)
프로젝트
827
73%
중재
15
53% / 13%
기한 초과
193
23%
작업중
17
개발자 17
등급
(43)
프로젝트
72
49%
중재
4
0% / 50%
기한 초과
19
26%
무료
18
개발자 18
등급
(121)
프로젝트
134
66%
중재
36
25% / 56%
기한 초과
22
16%
무료
19
개발자 19
등급
(1)
프로젝트
1
0%
중재
1
0% / 100%
기한 초과
0
무료
비슷한 주문
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

프로젝트 정보

예산
500 - 1000 USD
개발자에게
450 - 900 USD