I need for a tradingview indicator to mql5

MQL5 Göstergeler Dönüştürme

İş Gereklilikleri

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")


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(94)
Projeler
190
66%
Arabuluculuk
8
25% / 50%
Süresi dolmuş
2
1%
Serbest
2
Geliştirici 2
Derecelendirme
(38)
Projeler
51
29%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(233)
Projeler
263
63%
Arabuluculuk
3
33% / 67%
Süresi dolmuş
8
3%
Yüklendi
4
Geliştirici 4
Derecelendirme
(287)
Projeler
428
63%
Arabuluculuk
5
40% / 0%
Süresi dolmuş
4
1%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(181)
Projeler
231
59%
Arabuluculuk
7
29% / 29%
Süresi dolmuş
7
3%
Yüklendi
6
Geliştirici 6
Derecelendirme
(153)
Projeler
169
42%
Arabuluculuk
5
0% / 80%
Süresi dolmuş
8
5%
Çalışıyor
7
Geliştirici 7
Derecelendirme
(563)
Projeler
931
47%
Arabuluculuk
301
59% / 25%
Süresi dolmuş
123
13%
Çalışıyor
Benzer siparişler
This is the ea I will be looking to do 2 jobs this one then another one later. Indicator is 528 lines of code EA is 703 lines of code Dashboard Is 5034 Lines of code I want to remove the dashboard form the indicator and add it to the dashboard like this and add these features to it Indicator Changes I want to change the indicator The Moving Average Ribbon I want to Add a input to make it fill out or hollow like it is
MT4 Indicator 1. Display Swap List on Chart. 2. Display Swap Price in Usd (long & short) 3. Sort Highest to Lowest in Usd (long & short) 4. Put a spread column 5. And include a tiny search box just to pull up a specific pair data on the list. Below is the exact user interface needed
This is the ea I will be looking to do 2 jobs this one then another one later. Indicator is 528 lines of code EA is 703 lines of code Dashboard Is 5034 Lines of code I want to remove the dashboard form the indicator and add it to the dashboard like this and add these features to it Indicator Changes I want to change the indicator The Moving Average Ribbon I want to Add a input to make it fill out or hollow like it is
dear developers.i currently need help with my custom indicator...i currently want to fix some redraw issue and add an additional arrow which must also not repaint and i would also like to be able to get mobile push notifications and alerts must not delay.thank you
Additions 1. Trailing by points is available, add trailing by money 2. Once certain DD is reached hedge with opposite positions, close all positions of one side [buy or sell] when they are in profit by say 5 points and start martingale to close the other side of trades by summing up all open trade quantities and opening the same quantity at the same time of closing profitable trades of one side following changes
I am currently seeking a highly skilled developer for an important project. I need a professional developer to convert an Indicator to tradingview on MT4. If you are highly skilled and capable of handling this project, kindly reach out now
I need a developer to make me a trade copier.. Trade on MetaTrader 4 to tradelocker. The best copier and easy to use. Let me know if you can do it. Thanks
Can you convert my tradingview indicator into a mt4 ea ? Indicator called ut bot alerts on tradingview Its open script already Will my ea have same settings for the indicator as in the indicator version on tradingview ? And I need trailing input added Daily equity protector as well Also for inputs I need option for it to close existing trade when opposite confirmed Also input for time schedule to trade Like New York
Hello, I have EA's which were previously developed that are not running correctly and giving errors. Need an experienced MQL developer to fix all issues as well as add some new settings. Thanks
Looking for a developer to create an MT4 indicator and an EA / Robot. Indicator-based strategy consisting of several moving averages, PSAR Indicator and Pinescript indicator called Coral Trend Indicator by LazyBear (pinescript source code will be provided and will need converting to MT4 code - 34 lines of code). Strategy to be an intra-day trading period on 5-minute timeframe for the European session but “Trading”

Proje bilgisi

Bütçe
30 - 50 USD
KDV (21%): 6.3 - 10.5 USD
Toplam: 36.3 - 60.5 USD
Geliştirici için
27 - 45 USD