ONLY FOR THOSE WHO CAN UNDERSTAND AND SPEAK ENGLISH PLEASE. We will need to use team viewer so please speak english.

MQL4 Experts

Specification

I will be using this on the ig mt4 SPREAD BETTING PLATFORM. You need to demonstrate it works there. 
Important rules to take into consideration:
For an upward cross of EMA. Meaning EMA1>EMA2/3/4(ONLY AT BAR CLOSURE)=positive direction AND ALL THE INDICATORS POINTING IN AN UPWARD DIRECTION(THIS MEANS THAT THE EA WILL COMPARE THE VALUE OF THE INDICATORS ON THE BAR WHERE THE CROSS HAPPENED TO BAR THAT FORMED BEFORE IT AND IF THE INDICATOR VALUES ARE INCREASING/BECOMING LESS NEGATIVE)=buy trade entry(ON THE OPENING OF THE NEXT BAR) IF YOU DO NOT UNDERSTAND THIS THEN PLEASE ASK
1 If during the above period after the cross has happened. If the buy trade has closed(whether take profit has been achieved) and then on the next bar being formed(all the 3 indicators are pointing in an upward direction at bar closure, SIMILAR CONCEPT AS ABOVE) another buy trade will be placed(on the opening of the new bar). This buy trade will ONLY be placed if ALL indicators are pointing in an upward direction and there is no existing buy trade. During an upward cross of the ema, only buy trades will be made(provided that all the indicators are also pointing in a positive direction)

For a downward cross of EMA. Meaning EMA1<EMA2/3/4(ONLY AT BAR CLOSURE)=negative  direction AND ALL THE INDICATORS POINTING IN A DOWNWARD DIRECTION(THIS MEANS THAT THE EA WILL COMPARE THE VALUE OF THE INDICATORS ON THE BAR WHERE THE CROSS HAPPENED TO BAR THAT FORMED BEFORE IT AND IF THE INDICATOR VALUES ARE decreasing/BECOMING more NEGATIVE) =sell entry(on the opening of the new bar)
1 If during the above period after the cross has happened. If the sell trade has closed(whether take profit has been achieved) and then on the next bar being formed(all the 3 indicators are pointing in a downward direction at bar closure)  another sell trade will be placed. This sell trade will ONLY be placed if ALL indicators are pointing in an downward direction and there is no existing sell trade. During an downward cross of the ema, only sell trades will be made(provided that all the indicators are also pointing in a downward direction)


take profit 
tp1 till tp10     
There will be a variable called time duration= x seconds I will explain this below
If we choose time duration=false then if a trade has gone to tp3 and we want it to go tp4 but instead it comes back to tp3 then the trade will be closed immediately there. If a trade has crossed tp1 and doesnt reach tp2 but becomes tp1 again and time duration is false it will close the trade on tp1 only.
This rule of time duration will function till trailing feature has not been activated, once trailing has been activated this rule of time duration will no longer apply. Basically what this means is if we have tp1=10 points tp2=20 tp3=30 tp4=40 tp5=50 points tp6=60 points. If the trade goes from tp4 to tp3, the trade will not close immediately. If we have specified time duration as =120 seconds. The ea will see that after 120 seconds is the price still below tp3 value of 30 points or not. If it is it will close the trade immediately. If it has become more than tp3 value of 30 points it will let the trade run. If this is not clear then ask. Also if for whatever reason the trade decreases so rapidly that it in that 120 secs duration it decreases to tp2 value it will close the trade immediately. So to summarize, we had achieved tp3 and we wanted the trade to go to tp4. It didnt go there and again came down to tp3 value. For 120 seconds we waited for it to recover, if after 120 secs it did recover and become more than tp3 value we let the trade stay. If during that 120 secs the trade dipped down to tp2 value then regardless of the time passed the ea will close the trade immediately. So like the above, if we had a trade which had crossed tp6 value, didnt make it tp7 but again came down to tp6 value, we wait 120 sec. If it dips down to tp5 value, the trade close immediately. If still not clear let me know.

Trailing feature which i want
tp1=3
tp2=10
tp3=17
tp4=20
tp5=50
We have a variable which is start trailing
hence start trailing= at tp1 or tp2 or tp3 or tp4 or tp5 or tp6 or tp7 or tp8 or tp9 or tp10 , in this case we chose tp4

once it reaches a profit of 20 points then we can intiate trailing. Which will work like this . One trailing has been activated the time duration variable will no longer apply
trail%=xx% would be a variable we can change.
trail 50%= hence tp was 20 points so, if the trade goes against 10 points(50% of 20) the trade will close
trail 25%= tp was 20 points, hence 5 points, so if the trade goes against us by 5 points the trade is closed
So if the trade keeps going in our favour, like for eg 25 points or 32 points or xx points, if the trail % is 50% then it will 50% of 32 points which is 16 points. Hence trade goes against us by 16 points, the trade will close.
however the max trailing points will never be greater, this will be variable which we can  configure and which will over ride the above. So
max trail points=40
regardless of the take profit and the % above, if the trade goes against us by 40 points the trade will close. I hope this is clear now.

Also once we attach the ea to a symbol it will not place and buy or sell trade from the start. It will wait till an ema cross occurs, only then will the trades start. I hope this is clear
so now parameters
stop loss=points or pips(points mean if a price of dax 30 is 10300 and it becomes 10301 that is an increase of 1 point
stop difference 1 till 10=XX points(i have explained this in the end)
vol=  This is measured in pounds per point. So a value of 10 here would mean 10 pounds per point
take profit= so from tp1 till tp10
time duration=x seconds
start trailing at=x points 
trailing%=x%
max trailing

ema1= period  in numbers
ema2= ''''''''''''
ema3= '''''''''''''
ema4= '''''''''''''
ema5= '''''''''''''
ema6= '''''''''''
buy condition=ema x> ema x where x is 1-6 above and the below indicators pointing up
sell condition=ema x< ema x where x is 1-6 above and the below indicators pointing down
bb%b= period, standard deviation
CCI= period
DPO=period
For stop loss we will do the following:

when the trade was placed and tp1 was not achieved, the ea will use the standard stop loss as above,  which for example sake is stop loss=40 points
once tp1 is achieved= 10 points, we will then have a variable(stop difference=xx in this case we choose 20 points) basically what this means, if tp1 was 10 points, then once tp1 is achieved, stop loss will be 20 points below the tp1 price. We will no longer use the standard stop loss value now. so tp1 will have stop difference 1, tp2 will have stop difference 2 and so on. If choose till tp10 there will be stop difference till 10. If we choose trailing function stop difference will be till tp5. So now trade will either close if this stop difference is triggered or because it has reached the trailing value which i stated above or if we have chosen the time duration value and after a certain time the value does not go above that tp and then the trade will close or during that time duration(like is discussed above we were at tp4 and waiting to go to tp5 but it during that time duration it hit tp3 value). If you havent understood this please let me know. 
If we choose stop difference=false then only the standard stop loss will be used.
Its highly recommended you use the ig mt4 spread betting platfrom. We can do a team viewer session and i go over this with you and you are 100% clear what to do.

Responded

1
Developer 1
Rating
(374)
Projects
396
31%
Arbitration
61
20% / 67%
Overdue
49
12%
Loaded
2
Developer 2
Rating
(36)
Projects
50
28%
Arbitration
2
0% / 100%
Overdue
6
12%
Free
3
Developer 3
Rating
(115)
Projects
129
18%
Arbitration
11
27% / 55%
Overdue
4
3%
Free
4
Developer 4
Rating
(45)
Projects
58
33%
Arbitration
12
42% / 42%
Overdue
7
12%
Free
5
Developer 5
Rating
(27)
Projects
43
7%
Arbitration
18
6% / 78%
Overdue
26
60%
Free
6
Developer 6
Rating
(26)
Projects
34
26%
Arbitration
7
14% / 43%
Overdue
7
21%
Free
7
Developer 7
Rating
(20)
Projects
29
55%
Arbitration
0
Overdue
0
Free
Similar orders
The logic is simple and sound. You just need to mark recent high and low on M5 timeframe and place buy and sell stop. I will provide proper instruction with word file and a ex4 file you just need to follow the instruction
Hello I want to change my TREND indicator. The conditions for the alerts do not need to be changed, the indicator works very very well. I would like to add visible Stop and Tp level lines. Attached is the source code and text file. If you think you could do this job, let me know. Thanks in advance
hello DEVELOPERS bid this project, i need to create a MT5 expert advisor with some indicators (mt4 indicators), so we should convert mt4 indicators to mt5 and then create a new ea with my requirements, it's not urgent
Hi all, looking for somebody to build me a trading bot. Something that is good. Fairly new to trading but I know the basics and how everything runs. Due to working a 9-5 looking for a bot to help out with trades and etc
i have an existing EA that takes trades when you reach a preset value of Demarker ( or RSI , or MACD, or combination of those 3) it buys at oversold zones it sells at overbought zones. I currently have an option to take more than one trade but it is not a typical martingale style. it just takes the same trade every certain distance that you set. i need someone to modify that and let EA make martingale trades with a
HELLO AL DISCRIBTION OF THE JOB : I HAVE MY OWN SUBJECTIVE SUPPORT AND RESISTANCE METHOD THAT BASED ON THE SMART MONEY CONCEPTS IT IS LIKE HAVING SUPPORT AND RESISTANCE ON THE BREAK OF STRUCTURE OR CHANGE OF CHARECTER that can be used by any zig zag indicator . ========================================================================================= REQUIRMENTS OF THE DEVOLPER : 1 - UNDERSTANDING THE SMC , BOS
Hi there! I am looking to automate one of my trading strategy, fully info will be provided via pdf If you are an experienced programmer please feel free to apply for the job. Just to make sure that i will not assign anyone before i see and test the file as i been scammed many times by now " assigning the job and loosing money because i didn't receive the files... " Also to mention that i am looking for a low budget
Hi everyone, I’m excited to connect with someone who can help me test and optimize a strategy and then code an EA bot. The strategy is based on engulfing theory. The pattern is identified on a 4-hour timeframe, and the buy or sell signal is confirmed on a 5-minute timeframe If you think you can assist, I’d love to hear from you! Thank you so much! Best regards, Kathrine
So looking to prevent multiple trades opening at the same time and fine a way to remove the draw down spikes that i see happening when optimising and converting it mt5 and what's your budget for this
I have existing Ctrader automated strategy that I am using but will like to add and remove some features and after that I will like to convert it to mt5 ea…if this what you kindly bid now and let discuss what I need to add and remove

Project information

Budget
90 - 150 USD
For the developer
81 - 135 USD
Deadline
from 3 to 7 day(s)