Convert TradingView Script to MT5 Indicator

MQL5 Indicatori In conversione

Lavoro terminato

Tempo di esecuzione 4 giorni
Feedback del dipendente
great client to work with. He's very professional in trading algorithms and provided valuable insights to me. And Fast response. Thank you.
Feedback del cliente
Great experience!! STRONGLY RECOMMENDED Petru is one of the best developers I ever work with. Strong technical skill and well communication.

Specifiche

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)


Con risposta

1
Sviluppatore 1
Valutazioni
(4)
Progetti
3
33%
Arbitraggio
0
In ritardo
0
Gratuito
2
Sviluppatore 2
Valutazioni
(30)
Progetti
55
22%
Arbitraggio
12
67% / 8%
In ritardo
2
4%
Gratuito
3
Sviluppatore 3
Valutazioni
(13)
Progetti
20
20%
Arbitraggio
0
In ritardo
3
15%
Gratuito
4
Sviluppatore 4
Valutazioni
(336)
Progetti
620
38%
Arbitraggio
39
23% / 64%
In ritardo
93
15%
Gratuito
Ordini simili
// // @author LazyBear // // If you use this code in its original/modified form, do drop me a note. // study(title="Market Cipher B Free version with Buy and sell", shorttitle="Cipher_B_free") n1 = input(10, "Channel Length") n2 = input(21, "Average Length") obLevel1 = input(60, "Over Bought Level 1") obLevel2 = input(53, "Over Bought Level 2") osLevel1 = input(-60, "Over Sold Level 1") osLevel2 = input(-53, "Over
hello, I need an expert who can help me with my project. can you change a mq4 file to a c trader file for my ea for me? I have the code for the ea and everything
Hi I have an on Afl code I need to convert it in MT4. Based on serval indicator Heikin Ashi: A modified candlestick chart that smooths out price fluctuations. Moving Averages: Used to identify trends and potential reversals. Bollinger Bands: A volatility indicator that shows upper and lower bands around a moving average. MACD (Moving Average Convergence Divergence): A momentum indicator that measures the relationship
I have afl code need to convert it to mt4 . More details are attach with file . please check and update me . Budget is fix 50 $
Sierrachart 60 - 100 USD
Hi everyone, I have a request for Sierra chart. I already have a number template and I want to know is it a way for you to make adjustments so that 3 vertical numbers that decrease or increase are highlighted
Project overview. C# for multi charts. Enter single buy and sell stop X points away from current market.(allow SL and TP ) If order is executed another pending order is opened. Allow trailing stop -x points Delete pending order x points away from current market
I want to convert 4 open source pinscript indicators to MQl4 and then DLL format to use on the forex tester. MQl4 can be easily converted to DLL. Some experience with Forext terster would be ideal If you can help I need a file in DLL format . They have instruction in https://forextester.com/forum/viewforum.php?f=9 We can negotiate a price
Hi everyone, Please note, that the strategy i want to conver is using pyramiding setting set to 14 in tw. And tradingview uses some strange technique when it comes to pyramiding. I'm looking for someone who ever dealt with this. Also i would like your help with purchasing a tool/or integrating manually the access to seconds chart, i use my strategy only on 30 sec chart - USTEC icmarkets. I decided to move my strategy
Hello, I am in need of a Professional who can help me to convert my Tradingview to Mt4. Please let me know if this is something you can handle perfectly and your price for the conversion. Looking forward to hear from you. Thanks
Need to convert Thinkorswim strategies, indicators, or custom scripts to NinjaTrader. Offering seamless migration and functionality optimization to ensure your trading systems perform effectively on NinjaTrader. Fast delivery and reliable service

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD
Scadenze
da 1 a 3 giorno(i)