I need for a tradingview indicator to mql5

MQL5 指标 转化中

指定

I need for a tradingview indicator to mql5, the indicator is the following -> Relative Volatility Index

and its source code is this: 

//@version=5
indicator(title="Relative Volatility Index", shorttitle="RVI", format=format.price, precision=2, timeframe="", timeframe_gaps=true)
length = input.int(10, minval=1)
offset = input.int(0, "Offset", minval = -500, maxval = 500)
maTypeInput = input.string("SMA", title="MA Type", options=["SMA", "Bollinger Bands", "EMA", "SMMA (RMA)", "WMA", "VWMA"], group="MA Settings")
maLengthInput = input.int(14, title="MA Length", group="MA Settings")
bbMultInput = input.float(2.0, minval=0.001, maxval=50, title="BB StdDev", group="MA Settings")
src = close
len = 14
stddev = ta.stdev(src, length)
upper = ta.ema(ta.change(src) <= 0 ? 0 : stddev, len)
lower = ta.ema(ta.change(src) > 0 ? 0 : stddev, len)
rvi = upper / (upper + lower) * 100
ma(source, length, type) =>
    switch type
        "SMA" => [ta.sma(source, length), na, na]
        "Bollinger Bands" =>
            [middleValue, highValue, lowValue] = ta.bb(source, length, bbMultInput)
            [middleValue, highValue, lowValue]
        "EMA" => [ta.ema(source, length), na, na]
        "SMMA (RMA)" => [ta.rma(source, length), na, na]
        "WMA" => [ta.wma(source, length), na, na]
        "VWMA" => [ta.vwma(source, length), na, na]

[rviMA,highValue,lowValue] = ma(rvi, maLengthInput, maTypeInput)

h0 = hline(80, "Upper Band", color=#787B86)
hline(50, "Middle Band", color=color.new(#787B86, 50))
h1 = hline(20, "Lower Band", color=#787B86)
fill(h0, h1, color=color.rgb(126, 87, 194, 90), title="Background")

plot(rvi, title="RVI", color=#7E57C2, offset = offset)
plot(rviMA, "RVI-based MA", color=color.yellow, offset = offset)

bbUpper = plot(highValue, title="Upper Bollinger Band", color=color.green)
bbLower = plot(lowValue, title="Lower Bollinger Band", color=color.green)
fill(bbUpper, bbLower, color = color.new(color.green, 90), title="Bollinger Bands Background Fill")


反馈

1
开发者 1
等级
(94)
项目
190
66%
仲裁
8
25% / 50%
逾期
2
1%
空闲
2
开发者 2
等级
(38)
项目
51
29%
仲裁
1
0% / 100%
逾期
0
空闲
3
开发者 3
等级
(230)
项目
260
63%
仲裁
3
33% / 67%
逾期
7
3%
已载入
4
开发者 4
等级
(281)
项目
421
63%
仲裁
5
40% / 0%
逾期
4
1%
空闲
5
开发者 5
等级
(177)
项目
227
58%
仲裁
7
29% / 29%
逾期
7
3%
空闲
6
开发者 6
等级
(150)
项目
166
42%
仲裁
5
0% / 80%
逾期
8
5%
工作中
7
开发者 7
等级
(562)
项目
931
47%
仲裁
301
59% / 25%
逾期
123
13%
工作中
相似订单
### **Indicators** ### 1. **Daily % Movers**: - **Identify the Symbol**: Determine the symbol with the highest absolute percentage change for the day. This symbol will be the current traded symbol until another symbol achieves a higher absolute percentage change. - **Calculation**: Use the formula provided in the attached file to calculate the daily percentage change. 2. **Range Bars**: - **Construction**: Construct
Hello I'm in need of a developer who can modify only few items from my MT5 EA. Please take a look on the requirements below:  EA must force to close single trades at 0.1 dollars : True/False [value to change]  Sell break-even point has a bug  Sell trail stop has a bug N.B. Source code is available
Hello, I have an already working indicator on metatrader 4 but I want to convert it into tradingview pinescript and I need a developer that can help me to get this done and make it to work perfectly
I need to modify an existing deriv.com bot. Need to modify the money management and accuracy of taking trades, need to upgrade detecting of price when it's auto trading. need good results
I want an indicator based on two candles , once first candle is printed. Second candle must open and not trade above/below 50% of first candle(fully candle including highs and lows) , but it must trade below/above wick and close back inside first candle then give signal to buy or sell. Signal can be printed anywhere on chart but I don't want arrows on candles. Must be able to give alert via mobile phone
Hello, I have an already working indicator on metatrader 4 but I want to convert it into tradingview pinescript and I need a developer that can help me to get this done and make it to work perfectly
Conf. Prazo ZIGZAG: Exemplo “M5” ----------------------------------------------- % de Sensibilidade em Ziguezague: Exemplo 50% Sensibilidade de fuga do Ziguezague %: Exemplo' 75% Ziguezague normal preço fecha abaixo dos 50% ele fixa. Fuga do ziguezague quando 50% passa pelo último fundo ou topo. nesse exemplo o zigzague aberto passou o 50% do ultimo fundo então quando ele retorna e fecha acinma do 75% ele fixa. ele
I am looking for a unique indicator that incorporates the principles of specific indicators found on TradingView. I will provide a list of these indicators so that you can explore them on TradingView and understand their functionality. 1. Ppsignal Super Hull MA Cross V3 with alert Ppsignal01 2. Volume-based Support & Resistance Zones tommyf001 3. Breakout finder LonesomeThe 4. Hama Candles
Hello developer Am looking for scanner of mt5 when the orange dot come I want scanner to give buy signal on that script and just beside it should show the number of candle the signal have came vise versa for sell . Here is image for understanding https://prnt.sc/sSIHDwGUWw9L&nbsp ; And it should have option to disable this option of counting candle . And i can make a list of symbol which all symbol I want to scan
In an existing EA (MT4) I need to insert a new feature and delete a couple of un-utilised features. Please let me know if anyone can do the job. Thanks

项目信息

预算
30 - 50 USD
VAT (21%): 6.3 - 10.5 USD
总计: 36.3 - 60.5 USD
开发人员
27 - 45 USD