Zero Lag lsma indicator from PineScript in MQL5

MQL5 インディケータ 変換

仕事が完了した

実行時間31 分
開発者からのフィードバック
Thanks for your support.
依頼者からのフィードバック
fast and friendly. really happy with the results

指定

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)


応答済み

1
開発者 1
評価
(94)
プロジェクト
190
66%
仲裁
8
25% / 50%
期限切れ
2
1%

プロジェクト情報

予算
30 - 35 USD
締め切り
最高 1 日