Edit EA to deal with Slippage and Take Profit bugs

MQL4 专家

工作已完成

执行时间1 一天

指定

PLEASE NOTE: THIS JOB IS NOT AS SIMPLE AS IT READS , PLEASE READ CAREFULLY IN THE CODE AND UNDERSTAND TO ISSUE BEFORE APPLYING TO-DO THIS JOB

I need someone to edit my EA and make it 100% work. It is a Martingale EA and it is 95% working but it has 2 bugs.

1.Whenever there is slippage , the EA does not trigger a trade , I need it to trigger a trade at the next available price OR send the order again if missed

2.Intermitently the 0.01 trades are triggered without a TP  I need  this edited to see if there has been more than 10 seconds passed from the time of Trade entry and if there is no TP on a trade then add a TP to that trade OR delete the trade  –This only applies to the 0.01 trades--

I need someone to edit and fix these 2 issues please. 

They also need to be VERY PATIENT because I need to test the EA for at least 40 HRS before we conclude the job. I  have attached the EA

I PREFER THE DEVELOPER TO TEST THEIR PRODUCT THOROUGHLY BEFORE GIVING ME TO TEST...AT LEAST SPEND TIME CHECKING IF YOU HAVE NOT BROKEN THE EXISTING CODE AND YOUR FIXES ARE ACTUALLY WORKING BEFORE GIVING ME TO CHECK , ITS VERY IMPORTANT; 

The Logic on the EA should be as follows;

I understand the slippage and bid and ask price so it’s OK, I will just give an example ignoring slippage , bid and ask prices.

Let me use 0.01 as the starting lot and use an example when the price is going up ....This example only shows when the price is going up so the same is true if the price is going down as well , we just do the opposite

 

BELOW  IS AN EXAMPLE OF WHAT SHOULD HAPPEN WHEN THE PRICE IS GOING UP ON AUDUSD (WE DO THE EXACT OPPOSITE WHEN THE PRICE IS GOING DOWN)

---------------------------------------------------------------------------------------------------------- As soon as We switch on the EA this happens-------------------------------------------------
1.We buy and sell at the same time.
e.g
Buy     0.7280 == 0.01 >> TP 0.7288
Sell     0.7280 == 0.01 >> TP 0.7272

When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade with a 10 pip target.
The Sell trade will be opened @ 0.02 and the original sell will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g

Buy     0.7288  ==0.01 >> TP  0.7296
Sell     0.7280 == 0.01 >> TP  0.7278
Sell     0.7288  ==0.02 >> TP  0.7278 ---> The new Sell  has a TP of 10 Pips


When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade with a 12 pip target.
The Sell trade will be opened @ 0.03 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7296  ==0.01 >> TP  0.7304
Sell     0.7280 == 0.01 >> TP  0.7278
Sell     0.7288  ==0.02 >> TP  0.7278
Sell     0.7296  ==0.03 >> TP  0.7278 ---> The new Sell  has a TP of 12 Pips

When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade with a 16 pip target.
The Sell trade will be opened @ 0.05 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7304  ==0.01 >> TP  0.7312
Sell     0.7280 == 0.01 >> TP  0.7288
Sell     0.7288  ==0.02 >> TP  0.7288
Sell     0.7296  ==0.03 >> TP  0.7288
Sell     0.7304  ==0.05 >> TP  0.7288 ---> The new Sell has a TP of 16 Pips
 
When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade with a 20 pip target.
The Sell trade will be opened @ 0.08 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7312  ==0.01 >> TP  0.7320
Sell     0.7280 == 0.01 >> TP  0.7292
Sell     0.7288  ==0.02 >> TP  0.7292
Sell     0.7296  ==0.03 >> TP  0.7292
Sell     0.7304  ==0.05 >> TP  0.7292 
Sell     0.7312  ==0.08 >> TP  0.7292 ---> The new Sell has a TP of 20 Pips

When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade with a 24 pip target.
The Sell trade will be opened @ 0.13 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7320  ==0.01 >> TP  0.7328
Sell     0.7280 == 0.01 >> TP  0.7296
Sell     0.7288  ==0.02 >> TP  0.7296
Sell     0.7296  ==0.03 >> TP  0.7296
Sell     0.7304  ==0.05 >> TP  0.7296
Sell     0.7312  ==0.08 >> TP  0.7296
Sell     0.7320  ==0.13 >> TP  0.7296 ---> The new Sell has a TP of 24 Pips
---------From this stage onwards the TP does not change , please check carefully what happens now------
When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade WITH A 24 PIP TARGET.
The Sell trade will be opened @ 0.21 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7328  ==0.01 >> TP  0.7334
Sell     0.7280 == 0.01 >> TP  0.7304
Sell     0.7288  ==0.02 >> TP  0.7304
Sell     0.7296  ==0.03 >> TP  0.7304
Sell     0.7304  ==0.05 >> TP  0.7304
Sell     0.7312  ==0.08 >> TP  0.7304
Sell     0.7320  ==0.13 >> TP  0.7304
Sell     0.7328  ==0.21 >> TP  0.7304 ---> The new Sell has a TP of 24 Pips

When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade WITH A 24 PIP TARGET.
The Sell trade will be opened @ 0.34 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7334  ==0.01 >> TP  0.7342
Sell     0.7280 == 0.01 >> TP  0.7310
Sell     0.7288  ==0.02 >> TP  0.7310 
Sell     0.7296  ==0.03 >> TP  0.7310
Sell     0.7304  ==0.05 >> TP  0.7310 
Sell     0.7312  ==0.08 >> TP  0.7310
Sell     0.7320  ==0.13 >> TP  0.7310
Sell     0.7328  ==0.21 >> TP  0.7310
Sell     0.7334  ==0.34 >> TP  0.7310 ---> The new Sell has a TP of 24 Pips

When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade WITH A 24 PIP TARGET.
The Sell trade will be opened @ 0.55 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7342  ==0.01 >> TP  0.7350
Sell     0.7280 == 0.01 >> TP  0.7318
Sell     0.7288  ==0.02 >> TP  0.7318  
Sell     0.7296  ==0.03 >> TP  0.7318 
Sell     0.7304  ==0.05 >> TP  0.7318 
Sell     0.7312  ==0.08 >> TP  0.7318
Sell     0.7320  ==0.13 >> TP  0.7318 
Sell     0.7328  ==0.21 >> TP  0.7318 
Sell     0.7334  ==0.34 >> TP  0.7318 
Sell     0.7342  ==0.55 >> TP  0.7318 ---> The new Sell has a TP of 24 Pips

When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade WITH A 24 PIP TARGET.
The Sell trade will be opened @ 0.89 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7350  ==0.01 >> TP  0.7358
Sell     0.7280 == 0.01 >> TP  0.7326
Sell     0.7288  ==0.02 >> TP  0.7326 
Sell     0.7296  ==0.03 >> TP  0.7326 
Sell     0.7304  ==0.05 >> TP  0.7326 
Sell     0.7312  ==0.08 >> TP  0.7326
Sell     0.7320  ==0.13 >> TP  0.7326 
Sell     0.7328  ==0.21 >> TP  0.7326 
Sell     0.7334  ==0.34 >> TP  0.7326 
Sell     0.7342  ==0.55 >> TP  0.7326
Sell     0.7350  ==0.89 >> TP  0.7326 ---> The new Sell has a TP of 24 Pips

When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade WITH A 24 PIP TARGET.
The Sell trade will be opened @ 1.44 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7358  ==0.01 >> TP  0.7366
Sell     0.7280 == 0.01 >> TP  0.7334
Sell     0.7288  ==0.02 >> TP  0.7334 
Sell     0.7296  ==0.03 >> TP  0.7334 
Sell     0.7304  ==0.05 >> TP  0.7334 
Sell     0.7312  ==0.08 >> TP  0.7334
Sell     0.7320  ==0.13 >> TP  0.7334 
Sell     0.7328  ==0.21 >> TP  0.7334 
Sell     0.7334  ==0.34 >> TP  0.7334 
Sell     0.7342  ==0.55 >> TP  0.7334
Sell     0.7350  ==0.89 >> TP  0.7334
Sell     0.7358  ==1.44 >> TP  0.7334 ---> The new Sell has a TP of 24 Pips

When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade WITH A 24 PIP TARGET.
The Sell trade will be opened @ 2.33 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7366  ==0.01 >> TP  0.7374
Sell     0.7280 == 0.01 >> TP  0.7342
Sell     0.7288  ==0.02 >> TP  0.7342
Sell     0.7296  ==0.03 >> TP  0.7342
Sell     0.7304  ==0.05 >> TP  0.7342
Sell     0.7312  ==0.08 >> TP  0.7342
Sell     0.7320  ==0.13 >> TP  0.7342 
Sell     0.7328  ==0.21 >> TP  0.7342 
Sell     0.7334  ==0.34 >> TP  0.7342
Sell     0.7342  ==0.55 >> TP  0.7342
Sell     0.7350  ==0.89 >> TP  0.7342
Sell     0.7358  ==1.44 >> TP  0.7342
Sell     0.7366  ==2.33 >> TP  0.7342 ---> The new Sell has a TP of 24 Pips

When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade WITH A 24 PIP TARGET.
The Sell trade will be opened @ 3.77 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7374  ==0.01 >> TP  0.7382
Sell     0.7280 == 0.01 >> TP  0.7350
Sell     0.7288  ==0.02 >> TP  0.7350
Sell     0.7296  ==0.03 >> TP  0.7350
Sell     0.7304  ==0.05 >> TP  0.7350
Sell     0.7312  ==0.08 >> TP  0.7350
Sell     0.7320  ==0.13 >> TP  0.7350
Sell     0.7328  ==0.21 >> TP  0.7350
Sell     0.7334  ==0.34 >> TP  0.7350
Sell     0.7342  ==0.55 >> TP  0.7350
Sell     0.7350  ==0.89 >> TP  0.7350
Sell     0.7358  ==1.44 >> TP  0.7350
Sell     0.7366  ==2.33 >> TP  0.7350
Sell     0.7374  ==3.77 >> TP  0.7350 ---> The new Sell has a TP of 24 Pips

When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade WITH A 24 PIP TARGET.
The Sell trade will be opened @ 6.10 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7382  ==0.01 >> TP  0.7390
Sell     0.7280 == 0.01 >> TP  0.7358
Sell     0.7288  ==0.02 >> TP  0.7358
Sell     0.7296  ==0.03 >> TP  0.7358
Sell     0.7304  ==0.05 >> TP  0.7358
Sell     0.7312  ==0.08 >> TP  0.7358
Sell     0.7320  ==0.13 >> TP  0.7358
Sell     0.7328  ==0.21 >> TP  0.7358
Sell     0.7334  ==0.34 >> TP  0.7358
Sell     0.7342  ==0.55 >> TP  0.7358
Sell     0.7350  ==0.89 >> TP  0.7358
Sell     0.7358  ==1.44 >> TP  0.7358
Sell     0.7366  ==2.33 >> TP  0.7358
Sell     0.7374  ==3.77 >> TP  0.7358
Sell     0.7382  ==6.10 >> TP  0.7358 ---> The new Sell has a TP of 24 Pips

When it moves up 8 pips close the Buy Trade at the same time open another buy trade with an 8 pip target and another sell trade WITH A 24 PIP TARGET.
The Sell trade will be opened @ 9.87 and the previous sells will adjust its TP to align with the TP of the newly opened trade.
The Trades at that time will be as follows

e.g
Buy     0.7390  ==0.01 >> TP  0.7398
Sell     0.7280 == 0.01 >> TP  0.7366
Sell     0.7288  ==0.02 >> TP  0.7366
Sell     0.7296  ==0.03 >> TP  0.7366
Sell     0.7304  ==0.05 >> TP  0.7366
Sell     0.7312  ==0.08 >> TP  0.7366
Sell     0.7320  ==0.13 >> TP  0.7366
Sell     0.7328  ==0.21 >> TP  0.7366
Sell     0.7334  ==0.34 >> TP  0.7366
Sell     0.7342  ==0.55 >> TP  0.7366
Sell     0.7350  ==0.89 >> TP  0.7366
Sell     0.7358  ==1.44 >> TP  0.7366
Sell     0.7366  ==2.33 >> TP  0.7366
Sell     0.7374  ==3.77 >> TP  0.7366
Sell     0.7382  ==6.10 >> TP  0.7366

Sell     0.7390  ==9.87 >> TP  0.7366---> The new Sell has a TP of 24 Pips

 

 

附加的文件:

反馈

1
开发者 1
等级
(73)
项目
132
52%
仲裁
9
44% / 33%
逾期
64
48%
空闲
相似订单
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
have trade signals i get by telegram messaging, i would like to have a robot designed to read those message for trade inputs and open and close trades base on the signals Ea must be able to scan my telegram Message app Read signals sent Open trades on the mt4 and manage them to close Read signals every one minute (user changeable input) I also need the programmer to teach me how to install and make the robot work
I want a skillful and experience deverloper to apply for this job. The strategy for the EA is Two Exponential Moving Average CROSSOVER strategy. The EA should work on any Timeframe. I want the EA to trade the direction of the CROSSOVER, the EA should open a BUY or SELL trades automatic when the Two Exponential Moving Average crossover. *(10EMA) ABOVE (23EMA) = BUY Trades *(10EMA) BELOW (23EMA) = SELL Trades BUY
MACD EA 50+ USD
Hello Freelancers, I am seeking an experienced developer to create an Expert Advisor (EA) for MetaTrader 5 (MT5). The EA will be based on the MACD indicator and should adhere to the following specifications: EA Requirements: Trading Logic: 1. Long Trades: • Entry: Open a long trade when the MACD line crosses above the signal line below the zero level. • Exit: Close the long trade when the signal line crosses above
EA Configuration. FIBO ------------------------------------------------------------------- Magic: 123456 Stop: Real or Virtual Order: Pending / CLOSE / price== LOT Description: 0.01 ------------------------------------------------------------------- STOP: -0.25 ------------------------------------------------------------------- ENT_1: 1.00 Lot_1: 0.01 ENT_2: 0.50 Lot_2: 0.01 ENT_3: 1.00 Lot_3: 0.01
Hi I'm looking for a professional programmer to modify my EA the EA send signal alert to telegram and screen shot of the chart patterns my EA is dased to the harmonic pattern but I want to see on the screen shot the pattern of the harmonic pattern and on the chat as well
Hello I need create simple trend first candle session EA. Ea wait for first M5/M15/M30/H1 (all possible timeframes to choose) candle at asian, european and NYC session and open buy/sell stop order above (in long situation) or below (in short situation) x points from highest/lowest point of the first candle. + trailing stop loss stop loss take profit breakeven magic key
Hello Guys ! Looking for a developer to create a EA for my Buy and Sell No repaint indicator. I only have the EX4 indicator file and I want the EA to take trades according to the Buy and sells signals generated by the Indicator. Here are some inputs I want for the EA: - Trailing stop - TP and SL ( in pips ) - Entries, TP and SL ( based on opposite signals arrow ) - Daily target ( in Dollars $ or % ) - Trading hours -
I need a robot that copies the orders sent in the telegram group to MT4 or MT5 so that I can configure the parameters. I would like it to have functions so I can enter and exit negotiations according to my configuration parameters
i need to delegate this job. XAUUSD H4 MT4 i have an ea with source code with smc, fvg, orderblocks and fibonacci, i need to fix somethings and add some features for live markets, any new ideas are accepted, i need also a 4 years backtest report (of metatrader 4). if you have good price and feedbacks and you want work for me also for new jobs apply for this job it's not urgent i need only a good price

项目信息

预算
10 - 40 USD
开发人员
9 - 36 USD
截止日期
 1  6 天