Need to modify the exisiting EA with new parameter name

MQL4 Experts

Spécifications

Dear Friends,


i have an EA in this need to fine tune in that.

The working method as per attached EA, but it is problem in placing pending order.

Also need to change the parameter as per mentioned in the txt file

(A) Order_Placement_Immediate : True / False

(B) Follow_Distance_Between_Each_Open_Order_From_Current_Market_Price : 100

(C) Use_Place_First_Order_Buy : True / False

(D) Use_Place_First_Order_Sell : True / False

(E) Distance_Between_Each_Set_Off_Orders : 100 

(F) IF_Buy_First_Intial_Buy_Lot_Size : 30

(G) IF_Buy_First_Intial_Sell_Lot_Size : 3

(H) IF_Sell_First_Intial_Buy_Lot_Size : 3

(I) IF_Sell_First_Intial_Sell_Lot_Size : 30

(J) BuyStop_Lot_Increment :  -1

(K) BuyLimit_Lot_Increment :  1

(L) Selllimit_Lot_Increment : 1

(M) SellStop_Lot_Increment : -1


No_Of_BuyStop_Pending_Orders : 5

No_Of_Buylimit_Pending_Orders : 5

No_Of_Sellstop_Pending_Orders : 5

No_Of_Selllimit_Pending_Orders : 5

Use_Auto_Increment_Lot_Size : True / False

Lot_Increment_amount_In_USD : 1000

Lot_Increment_Size : 0.001

Account_No_Lock : 111111

Expiery_Date_Month_Yeat :14:04:2018

Follow_Individual_Take_Profit_for_every_Order :

Follow_Individual_Trailing_for_every_Order :

Follow_Individual_StopLoss_for_every_Order : 

Average_Take_Profit :

Average_Trailing :

Average_StopLoss :


WORKING METHOD


(A) Order_Placement_Immediate : True / False

If this paremeter is true then EA has to open the order imidetaly.

If this Parameter is false then EA has to wait to place the order until the following paremeter meets


(B) Follow_Distance_Between_Each_Open_Order_From_Current_Market_Price : 100

If this parameter is true then Ea has to OPen pending order in both side of the market above 50 Points and below 50 Points

If the Market Price is 1.11000, then Pending Order has to Open for Buy_Stop of 30 Lot & Sell_Limit of 3 Lot at a price of 1.11050 and the

Pending Order for Sell_Stop of 30 Lot & Buy_Limit of 3 Lot at a price of 1.10950.


(C) Use_Place_First_Order_Buy : True / False

If this paramter is true then EA has to open first order of Buy Lot.


(D) Use_Place_First_Order_Sell : True / False

If this paramter is true then EA has to open first order of Sell Lot.


(E) Distance_Between_Each_Set_Off_Orders : 100 

If the Inital order is placed at the price of 1.11050 Buy 30 Lot & Sell 3 Lot, the next pending order distance is 1.11150, 1.11250, 1.11350 respectively for 

Buy_Stop & Sell_Limit pending Orders and for distance of Sell_Stop & Buy_Limit pending Orders are 1.10950, 1.10850, 1.10750 respectively.


(F) IF_Buy_First_Intial_Buy_Lot_Size : 30

(G) IF_Buy_First_Intial_Sell_Lot_Size : 3

If the first order opening as a Buy then the lotsize is 30 and for sell lotsize is 3


(H) IF_Sell_First_Intial_Buy_Lot_Size : 1

(I) IF_Sell_First_Intial_Sell_Lot_Size : 30

If the first order opening as a Sell then the lotsize is 30 and for Buy lotsize is 3


(J) BuyStop_Lot_Increment :  -1

(K) BuyLimit_Lot_Increment :  1

(L) Selllimit_Lot_Increment : 1

(M) SellStop_Lot_Increment : -1

For this parameter the calculation method is as below,

BuyStop_Lot_Increment :  (F) IF_Buy_First_Intial_Buy_Lot_Size : 30 + ((G) IF_Buy_First_Intial_Sell_Lot_Size : 3 x -1) Eg : 30 +(3x-1) = 30 -3 = 27

BuyLimit_Lot_Increment : (H) IF_Sell_First_Intial_Buy_Lot_Size : 3 + ((G) IF_Buy_First_Intial_Sell_Lot_Size : 3 x 1) Eg : 3 + (3x1) = 3+3 = 6

Selllimit_Lot_Increment : (I) IF_Sell_First_Intial_Sell_Lot_Size : 30 + ((H) IF_Sell_First_Intial_Buy_Lot_Size : 3 x -1) Eg : 30 +(3x-1) = 30 -3 = 27

SellStop_Lot_Increment : (G) IF_Buy_First_Intial_Sell_Lot_Size : 3 + ((H) IF_Sell_First_Intial_Buy_Lot_Size : 3 x 1) Eg : 3 + (3x1) = 3+3 = 6



IMPORTANT NOTE : ONCE THE OPEN ORDER IS TRIGERRED WITH TP OR SL. THEN IMEDIATLY CLOSE LAST PENDING ORDER OF PREVIOUSLY OPNED AND PLACE 

THE PENDING ORDER IN THE SAME PRICE WITH THE SAME LOTSIZE IN THE ALREADY OPEN PRICE


FOR REFERENCE PURPOSE EA ATTACHED.


The details enclosed,

Dossiers :

MQ4
INTERCOM.mq4
46.2 Kb

Répondu

1
Développeur 1
Évaluation
(595)
Projets
927
46%
Arbitrage
31
39% / 29%
En retard
93
10%
Travail
2
Développeur 2
Évaluation
(53)
Projets
79
18%
Arbitrage
13
15% / 54%
En retard
5
6%
Gratuit
3
Développeur 3
Évaluation
(258)
Projets
395
28%
Arbitrage
69
19% / 49%
En retard
120
30%
Gratuit
Commandes similaires
Description: I am seeking an experienced MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5 based on a specific trend-following strategy. The strategy includes precise risk management, advanced trade management features, and additional risk management tools. The EA should be adaptable to any timeframe on which it is attached. Below are the detailed requirements and parameters for the EA: Strategy
I need an EA trading frequently (HFT or something like), and it sould have some features below: 1、Have a clear trading logic 2、Have a good backtest result 3、Have a demonstrated benefitable result in a live account trading 4、Can avoid the news time period or not sensitive to news
Tenho um EA mql4 que está com funcionalidades funcionando e outras com funcionalidades sem funcionar. Tenho um vídeo do EA funcionando como deve funcionar perfeitamente. O meu não consegue seguir o mesmo programa pois quando coloca os pontos de parada e retirada são bem diferentes. Não tenho pressa para tempo, só queria que conseguisse renovar o EA. O arquivo do grafico anexo é como ele se encontra agora. O certo é
New york session based strategy 9:30 open Price takes out buy side or sell side liquidity Usually using 15min high and lows 5m entry Price takes out that high/low and price must close strongly back into the zone Is price is above price we have a sell bias vis versa for buys Sl is at the high or low with option for “offset” for cushion Tp is usually the opposite High or low. Would like the option for set pips-points &
Hello, I am looking for a skilled developer to create an Expert Advisor (EA) for MT4. The EA should close an open trade automatically when a Golden or Death Cross occurs in the Alligator Indicator. Please let me know if you have experience with similar projects and how we can discuss the details further
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
I need someone to build an EA for me based on Trend and Pivot levels from custom Pivot and Trend indicators. I will provide more information to the selected programmer
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details
Utilizing the MQL5 MetaEditor Wizard, I created an Expert Advisor, having the following Signal indicators: I was able to optimize the EA and reached a backtest with the following specifications: I was able to reach a profit level of 30K, as indicated below. However, the Bot is not without faults and following the backtest, I started a forward test with real live data and the results were not so great. The EA took a

Informations sur le projet

Budget
20 USD
Pour le développeur
18 - 18 USD
Délais
de 1 à 2 jour(s)