Zero Lag lsma indicator from PineScript in MQL5

MQL5 Indikatoren Konvertierung

Auftrag beendet

Ausführungszeit 31 Minuten
Bewertung des Entwicklers
Thanks for your support.
Bewertung des Kunden
fast and friendly. really happy with the results

Spezifikation

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 = lsma + eq
plot(zlsma, color=color.black)


Bewerbungen

1
Entwickler 1
Bewertung
(94)
Projekte
190
66%
Schlichtung
8
25% / 50%
Frist nicht eingehalten
2
1%
Frei

Projektdetails

Budget
30 - 35 USD
MwSt (19%): 5.7 - 6.65 USD
Insgesamt: 35.7 - 41.65 USD
Für die Entwickler
27 - 31.5 USD
Ausführungsfristen
bis 1 Tag(e)