Spezifikation
i need to convert a TradingView (PineScript) indicator to MQL4
name of the indicator is "Donchian Trend Ribbon"
the source code will be below.
visuals are important. so make sure the developed indicator will have the visuals
all ordinal input should be represented.
General conditions
write clear and well commented code.
delivery should be within 2 days.
deliveries are the indicator ex4 and the developed source code mq4.
the pine source code:
//@version=4
study("Donchian Trend Ribbon", precision = 0)
dlen = input(defval = 20, title = "Donchian Channel Period", minval = 10)
dchannel(len)=>
float hh = highest(len)
float ll = lowest(len)
int trend = 0
trend := close > hh[1] ? 1 : close < ll[1] ? -1 : nz(trend[1])
dchannelalt(len, maintrend)=>
float hh = highest(len)
float ll = lowest(len)
int trend = 0
trend := close > hh[1] ? 1 : close < ll[1] ? -1 : nz(trend[1])
maintrend == 1 ? trend == 1 ? #00FF00ff : #00FF009f :
maintrend == -1 ? trend == -1 ? #FF0000ff : #FF00009f :
na
maintrend = dchannel(dlen)
plot( 5, color = dchannelalt(dlen - 0, maintrend), style = plot.style_columns, histbase= 0)
plot(10, color = dchannelalt(dlen - 1, maintrend), style = plot.style_columns, histbase= 5)
plot(15, color = dchannelalt(dlen - 2, maintrend), style = plot.style_columns, histbase=10)
plot(20, color = dchannelalt(dlen - 3, maintrend), style = plot.style_columns, histbase=15)
plot(25, color = dchannelalt(dlen - 4, maintrend), style = plot.style_columns, histbase=20)
plot(30, color = dchannelalt(dlen - 5, maintrend), style = plot.style_columns, histbase=25)
plot(35, color = dchannelalt(dlen - 6, maintrend), style = plot.style_columns, histbase=30)
plot(40, color = dchannelalt(dlen - 7, maintrend), style = plot.style_columns, histbase=35)
plot(45, color = dchannelalt(dlen - 8, maintrend), style = plot.style_columns, histbase=40)
plot(50, color = dchannelalt(dlen - 9, maintrend), style = plot.style_columns, histbase=45)
//end
Bewerbungen
1
Bewertung
Projekte
953
46%
Schlichtung
30
40%
/
33%
Frist nicht eingehalten
95
10%
Frei
Veröffentlicht: 6 Beispiele
2
Bewertung
Projekte
343
32%
Schlichtung
33
42%
/
27%
Frist nicht eingehalten
103
30%
Frei
Veröffentlicht: 1 Beispiel
3
Bewertung
Projekte
576
36%
Schlichtung
64
20%
/
58%
Frist nicht eingehalten
147
26%
Frei
Veröffentlicht: 1 Artikel, 22 Beispiele
4
Bewertung
Projekte
606
33%
Schlichtung
33
39%
/
45%
Frist nicht eingehalten
9
1%
Beschäftigt
5
Bewertung
Projekte
9
0%
Schlichtung
4
50%
/
25%
Frist nicht eingehalten
1
11%
Arbeitet
6
Bewertung
Projekte
218
71%
Schlichtung
6
100%
/
0%
Frist nicht eingehalten
1
0%
Frei
7
Bewertung
Projekte
1
0%
Schlichtung
1
0%
/
0%
Frist nicht eingehalten
0
Frei
8
Bewertung
Projekte
3203
66%
Schlichtung
77
48%
/
14%
Frist nicht eingehalten
341
11%
Arbeitet
Veröffentlicht: 1 Beispiel
9
Bewertung
Projekte
448
26%
Schlichtung
130
21%
/
58%
Frist nicht eingehalten
99
22%
Frei
Ähnliche Aufträge
Hello talented developers, I’m actively looking for an expert developer who can quickly and accurately convert an existing MQL4 indicator into Pine Script for TradingView. The indicator is already prepared and ready to share. I need someone who can replicate the logic perfectly in Pine Script, ensuring clean code, full functionality, and reliable results on TradingView. Looking forward to work with the best and
Hello experts, I’m looking for a professional and experienced developer to assist with a project involving the conversion of an existing MQL4 indicator to Pine Script (TradingView). The goal is to replicate the full functionality of the indicator accurately in Pine Script, ensuring that all the signals, logic, and features work seamlessly on TradingView. Clean, optimized code and proper testing are essential
I need a professional developer who we can work on my current project and other project i have in Que. Hello I need exactly that! Already have a mt5 strategy…. I need to convert the same to ninja and TradeLocker let me know price timing and what you need. I need it Asap
I have my own renko chart. When the first block closes above RSi level (X) I want to buy then when the first block closes below rsi level (x) I want the trade to close and a sell to open. When the first block closes below rsi level (x) i want the ea to sell and not close until the first block closes above rsi level (x) then a buy should open If there is a loss, 2 trades should be taken at the same time. A regular
Good day, Im looking for someone who can convert my MQ4 indicator to MQ5. Add some buffers and variables into it that i can use to declare sooner. Attached is the specifications I need. Codes will be sent after accepting the job. If you do not want this, kindly do not bother to message on this job
Convert mq4 to mq5 indicators
30+ USD
Good day, Im looking for someone who can convert my MQ4 indicator to MQ5. Add some buffers and variables into it that i can use to declare sooner. I also want someone who can explain to me the codes i am confused on
I have a pine script that I am running on TradingView. I have used the crosstrade software to automatically take the trades on my ninjatrader. The execution delay is making things super difficult. Also, the strategy is taking multiple positions when it hits the entry price twice on the same bar. I’d like to have only one position open each time it hits the entry price on one bar. Can anyone convert my pinescript into
Zigzag
30+ USD
المؤشرات على معالجة مخططات الأسعار أو تسلسلات الأسعار. والغرض من هذه المعالجة هو توفير أداة تحليل فني مرئية. لذلك، عند طلب مؤشر، عليك تقديم إجابات لبعض الأسئلة، مما يساعد المبرمج على
Hello I need exactly that! Already have a mt5 Indicator strategy…. I need to convert the same Indicator to ninja and TradeLocker let me know price timing and what you need Let me know if you can work on this
hello great developer i just want a conversation,I am simply trying to get it work in ninjatrader the same as it would in tradingview just to Simple, Maintain indicator's core functionality and accuracy Clear communication throughout conversion Testing, validation, and one revision included we can start as long as you can maintain indicator's core functionality and accuracy any small changes in visuals can be worked
Projektdetails
Budget
37+ USD
Ausführungsfristen
bis 2 Tag(e)
Kunde
Veröffentlichte Aufträge20
Anzahl der Schlichtungen0