Convert TradingView Script to MT5 Indicator

MQL5 指标 转化中

工作已完成

执行时间4 天
员工反馈
great client to work with. He's very professional in trading algorithms and provided valuable insights to me. And Fast response. Thank you.
客户反馈
Great experience!! STRONGLY RECOMMENDED Petru is one of the best developers I ever work with. Strong technical skill and well communication.

指定

I need a pinescript indicator "Currency Strength Meter" below converted to an MQL5 indicator.  Straightforward request, the MT indicator must be accurate and no error. 


//@version=4
study("Correlation Hedge", shorttitle="CoH")
//len = input(200, title="Length")
len = input(200, title="Length", minval=3)
smt = input(5, title="Smoothing EMA period", minval=1)

usd = security("DXY", timeframe.period, close)

myStoch(x) =>
    200 * (x - lowest(x, len)) / (highest(x, len) - lowest(x, len)) - 100

Calc_inv(sec) =>
    base = security(sec, timeframe.period, close) / usd
    myStoch(base)
Calc_dir(sec) =>
    base = usd / security(sec, timeframe.period, close)
    myStoch(base)

sigEur = ema(Calc_inv("EURUSD"), smt)
sigUsd = ema(myStoch(usd), smt)

plot(sigUsd, title="USD", color=#ff7f00, linewidth=2)
plot(sigEur, title="EUR", color=#00ffff, linewidth=2)


反馈

1
开发者 1
等级
(3)
项目
2
0%
仲裁
0
逾期
0
空闲
2
开发者 2
等级
(30)
项目
55
22%
仲裁
12
67% / 8%
逾期
2
4%
空闲
3
开发者 3
等级
(13)
项目
19
16%
仲裁
0
逾期
3
16%
空闲
4
开发者 4
等级
(336)
项目
620
38%
仲裁
39
23% / 64%
逾期
93
15%
空闲
相似订单
Hello Developer, I am Darshan Galani. i want to Convert Tradingview Indicator to MQ4 & MQ5 file.i also want to source code that must be easy to understand. TradingView Indicator: LuxAlgo Trendlines with Breaks
hello i need a good developer, i would do a conversion of a open source code from mql4 to mql5, it's not urgent so no hurry please take your time
I would like to ask the following: I work on a CTrader account (provided by a Broker) but on the Tradingview Platform. I would like to place an order with you if you make the following configuration correctly and at a good price: It is only about SL and TP. They must work like this: 1. When launching any order, SL should be set at 60p pips and TP at 4000 pips distance. 2. Whenever the launched position moves up or
Hello Developer, I am Darshan Galani. i want to Convert Tradingview Indicator to MQ4 & MQ5 file.i also want to source code that must be easy to understand. TradingView Indicator: LuxAlgo Trendlines with Breaks
hello 👋 great developer am looking for developer that will help me to convert pinescript strategy to mt4 strategy I will be looking for your bid soon Best regards Ayofe
I have a HTF bot for prop challenge pass, I was buy it at 30$, now kortana didn't support mt4, so now I want to convert it to mt5, can you do this for me
👋 Hey, can you help me with code my script which is already working in pine script. moreover, I want a system where I can sell my trading bot and can give access with license. possible
I need to convert custom a indicator, I'm looking to convert from NinjaTrader to Quantower--are you familiar with Quantower and it's coding language? it's a rather simple indicator i just can't code on Quantower and would need that additional help--le me know. thanks
Hey I am in need of a proficient coder who is highly skilled in converting indicators from one trading platform to another, like the one we have here, the indicator is on metatrader 4 and would like to have an expert to convert this mt4 indicator to tradingview pinescript indicator, please if you can't do this kindly ignore this post, only apply just if you are able to do it thanks
I’m looking for someone to convert the orderblock indicator from pinescript to mql5; and than code a EA based on that orderblock indicator, and also a fvg indicator ( that source code I will provide )

项目信息

预算
30+ USD
开发人员
27 USD
截止日期
 1  3 天