Need to convert MT4 to Pine Script (Trading View)

指定

I need someone that can convert a MT4 Zig Zag indicator into Pine on Trading View.


The Indicator should work just as it does on MT4 and have all the same adjustable settings.

反馈

1
开发者 1
等级
(50)
项目
54
43%
仲裁
3
0% / 100%
逾期
3
6%
空闲
相似订单
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project

项目信息

预算
30 - 100 USD
截止日期
 3 天