Modify or Write New Multi Pair EA

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 11 gün

İş Gereklilikleri

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.


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(34)
Projeler
80
34%
Arabuluculuk
13
31% / 54%
Süresi dolmuş
19
24%
Serbest
2
Geliştirici 2
Derecelendirme
(18)
Projeler
21
38%
Arabuluculuk
17
0% / 88%
Süresi dolmuş
2
10%
Serbest
3
Geliştirici 3
Derecelendirme
(8)
Projeler
10
40%
Arabuluculuk
7
14% / 86%
Süresi dolmuş
4
40%
Serbest
4
Geliştirici 4
Derecelendirme
(187)
Projeler
367
56%
Arabuluculuk
45
22% / 56%
Süresi dolmuş
188
51%
Serbest
5
Geliştirici 5
Derecelendirme
(20)
Projeler
46
54%
Arabuluculuk
3
67% / 0%
Süresi dolmuş
14
30%
Serbest
6
Geliştirici 6
Derecelendirme
(30)
Projeler
93
49%
Arabuluculuk
18
56% / 17%
Süresi dolmuş
38
41%
Serbest
Benzer siparişler
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hello, I need a martingale and grid bot. The programmer must provide a test of about 5 minutes for the EA to see how it works and if everything is fine, it will be selected to make some modifications for personal use to that EA that you provide. If it has a lot of graphics or buttons. better It doesn't matter if the robot is bad, I'm more interested in its functionalities to use with my strategy
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing
Hi, I'm looking for a martingale MT4 EA that performs a lot of trading volume per day. If you have the robot, you'll need to send me the demo so I can backtest it. Thank you very much
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor the 2 lines in the below pictures and then start to activate bids once they cross each other and then be able to manage all bids afterwards towards the direction of the market by opening and closing them intermittently and profitably until the position at the other

Proje bilgisi

Bütçe
Son teslim tarihi
from 2 to 3 gün