Convert simple pine script to mt4 indicator

MQL4 指标

指定

i need this trading view indicator converted to mt4


//


// @author LazyBear 

// 

// List of my public indicators: http://bit.ly/1LQaPK8 

// List of my app-store indicators: ;

//

study("Absolute Strength Index Oscillator [LazyBear]", shorttitle="ABSSIO_LB")

sh=input(false, title="Show as Histo")

ebc=input(false, title="Enable Bar Colors")

lma=input(21, title="EMA Length")

ld=input(34, title="Signal Length")

osl=10 

calc_abssio( ) =>

    A=iff(close>close[1], nz(A[1])+(close/close[1])-1,nz(A[1]))

    M=iff(close==close[1], nz(M[1])+1.0/osl,nz(M[1]))

    D=iff(close<close[1], nz(D[1])+(close[1]/close)-1,nz(D[1]))

    iff (D+M/2==0, 1, 1-1/(1+(A+M/2)/(D+M/2)))


abssi=calc_abssio()

abssio = (abssi - ema(abssi,lma))

alp=2.0/(ld+1)

mt=alp*abssio+(1-alp)*nz(mt[1])

ut=alp*mt+(1-alp)*nz(ut[1])

s=((2-alp)*mt-ut)/(1-alp)

d=abssio-s

hline(0, title="ZeroLine")

plot(not sh ? abssio : na, color=(abssio > 0 ? abssio >= s ? green : orange : abssio <=s ? red :orange), title="ABSSIO", style=histogram, linewidth=2)

plot(not sh ? abssio : na, color=black, style=line,title="ABSSIO_Points", linewidth=2)

plot(not sh ? s : na, color=gray, title="MA")

plot(sh ? d : na, style=columns, color=d>0?green:red)

barcolor(ebc?(abssio > 0 ? abssio >= s ? lime : orange : abssio <=s ? red :orange):na)

反馈

1
开发者 1
等级
(780)
项目
1344
72%
仲裁
109
28% / 49%
逾期
340
25%
繁忙
2
开发者 2
等级
(546)
项目
823
73%
仲裁
15
53% / 13%
逾期
193
23%
空闲
3
开发者 3
等级
(1117)
项目
1419
62%
仲裁
21
57% / 10%
逾期
43
3%
空闲
4
开发者 4
等级
(555)
项目
922
48%
仲裁
300
59% / 25%
逾期
123
13%
空闲
相似订单
Hello, I am looking for someone that can build me an EA preferably expanding on an existing code you probably know as the xBest Ea series. I have the source code and detailed list of everything that needs to be coded in ready to go. please let's discuss more better on my strategy
Hi, I need someone who can code an indicator that calculate the angles of Bollinger Bands and works like this: The indicator will calculate the angle of upper and lower bollinger bands, middle band should be ignored. The angles will be calculated taken from last closed candle, to "X" candles back indicator will have 2 pairs of MA's, that will act as a filter. indicator should have Multi TF function. Indicator must be
I'm looking for someone who has experience in takepropips management and Donchian Indiciator, I need settings that automatically take over signals trading It is important that someone already uses the software, as it is very complex
Range_Filter_Arrows_V8 - someone had corrected the indicator but he left please contact - he modified the indicator and concealed the job he took a lot of time but managed to modify it correctly
I need a very good programer a developer that's perfect in building a Telegram signal copy trade Bot very well, that has done about 100 project successfully, please if you don't know how to build this telegram signal copy trade bot don't apply for this project, if you know that you will not start quickly don't apply. I want you to build me a smart Telegram signal copy trade Bot that has subscriber dashboard, that
Hello i need to be able to create an EA / Indicator that when a trade reaches TP a screenshot is taken of the history of that trade showing the open price, TP and the profit amount, i then need this screenshot to be sent to Telegram
.Basically this Ninja Trader indicator works exactly like in Ninja on Mt4. Also, there should be an option in the mt4 version so that when the indicator touches/resets a newly created zone, an alert/notification is sent. Note: It must be exactly the same and have the same configuration options and everything that is in Ninja
I have a script completely up and running on MT5 and I want to convert it to work in NINJATRADER 8 LEAVE JOB PRICE, JOB RUN TIME, YEARS OF EXPERIENCE- tengo un script completamente listo y funcionando en mt5 y deseo convertilo para que funcione en NINJATRADER 8 DEJAR PRECIO DEL TRABAJO, TIEMPO DE EJECUCION DEL TRABAJO, AÑOS DE EXPERIENCIA-
Hello there, I need a developer that can help me convert 2 TradingView Indicators into MT4 in 2 days. I need this to be perfectly converted and as soon as possible. Thanks
i am currently in need of a multi currency EA.i want the EA to be able to read data from different symbols whenever a trade occur on that symbol,the EA will be able to read the direction of the trade and the profit or loss of that particular pair and display it on my panel.the EA must be able to to combine all the trades that were taken from different symbols and display it on the panel,if you are capable of such it

项目信息

预算
30+ USD
开发人员
27 USD