Convert simple pine script to mt4 indicator

MQL4 Indicadores

Tarea técnica

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)

Han respondido

1
Desarrollador 1
Evaluación
(782)
Proyectos
1346
72%
Arbitraje
109
28% / 49%
Caducado
340
25%
Trabajando
2
Desarrollador 2
Evaluación
(546)
Proyectos
823
73%
Arbitraje
15
53% / 13%
Caducado
193
23%
Libre
3
Desarrollador 3
Evaluación
(1117)
Proyectos
1419
62%
Arbitraje
21
57% / 10%
Caducado
43
3%
Libre
4
Desarrollador 4
Evaluación
(555)
Proyectos
922
48%
Arbitraje
300
59% / 25%
Caducado
123
13%
Trabaja
Solicitudes similares
Looking for a tradingview expert to quickly code a 8 lined description for me (alert based) Apply if you are a proven expert in tradingview and have time to deliver this project under 2_3 days. I'll provide the file to the expert
Hi, I need an Indicator for my EA based on the VWAP and Standard deviation bands. Best if you have it already ready / working. It can look like this: https://ninjatrader.com/futures/blogs/what-is-volume-weighted-average-price-vwap/ https://www.sr-analyst.com/page_studydetail.php?prod=TV0015 It would need to have 2 modes: 1- Anchored one (in between some given hours) - reseting each day. 2- Continous
The future of the traders be a good traders and patient and humble person faithful loyalty to your job and last be a professional traders and helping a dream of us how to trade and etc,,,,,,,,,,,,,,,,,🤑
Firstly Indicator (1) or the first part \\ Draw a red line at the top of the zero candle _ M1 \\ Draw a blue line at the bottom of the zero _ M1 candle \\ Draw a red line at the top of the zero _ M2 candle \\ Draw a blue line at the bottom of the zero _ M2 candle \\ Draw a red line at the top of the zero candle _ M3 \\ Draw a blue line at the bottom of the zero _ M3 candle \\ Draw a red line at the top of the zero
Description of the work to be done: Two tradingview scripts (3rd Wave and Zigzag) from the creator Lonesometheblue will need to be converted to a single EA for mt4. This EA must consist of the indicator that implements these two tradingview and also be capable of placing the orders that the indicator alerts you to. Description of the indicator: The mt4 indicator must have the same configurable parameters as that of
I am searching for an indicator that can effectively identify market structure components such as order blocks, which may or may not include a retest, and fair value gaps. This indicator should offer customizable options where I can specify the size of the order block and fair value gap in pips. Additionally, it should be able to highlight order blocks and fair value gaps that have been filled. I would also like the
Hello, I am seeking a skilled and experienced MQL4 developer to assist in creating a Metatrader 4 Expert Advisor (EA) that communicates with a WebSocket server to receive trade signals. i need a EA like ( www.mtsocketapi.com ) The project will involve the following key tasks: Develop a DLL or bridge application : The chosen developer will need to create a DLL or bridge application that can manage WebSocket
Hello, I am searching for the best and profitable SCALPING robot for only 2 pairs. If you have a profitable robot for either GOLD ( XAU/USD ) OR EURUSD OR BOTH In order to complete project I ask kindly that you send me demo version with license expiry of 1-2 days so I can test it in live market conditions. This is a requirement in order to move forward with project. Please no matingale, no hedging robots. Robot
Need to add push notifications to an existing mt4 indictor. I need it to push via text and sound through my phone once the push goes through the MT4 trading platform
Good day publishers so i am in need of a developer who is going to vonvert my 3 indicators into a robot ...this indicators has two mac D indictor with a two colors each (red & green) an d is have n arrow that pops up ..... Requirements .....1. so i want the robot to take trade when arrow pops and then the two mac ds should be in green coulor ( it must not take sells only for buy trade)....2. I want the robot to

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD