Modify or Write New Multi Pair EA

MQL4 Experts

Job finished

Execution time 11 days

Specification

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.


Responded

1
Developer 1
Rating
(34)
Projects
80
34%
Arbitration
13
31% / 54%
Overdue
19
24%
Free
2
Developer 2
Rating
(18)
Projects
21
38%
Arbitration
17
0% / 88%
Overdue
2
10%
Free
3
Developer 3
Rating
(8)
Projects
10
40%
Arbitration
7
14% / 86%
Overdue
4
40%
Free
4
Developer 4
Rating
(187)
Projects
367
56%
Arbitration
45
22% / 56%
Overdue
188
51%
Free
5
Developer 5
Rating
(20)
Projects
46
54%
Arbitration
3
67% / 0%
Overdue
14
30%
Free
6
Developer 6
Rating
(30)
Projects
93
49%
Arbitration
18
56% / 17%
Overdue
38
41%
Free
Similar orders
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
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
I need someone that can make expert advisor for backtesting purpose. The input file is History trade report export file from MQl5 the expert advisor should open position the exact time of open trade on the report. The same as the close time

Project information

Budget
Deadline
from 2 to 3 day(s)