I want to convert one Indicator from Pinescript from trading view to mt4 metaquotes language

指定

Hello everyone, I watch this indicator from TRADINGRUSH (He design this indicator is not my own) BeepBoop, 

I want to use it in my strategy on MT4, because i dont use tradingview 


This is the code he has on Tradingview: 


//(Improved) Beep Boop Indicator for Trending Markets 

//New and Improved version of the Beep Boop Indicator

//

//@version=4

study(title="Beep Boop", shorttitle="Beep Boop", resolution="")

fast_length = input(title="Fast Length", type=input.integer, defval=12)

slow_length = input(title="Slow Length", type=input.integer, defval=26)

EMATrend = input(title="EMA Trend", type=input.integer, defval=50)

src = input(title="Source", type=input.source, defval=close)

signal_length = input(title="Signal Smoothing", type=input.integer, minval = 1, maxval = 50, defval = 9)

sma_source = input(title="Simple MA(Oscillator)", type=input.bool, defval=false)

sma_signal = input(title="Simple MA(Signal Line)", type=input.bool, defval=false)

ema_signal = input(title="Simple MA(Signal Line)", type=input.bool, defval=false)

col_grow_above = #26A69A

col_grow_below = #FF0000

col_fall_above = #FFFFFF

col_fall_below = #FFFFFF

col_macd = #0094ff

col_signal = #ff6a00

variant_doubleema(src,len) =>

    v2 = ema(src, len)

    v6 = 2 * v2 - ema(v2, len)

    v6

variant_zerolagema(src, len) =>

    price = src

    l = (len - 1) / 2

    d = (price + (price - price[l]))

    z = ema(d, len)

    z

//fast_ma = sma_source ? sma(src, fast_length) : ema(src, fast_length)

//slow_ma = sma_source ? sma(src, slow_length) : ema(src, slow_length)

//macd = fast_ma - slow_ma

//signal = sma_signal ? sma(macd, signal_length) : ema(macd, signal_length)

fast_ma = sma_source ? sma(src, fast_length) : ema_signal ? ema(src, fast_length) : variant_doubleema(src, fast_length)

slow_ma = sma_source ? sma(src, slow_length) : ema_signal ? ema(src, slow_length) : variant_doubleema(src, slow_length)

macd = fast_ma - slow_ma

signal = sma_signal ? sma(macd, signal_length) : ema_signal ? ema(macd, signal_length) : variant_doubleema(macd, signal_length)

hist = macd - signal

histplot = hist

if (hist > 0)

    hist := 0.1


if (hist < 0)

    hist := 0.09

//fastMA = ema(close, EMATrend)

fastMA = ema_signal ? ema(close, EMATrend) : variant_doubleema(close, EMATrend)

//fastMA = 0

plot(hist, title="Histogram", style=plot.style_columns, color=(hist == 0.1 ? ((hist == 0.1) and (close > fastMA) and (open > fastMA) and (low > fastMA) ? col_grow_above : col_fall_above) : ((hist == 0.09) and (close < fastMA) and (open < fastMA) and (high < fastMA)? col_grow_below : col_fall_below) ), transp=0 )

plot(histplot)


Thats the code!

反馈

1
开发者 1
等级
(38)
项目
50
10%
仲裁
1
0% / 0%
逾期
8
16%
空闲
2
开发者 2
等级
(126)
项目
160
36%
仲裁
4
25% / 50%
逾期
13
8%
空闲
3
开发者 3
等级
(547)
项目
824
73%
仲裁
15
53% / 13%
逾期
193
23%
工作中
4
开发者 4
等级
(236)
项目
440
26%
仲裁
125
21% / 56%
逾期
96
22%
工作中
5
开发者 5
等级
(562)
项目
929
48%
仲裁
301
59% / 25%
逾期
123
13%
已载入
相似订单
hi.. i have a pin script (TV) but some lines in the code needs to be fixed,,, i will attach the file, Also I will be paying $20 for the project cause i just need you to adjust some Minor things in it, i will explain more further in the message side
I want to clarify some points, such as: When entering into a buy deal, he opens three deals, each deal has a different take profit and one stop loss. When you look at the code, you will know that there are three take-profit. It opens one deal, taking one profit and adding risk management as well An information screen on the chart shows all the information, I only have $10 for this now, and also I still have more
I need an experienced person who can help to convert my existing code from MQL4 to MQL5 (HFT EA). I will assist with testing, and the expert must work like the MT4 version and passes the MQL5 checker
Hey greetings My pleasure to met you all .I would like to convert a public tradingview pinescript indicator to MT5 Expert Advisor based on my. Requirements/specification.Kindly bid and let discuss about the project
hi.. i have a pin script (TV) but some lines in the code needs to be fixed,,, i will attach the file thanks very much in advance, Also there will be more project in front, so I need a very dedicated developer
I am looking for a developer to assist in testing my Sierra Chart Indicator code. The task involves checking the code for any errors and ensuring it functions perfectly. Your expertise in identifying and fixing potential issues will be invaluable. If you have experience with Sierra Chart and are skilled in debugging, please get in touch. Thank you
Hello, I am looking for a developer to help me convert my mta4 script into trading and make it work perfectly your expertise is highly needed for this project kindly reach out and let's proceed thanks
Develop ctrader 30+ USD
Hi mate, i would like to make Tensorflow.NET dlls (including Keras.NET, NumSharp etc ) from https://scisharp.github.io/SciSharp compatible with cTrader, so i can develop algos inside cTrader. Can you help? Cheers
Hello I am looking for a developer to help me Backtest my tradingview strategy in tradingview platform and make it work perfectly without errors please kindly reach out to so we can proceed
Hello I am looking for a developer to help me to convert my mt4 strategy to tradingview and make it work perfectly your expertise is highly needed for this project

项目信息

预算
30+ USD
VAT (21%): 6.3 USD
总计: 36.3 USD
开发人员
27 USD