Need to modify the exisiting EA with new parameter name

MQL4 Esperti

Specifiche

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,

File:

MQ4
INTERCOM.mq4
46.2 Kb

Con risposta

1
Sviluppatore 1
Valutazioni
(584)
Progetti
913
46%
Arbitraggio
31
39% / 29%
In ritardo
93
10%
In elaborazione
2
Sviluppatore 2
Valutazioni
(53)
Progetti
79
18%
Arbitraggio
13
15% / 54%
In ritardo
5
6%
Gratuito
3
Sviluppatore 3
Valutazioni
(258)
Progetti
395
28%
Arbitraggio
69
19% / 49%
In ritardo
120
30%
Gratuito
Ordini simili
Hello I want to develop a trading bot for my ctrader platform based on the attached Specification Anyone interest and experienced in this field should contact me on this project
I need to correct/modify EA based on Martingale strategy which include no. of modules, manual lot size, Martingale factor, TP, SL, Cutt-off SL, Balance DD limit, Enable new orders, Reverse orders, Equity Rise, News filter, Time filter, Alert, Chart Panel etc,. MA crossover logic to be added. Details can be discussed on personal basis. Base source files shall be submitted by freelancer. Existing EA can be shared which
Hello, I am looking for an programmer to convert a TradingView strategy pine script to MT5 EA auto trade bot. The indicator is based on the FVG/Imbalance (Pine script will be provided) The MT5 EA must include the strategy with the same options panel as TradingView script The MT5 EA must return 100% the same results as TradingView script The MT5 EA must be errors free The MT5 EA code must be well commented
Hello, How are you doing? I need a developer who can create a scanner with just CCi indicator for overbought and oversold for many pairs and Is it possible to put it with the free plapn of tradingview ? Requirements will be sent via inbox Kindly bid if this is what you can do Thanks
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hi, Would it be possible to get a developer for my trading system based on the attached specification? EA DETAILS Indicators to use (1) Better RSI () (2) Dynamic Linear Regression Channel (DLRC) by Iravan on Tradingview.com () (3) Range filter Buy and Sell 5 min – guikroth version on Tradingview.com () (With Dynamic Linear Regression, the period/length is automatically adjusted making it much faster to trade
I need a bot that copy trade from mt4 to telegram and also sends entry point , stop loss and take profit for a specific forex pair or any other pair that is traded
I need to create a quantitative forex trading bot which must have quantitative and DCA features together. If anyone can do for me then please apply. I will then discuss with you and send you the complete instruction. Looking forward to start as soon as possible. Thank You
Hello. I need experienced dev to program a cTrader EA. Ea will Work on breakout asian Session box and placing order after confirmed breakout and retest of asian box. Ea need to check valid account number and experiation time using API connected to external Server. So developer need to be experienced in this mind of job. Rest of details i will share later
Full description here please read this: https://docs.google.com/document/d/1-VY3DbYd-MwHwkcPuVzF38HZT8iA5MTIDU4cUih8kpw/edit?usp=drivesdk Candle criteria for entry: Buy: Enter after break of last candle high Place SL at bottom of the last candle TP target is size of the last candle exactly in pips Sell: Enter after break of last candle low Place SL at top of the last candle TP target is size of the last candle

Informazioni sul progetto

Budget
20 USD
Per lo sviluppatore
18 - 18 USD
Scadenze
da 1 a 2 giorno(i)