Modify or Write New Multi Pair EA

MQL4 专家

工作已完成

执行时间11 天

指定

Hi,

 

I need a good and reliable coder who is able to deliver the following EA which majority of the functions can be found in the "Multi Pair Swing Trader EA" attached with certain modification as listed below. The layout should be as per MS Words file "New EA On Screen Display Layout.jpg".

Kindly study thoroughly my requirements below and post questions to avoid misinterpretation or unnecessary arguments in future. 

Interested party, kindly quote and inform FIRM delivery date in return.


New Multi Pair EA

 

Functions needed for my new Multi Pair EA strategy (Item 1 to 16 can be found in Multi Pair Swing Trader EA):-

1). TradeTimeFrame,

2). FixedLotSize,

3). MaxPairs,

4). TradeAUDPairs, TradeCADPairs, TradeCHFPairs, TradeEURPairs, TradeGBPPairs, TradeJPYPairs, TradeNZDPairs, TradeUSDPairs,

5). IgnorePair,

6). TradingHours,

7). RiskLevel,

8). AmountToProtect,

9). UseAdaptive,

10). UseBasket,

11). UseProfitLock, LockTriggerPips, PipsToLock,

12). OnlyTradeNewBar,

13). Slippage,

14). CriminalIsECN,

15). UseHardTakeProfit(TakeProfit), UseHardStopLoss(Stoploss),

16). MagicNo,

//------------------------------- Added Functions -----------------------------------------------------------------------------------------------//

17). On Screen Display for ( as per attached “New EA On Screen Display Layout.jpg”:-

    cLine = cLine + "\n\n" + "Broker:  " + AccountCompany();

    cLine = cLine + "  |  Type:  " + BrokerType(Symbol()) + " Digit";

    cLine = cLine + "  |  Contract Size:  " + DoubleToStr(MarketInfo(Symbol(), MODE_LOTSIZE), 0) + " units";

    cLine = cLine + "  |  Min Lots:  " + DoubleToStr(MarketInfo(Symbol(), MODE_MINLOT), 2);

    cLine = cLine + "  |  Leverage:  " + AccountLeverage();

    cLine = cLine + "  |  Available Pairs:  " + DoubleToStr(ArraySize(Pairs), 0);

    cLine = cLine + "  |  Base Currency:  " + AccountCurrency();

    cLine = cLine + "  |  Magic No:  " + MagicNo;

    cLine = cLine + "  |  Lot Size:  " + DoubleToStr(GetLots(""), 2);

    cLine = cLine + "  |  Max Pairs:  " + MaxPairs;

    cLine = cLine + "  |  Time Frame: [ " + TradeTimeFrame + " ]";

    cLine = cLine + "  |  Hard TP:  " + FixedTP;

    cLine = cLine + "  |TP/SL Mode: [ " + TP_SLMode + " ]";

    cLine = cLine + "  |Daily Profit: [ " ????????????? " ]";

    cLine = cLine + "  |Daily Loss: [ " ????????????? " ]";

    cLine = cLine + "  |Net Daily P/L: [ " ????????????" ]";

    cLine = cLine + "  |RealTime BasketLoss: [ " ?????????????? " ]";

    cLine = cLine + "  |BreakEvenOnLossPair: [ " ?????????????? " ]";

    cLine = cLine + "  |BreakEvenLevelStart: [ " ?????????????? " ]";

 

 

18). BreakEvenOnLossPair, BreakEvenLevelStart,

19). MartingaleOnLoss, MartingaleMultiplier, MartingaleStart, MartingaleMax

20). Entry & Exit Rules :-

 

 

BUY Rules

1). Instead of detect swing cross and back function as trade entry (as per Multi Pair Swing Trader EA), I would like to change them to the following conditions :-

a). Compare last 2 candle by calculating the UpperWick/Body/LowerWick/Volume based on the formula below in blue (will be emailed separately upon selected). If Totalup > TotalDown then BUY and vice-versa.

 

2). if subsequent bar is still upbar then do nothing until downbar appear,

3). When downbar appear, then compare the LAST UPBAR & DOWNBAR after barclose based on the below formula in blue:-

 

 

4). If (LastUpBar(TotalUp) + Downbar(TotalUp)) >  (LastUpBar(TotalDown) + Downbar(TotalDown)) then do nothing. Thereafter, compare this Downbar with the next bar by the TotalUp & TotalDown formula (doesn’t matter whether it’s a UpBar or Downbar). If the result is still TotalUp > TotalDown, then wait for next bar to repeat the comparing process. Always compare the last 2 bar TotalUp & TotalDown. If finally TotalDown > TotalUp, then go to no. 5.

 

5). If (LastUpBar(TotalUp) + Downbar(TotalUp)) <  (LastUpBar(TotalDown) + Downbar(TotalDown)) then close order.

a). open another trade as Sell and follow the SELL Rules policy(opposite of BUY Rules Policy).

b). if in loss, store this pair lost $$$ amount. If lost again in this trade then open another opposite trade & accumulate this pair lost $$$ amount until win a trade to offset the stored lost $$$ amount.

 

6).            a). BREAKEVENONLOSSPAIR = Y/N, to offset the accumulation of all losses + commission per single currency pair,

                b). BREAKEVENLEVELSTART = number of loss per the single currency pair before this function initiate,

                c). MARTINGALEONLOSS = Y/N, to activate martingale function on losses

                d). MARTINGALEMULTIPLIER = multiplication of the last loss lot size eg. x1.5

    e). MARTINGALESTART = number of losses before martingale function starts. eg. If 5 = activate after 5 losses for that specific currency pair,

    f). MARTINGALEMAX = number of allowed multiplication. Eg. If 3  = initial size 1lot, x1.5 = 1.5lot(1st), x1.5 = 2.25lot (2nd), x1.5 = 3.375lot(3rd max).

 

7). As this is a multi pair EA, it’ll not be able to backtest by MT4 Strategy Tester. Are you able to make an option to switch to single currency temporarily for backtest? I’ve noticed that MT5 Strategy Tester is able to backtest multi pair concurrently, is that right? Or kindly advise on other alternative.


反馈

1
开发者 1
等级
(34)
项目
80
34%
仲裁
13
31% / 54%
逾期
19
24%
空闲
2
开发者 2
等级
(18)
项目
21
38%
仲裁
17
0% / 88%
逾期
2
10%
空闲
3
开发者 3
等级
(8)
项目
10
40%
仲裁
7
14% / 86%
逾期
4
40%
空闲
4
开发者 4
等级
(187)
项目
367
56%
仲裁
45
22% / 56%
逾期
188
51%
空闲
5
开发者 5
等级
(20)
项目
46
54%
仲裁
3
67% / 0%
逾期
14
30%
空闲
6
开发者 6
等级
(30)
项目
93
49%
仲裁
18
56% / 17%
逾期
38
41%
空闲
相似订单
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
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. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5

项目信息

预算
截止日期
 2  3 天