Auftrag beendet
Ausführungszeit 1 Tag
Bewertung des Entwicklers
Very nice to work with. Clear and concise communication.
Bewertung des Kunden
Drazen did really a very good job! Very quick, well structured communication via mail and whatsapp, good quality and willingly to listen to questions of this newbie. Recommended!
Spezifikation
I have got a simple TAS-script indicator, based on RSI and MA, that I use in my Dutch Alex Platform. But now I'd like to use it in Metatrader 4. Who can arrange this quickly for me with quaranteed quality?
I am not technical, so I need a guidance to implement the new script into the platform on my computer. I am new here. You can write me on info@20-80-specialist.nl .
This is the script. Numbers have to be customizable.
var
RSIPeriode, MA1Periode, MA2Periode: integer;
sRSI, sRSIosc, sZero, sMA1, sMA2: TSeries;
begin
RSIPeriode := CreateParameterInteger('RSI periode', 1, 999, 5, true);
MA1Periode := CreateParameterInteger('SMA kort', 1, 999, 8, true);
MA2Periode := CreateParameterInteger('EMA lang', 1, 999, 13, true);
{ Indicator eigenschappen }
with Indicator do
begin
{ Aantal benodigde koersen om eerste indicatorwaarde te berekenen }
RequiredBars := 5*(RSIPeriode+MA2Periode);
end;
{ Indicatorberekening }
sRSI := RSI(Close, RSIPeriode);
sMA1 := MA(sRSI, maSimple, MA1Periode);
sMA2 := MA(sRSI, maExponential, MA2Periode);
sRSIosc := SubtractSeries(sMA1, sMA2);
sZero := FillSeries(CreateSeries(BarCount), 0);
Signals := CrossingsToEntrySignals(Crossings(sRSIosc, sZero));
{ lijnen tekenen }
with CreateLine(sRSIosc) do
begin
Name := 'RSIosc';
Color := clLime;
end;
with CreateLine(sZero) do
begin
Name := '0';
Color := clSilver;
LineContent := lcConstant;
end;
end.
Looks like the file attached.
Bewerbungen
1
Bewertung
Projekte
20
15%
Schlichtung
3
0%
/
67%
Frist nicht eingehalten
10
50%
Frei
Veröffentlicht: 2 Beispiele
2
Bewertung
Projekte
164
43%
Schlichtung
43
47%
/
16%
Frist nicht eingehalten
58
35%
Frei
Veröffentlicht: 1 Beispiel
3
Bewertung
Projekte
9
0%
Schlichtung
6
0%
/
100%
Frist nicht eingehalten
4
44%
Frei
Ähnliche Aufträge
Fast wining indicator
30+ USD
#property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 2 #property indicator_type1 DRAW_ARROW #property indicator_color1 Blue #property indicator_label1 "Buy Signal" #property indicator_type2 DRAW_ARROW #property indicator_color2 Red #property indicator_label2 "Sell Signal" double BuyBuffer[]; double SellBuffer[]; input int MA_Period = 50; input int RSI_Period = 14; int maHandle;
Python Developer – Real-Time Equity Curve
50 - 200 USD
Need Python developer to use MetaApi.cloud Python API (ready SDK) to build a real-time equity curve chart. Project is simple and details will be shared privately. Only apply if you have strong Python experience
A robot
30+ USD
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES
Cycle trend for MT5
60+ USD
I need someone to recreate this indicator for mt5 for $60 it has to be non repaint ,I've been trying to code this indicator so if someone can do it my contact is , sebokomorobi6@gmail.com ,or 073 923 0151 you can contact the number on Whatsapp no calls allowed
Hi Im working with a Crypto trading company and we want to branch out with our indicator, i'm researching the bot automation and need some hands on board. i i want to hear your opinion about the indicator that i would like you to build. in the PDF i explain the whole indicator and how it need to look like. happy to hear form you
I want someone to hold a session for me and explain in details on how to implement them in. I would really appreciate your guidance on how to properly set up GoCharting and get access to CME futures data
Super trend Indicator
35+ USD
When the super trend changes from buy to sell and crosses the fast moving average and the 200 moving average is above the price, send email notification and/or sms (text) to sell . When the super trend change from sell to buy and crosses the fast moving average and the 200 moving average is below the price, send email notification and /or sms (text) to buy. Please note that there are two moving averages(fast and
Hola comunidad, Estoy buscando un desarrollador que tenga el archivo de instalación de MetaTrader 4 build 1443 o que pueda ayudarme a volver a esa versión. Tengo un robot (EA) que funcionaba perfectamente en build 1443, pero mi plataforma se actualizó automáticamente a build 1470 y ahora el robot ya no funciona correctamente. Necesito alguien que: • Tenga el instalador de MT4 build 1443, o • Sepa cómo reinstalar esa
have the Beatrix Inventor Expert Advisor (EA) that was profitable in the past but has been losing money recently. I need an experienced EA developer/optimizer to study the trade history (especially Stop Loss hits, drawdown periods, SL/TP behavior, win/loss ratio, etc.) and recommend + implement specific tweaks so it becomes consistently profitable again. Your job: 1. Deep analysis of why the EA is no longer
نموزج الكتفين
30+ USD
حلل لي اصل مالي ) اكتب هنا مثلا XAU EUR USD USD اريد تحليلا تعليما و ليس توصية مالية ۱- نوع التحليل المطلوب : ( فني / اساسي / سلوك سعري ) ٢ - المدي الزمني : ( قصير / متوسط / طويل ) M15 / H1 / H4 / ) اذكر الفريمات المطلوبه + (D1 ما اريد استخراجه من التحليل : الاتجاه العام اقوي مستويات دعم و مقاومة رقمية سيناريو صعود و سيناريو هبوط مع شروط كل سيناريو ( IF / THEN ) اين يصبح السيناريو لاغيا مناطق دخول و خروج تعليمية (
Projektdetails
Budget
50- USD
Ausführungsfristen
bis 2 Tag(e)