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

MQL4 Experten

Spezifikation

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.

Bewerbungen

1
Entwickler 1
Bewertung
(378)
Projekte
401
31%
Schlichtung
63
19% / 70%
Frist nicht eingehalten
51
13%
Beschäftigt
2
Entwickler 2
Bewertung
(36)
Projekte
50
28%
Schlichtung
2
0% / 100%
Frist nicht eingehalten
6
12%
Frei
3
Entwickler 3
Bewertung
(115)
Projekte
129
18%
Schlichtung
11
27% / 55%
Frist nicht eingehalten
4
3%
Frei
4
Entwickler 4
Bewertung
(45)
Projekte
58
33%
Schlichtung
12
42% / 42%
Frist nicht eingehalten
7
12%
Frei
5
Entwickler 5
Bewertung
(27)
Projekte
43
7%
Schlichtung
18
6% / 78%
Frist nicht eingehalten
26
60%
Frei
6
Entwickler 6
Bewertung
(26)
Projekte
34
26%
Schlichtung
7
14% / 43%
Frist nicht eingehalten
7
21%
Frei
7
Entwickler 7
Bewertung
(20)
Projekte
29
55%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

Projektdetails

Budget
90 - 150 USD
Für die Entwickler
81 - 135 USD
Ausführungsfristen
von 3 bis 7 Tag(e)