Need to modify the exisiting EA with new parameter name

MQL4 Experts

Specification

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,

Files:

MQ4
INTERCOM.mq4
46.2 Kb

Responded

1
Developer 1
Rating
(584)
Projects
912
46%
Arbitration
31
39% / 29%
Overdue
93
10%
Working
2
Developer 2
Rating
(53)
Projects
79
18%
Arbitration
13
15% / 54%
Overdue
5
6%
Free
3
Developer 3
Rating
(258)
Projects
395
28%
Arbitration
69
19% / 49%
Overdue
120
30%
Free
Similar orders
the idea of the bot is to trade based on trend. we are going to use 5 different sma( smoothed moving average). they are sma7,sma20, sma50, sma100 and sma200. the bot will look for only buy trades when all the smas are facing up. the bot will look for only sell trades when all the smas are facing down. when we are in a up trend, the bot will look to enter trades on bullish candles that create fvg. if there is an fvg
Topx 80+ USD
1)I need EA with on/off button per currency and buttons to control lots size, auto change of currency with time, Dashboard of 4 indicators (Bollinger, Currency strength, FVG and Gann ) and trade management. Entry: When buy is clicked, the EA draws a line. After x pips market move away from the line or when price moves to given price line and or time, the EA opens buy order if clicked/selected indicators align. Set
I'm looking for an experienced developer to make some modifications to my MT4 Currency Strength Table indicator. Key Requirements: - I would like to have the add on feature of delta or the difference of the strength of currencies displayed in the new table and showing as B or S of only the one currency pair when the delta or difference arises. the delta will change values as the difference of strength of compared
I need Spike DETECTOR EA for Boom and Crash.. which will send me notification or alerts when spike is near. The EA should also be able be buy on crash Index and sell on Boom Index depending on the market..Demo may be provided for faster execution of my order
· I need an MT5 EA that trades on Currencies, Indices, Metals, Crypto, Commodities and Deriv Synthetic Indices. · It should trigger trades on the Moving average cross above or below of the RSI levels in the same window. It should have a Trailing stop and break even input variables. Please note that I only want to use the RSI levels and not its period hence the RSI period will be set to 1. Also the
ODSMART EA 30 USD
I want an EA developed from this strategy that will buy and sell based on the appearance of these colours. Blue-buy (Enter when the signal indicator is at zero on the blue background) Red -sell( Enter when the signal indicator is at 100) White and brown, exit trade
i want to create RSI trading bot in 1 min time frame this is will happern in 1 min timeframe if RSI level 3 min chat frame touch 27 RSI level than excute buy order as and if 3 min time frame candle touch 72 level RSI will excute sell order than profit will be 3 time where order fill from and stop loss open ,. and i want in the setting able adjust the stoploss in tick adjust the take profit and entry lot
I am in the middle of conducting a complex experiment. And part of this experiment entails modifying an existing free MT5 EA (DarkCloud PiercingLine Stoch, for which i can pass the source code to you if you need) to: run only on specific days and within specific hours on those specific days. I will provide you with the schedule. I need the EA to come with scheduling choices so that the user can choose which days and
Hi, I'm looking for a developper to create an EA based on: The combination of 6 FOREX indicators The strategy is based on the combination of 6 indicators It can be used regardless of the timeframe. It can be used regardless of the symbol
I want to design forex robot which work based on hikenashi candel stick pattern and also i wamt to include martingale statergy and trade entry method is bqsed on rsi and hikenashi

Project information

Budget
20 USD
For the developer
18 - 18 USD
Deadline
from 1 to 2 day(s)