Entwicklung von Handelsanwendungen in MQL5 und MQL4

Die größte Auftragsbörse, wo man Handelsroboter und technische Indikatoren bestellen kann — schnell, sicher und bequem. Hunderte professionelle Entwickler sind bereit, Ihre Handelsstrategie zu implementieren. Beauftragen Sie die besten MetaTrader-Spezialisten und Sie erhalten maßgeschneiderte Lösungen für Ihrer Erfordernisse.

Kategorien

Gefragte Fähigkeiten

Alle Forex Debugging eines Roboters/Indikators Optimierung von Strategien Statistik und Mathematik C++ Module von Strategien
122690 abgeschlossene Aufträge in allen Sprachen
Sortieren nach:
30 - 35 USD
I need a special indicator from TradingView in Metatrader 5, i.e. in MQL5. It is a zero lag lsma indicator. It should be on the chart in MQL5 the same way as on the chart in PineScript. The PineScript indicator Code: // @ version = 5 indicator ( title = 'ZLSMA - Zero Lag LSMA' , shorttitle = 'ZLSMA' , overlay = true ) lsma = ta.linreg ( close , 100 , 0 ) lsma2 = ta.linreg ( lsma , 100 , 0 ) eq = lsma - lsma2 zlsma =
1 Bewerbung
(1) MQL5 Indikatoren Konvertierung
2 more option for the PP Killerplautze bit (persönlicher Auftrag)
40 - 60 USD
Hi Lazar, thank you for your work, but there is extra work to be done. The DD is sometimes too big. You can see the problem in the picture. We need three more conditions: 1. As an option: No entry if the entrypoint is higher than R1 or lower than 21 2. As an option: If a trade dont reach the TP at the same day the BE goes at entry. Do you have another idea for this problem what we can do in this case
1 Bewerbung
(3) MQL5 Experten
170 - 230 USD
This is a simple Mean Reversion strategy with 2 trade modes. Based on an initial range (between StartTimeRange and EndTimeRange) it calculates rangeHigh and rangeLow. For Trading Mode 1 it sends a Buy (below range) and Sell (above range) Limit Order at StartTime with SL and TP. For Trading Mode 2 it checks for new Highs and Lows between another time intervall (after range) and sends Limit Orders with every new
30 - 40 USD
I have an indicator in MQL4 but I need it in MQL5. It's a Chandelier Exit indicator. The MQL5 indicator must show the exact same signals as the MQL4 indicator. #property indicator_chart_window #property indicator_buffers 6 #property indicator_color1 clrLimeGreen #property indicator_color2 clrOrange #property indicator_width1 2 #property indicator_width2 2 #property indicator_color3 clrLimeGreen #property
1 Bewerbung
(1) MQL5 Konvertierung
50 - 150 USD
I am looking for an MQL5 indicator that is calculating the maximum expected value for a bar and gives a signal if current high is > expected. Deliverables: 1. Source code, clean and well commented 2. Good optimization for fastest performance Inputs: Period H1 number of bars to the left of the current bar (for example H1 = 5; last 1 to 5 bars) Perod Gap number of bars between Period H1 and Period H2 (for example Gap =
2 Bewerbungen
(1) MQL5 Indikatoren
Indikator HLMM ändern. (persönlicher Auftrag)
30+ USD
Änderung des Indikators HLMM_CandleTimer. Da wird die SlopeDirectionLine nicht richtig angezeigt, siehe Bilder. Die Linie sollte immer bis zu den Punkten durchgezeichnet sein. Die grünen Punkte braucht es nicht unbedingt auf dem Chart. Wichtig ist, dass der EA eindeutig feststellt, ob die Min Max Period Linie unterhalb oder oberhalb der SlopDirectionLine liegt und wann das kreuzen der beiden Linien statt fand. Min
1 Bewerbung
(18) MQL5 Indikatoren
Neue Optionen für Candle_Breakout_EA (persönlicher Auftrag)
40+ USD
1.) Close all positions at profit Target ( bei erreichen eines Fest definierten Betrags, öffnet der EA keine weiteren Orders am selben Tag.) 2.) Hidden SL und TP 3.) Max. PIP Candle (die maximale Länge der Kerze in pip die der EA handeln darf. Wenn die Kerze größer ist als angegeben wird sie nicht gehandelt)
1 Bewerbung
(7) MQL5 Experten
100 - 220 USD
Sehr geehrte Freelancer, Ich suche einen kompetenten Programmierer der bereits Expert Advisor’s (EA) mehrmals erstellt hat und mit dem Programmieren dieser sehr gut vertraut ist. Ich bevorzuge perfekt Deutsch oder Englisch sprechenden Freelancer sowie sein 100% Wissen und Erfahrung als Programmierer und es darf zu keiner Kommunikation Missverständnissen alleine wegen der Kommunikation (beinhaltet auch das der
Trendfolge-Pullback-Scalper (persönlicher Auftrag)
30 - 50 USD
I want to further optimize the EA. Adding: RSI filter, big move filter and grid function all same as example EA. Ich möchte den EA weiter optimieren. Hinzu fügen von: RSI-Filter, Big-move-Filter und Grid-Funktion alles so wie im Beispiel EA
1 Bewerbung
(7) MQL5 Experten
Add Engulfing Candle Indicator (persönlicher Auftrag)
40+ USD
One more option for the EA you coded. ENTRY: Filter: Arrow of TMA Band (pink) Signal: Arrow for Engulfing Candle ( yellow ) Signal Candle can be x Candles after TMA Please use the last Existing EA
1 Bewerbung
(10) MQL5 Experten
Expanding the Bots from killerplautze (persönlicher Auftrag)
100 - 150 USD
Hi Lazar, i have sent you an email. There are some changes in V 1.0 and 1.1. Dont know if you can see something at the atteched picture, otherwise, its the same as in the mail it is
1 Bewerbung
(3) MQL5 Experten
30+ USD
Konvertierung eines Indicators von MQL 4 nach MQL 5. Die sourcefile ist vorhanden. Ich bitte um die Konvertierung des Indicators cycle-identifier von MQL 4 nach MQL 5 ohne weitere Veränderungen
4 Bewerbungen
(11) MQL5 Indikatoren Konvertierung
Trendfolge-Pullback-Scalper (persönlicher Auftrag)
30 - 50 USD
I would like to have some filters built into the trend following pullback scalper. 3 range filter minimum points, 2 ATR minimum points and 2 MA filters just like in the example
1 Bewerbung
(7) MQL5 Experten
Trendfolge-Pullback-Scalper (persönlicher Auftrag)
60 - 80 USD
I want to develop a trend following EA. The STC indicator, MA indicator and Heikinashi candles are required. A long trade is to be opened when the STC indicator changes color from red to green and the current price is above the MA. Optionally (settable with true/false) a long trade should be opened when the STC indicator changes color from red to green and the current price is above the EMA and the current candle has
1 Bewerbung
(7) MQL5 Experten
30+ USD
Ich habe bereits einen EA der auf Ticks arbeitet. Diesen möchte ich nun um die Funktionen des Traillings erweitern. Dazu gehören soll die Einstellung ab wann der Trailling anspringt (Trailling Trigger),in welchem Abstand der Trailling folgen soll (Trailling Distance) und und die Steps (Trailling Steps). Englisch (UK) I already have an EA that works on ticks. I would now like to expand it with the functions of
3 Bewerbungen
(1) MQL5 Experten
30+ USD
Guten Tag! Ich möchte einen EA wo ich die Lot grösse und SL + TP einstellen kann. Wenn die Kerze unterhalb des MA 50 (muss Einstellbar sein) schliesst, soll mit beginn der nächsten Kerze eine Short Position eröffnet werden. Wenn die Kerze wieder über dem MA schliesst und ST oder TP noch nicht eingetroffen ist soll der Trade nicht geschlossen werden. Es soll stattdessen eine zusätzliche Positioin eröffnet werden und
1 Bewerbung
(4) MQL5 Experten
30+ USD
The need some Basic Input Parameters and 3 Indicators to Work. Triggering Position depend on the RSI and MA Indicator. Therefore we need Input Parameter for Period and Value for RSI and Period for MA Indictor. I want to seperate Sell and Buy condition for MA! Input parameter: For Example: When MA Period is over 20 PEriod and RSI is over 70 the Bot will make a sell oder. but only when both Condition are met. For
30+ USD
Wer kann mir einen solchen EA programmieren? Ganz einfacher Expert der nach jeder Kerze einen Ausbruch handelt. TP und SL, magic number, Max. Open trades. Der ea sollte auf mt4 laufen, in allen Währungen und Indices
2 Bewerbungen
(7) MQL4 Experten
30 - 200 USD
Hi I have a Idea For a expert advisor For mt5.The ea is very simple.pls pn me For Details. Hope i find someone who can do this. Thanks a lot for your pn
9 Bewerbungen
(2) MQL5 Experten Forex
License model (persönlicher Auftrag)
50 - 100 USD
Hi Vitaly, I hope you are doing good! I got your contact details from ForexRush and I would like to know how much the license file for MQL4/MQL5 incl. the webhost (https://use01.wishhost-free.net/purchase.php) would be. He is already using it and I would be also interested in that. Thank you very much in advance for your feedback! Kind regards, Michael
1 Bewerbung
(5) MQL5 Sonstiges