Need to modify the exisiting EA with new parameter name

MQL4 Asesores Expertos

Tarea técnica

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,

Archivos adjuntos:

MQ4
INTERCOM.mq4
46.2 Kb

Han respondido

1
Desarrollador 1
Evaluación
(586)
Proyectos
918
46%
Arbitraje
31
39% / 29%
Caducado
93
10%
Libre
2
Desarrollador 2
Evaluación
(53)
Proyectos
79
18%
Arbitraje
13
15% / 54%
Caducado
5
6%
Libre
3
Desarrollador 3
Evaluación
(258)
Proyectos
395
28%
Arbitraje
69
19% / 49%
Caducado
120
30%
Libre
Solicitudes similares
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Ind V5 TV Strategy Requirements: Instruments: Forex pairs, Crypto and Stocks across exchanges TimeFrame: Multi-Time Frame comparisons, details below Indicators: Ichimoku Cloud, ATR & Choppiness Index Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and Day of Week Square Off Time Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins Position Size (Lots)
I want this EA in mql4. The two indicators are written in pinescript Developer should please understand it to develop the EA. One of the indicator will be used as direction and the other for entry. The should have code that it can be used for( only one PC and an expiration date. ; this the developer should show me how to adjust it, so that I can adjust to my preference). Parameters:number of trades.lotsize, SL pips
I need a robot for forex trading~~The way the robot should work is that when I put it into a 5 minute chart, the chart will show 15 minutes, one hour, Regardless of whether they are buying or selling, they must buy or sell in the same color at the same time~~~ Use the following indicators: HalfTrend 1 & alerts mtf Trafficlight indicator.MQ4 When placed into a 5 minute chart ~ the chart will show 15 minutes, one
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing maximum budget = 150$ Preference is given to someone who: -speaks Arabic so I can explain it clearly to him - And the lowest price
I SIMPLY NEED SOMEONE TO INTEGRATE THESE OPTIMIZATION ALGOS INTO MY EA. THE LIBRARY IS ATTACHED BELOW. NEED THIS DONE FAST. LET ME KNOW IF YOU HAVE OTHER QUESTIONS A list of implemented optimization algorithms: BGA (binary genetic algorithm) ANS (across neighbourhood search) CLA (code lock algorithm) P_O_ES ((P+O) evolution strategies) CTA (Comet Tail Algorithm) SDSm (stochastic diffusion search M) ESG (evolution of
Create a robot like this live on YouTube, it is a simple hedge system that does not have martingale or other risky means of.making money.... please check out the link and if it is possible for you to repeat this then reach out with a sample and price. YouTube: https://www.youtube.com/live/cT_42RWzq_0?si=Z8M5mKkAMGZhxdTL
Hi There I am looking for someone to create me a simple anti martingale EA The EA will open a buy and sell the moment the EA is attached to a chart. Should the price increase - additional buys will open. This will continue until profit point Should the price retrace all trades should close just before breakeven point. New sequence starts immediatly thereafter The sell trade will close if the combined profit of buys
Job Description: We are seeking an experienced EA programmer to create an EA that utilizes SnR + Trendlines + Multi timeframe confluence Project Requirements: - Support and Resistance, Open Close levels/kissing candles/Rejection block, Support broken becomes Resistance(SbR), Resistance broken becomes Support(RbS), Quasimodo Levels, Asian Range, London Killzone, London Open, New York Killzone, New York Open
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should

Información sobre el proyecto

Presupuesto
20 USD
Para el ejecutor
18 - 18 USD
Plazo límite de ejecución
de 1 a 2 día(s)