Hi i need programer to convert pinescript stochastic divergence to mq5

Trabajo finalizado

Plazo de ejecución 16 días
Comentario del Cliente
Very patient programmer
Comentario del Ejecutor
Nice person to work with.

Tarea técnica

//@version=4
study(title="Stochastic", shorttitle="Stoch", format=format.price, precision=2, resolution="")
periodK = input(14, title="K", minval=1)
periodD = input(3, title="D", minval=1)
smoothK = input(3, title="Smooth", minval=1)
k = sma(stoch(close, high, low, periodK), smoothK)
d = sma(k, periodD)
plot(k, title="%K", color=#0094FF)
plot(d, color=change(d) >= 0 ? color.lime : color.red, linewidth=2)
h0 = hline(80, "Upper Band", color=#606060)
h1 = hline(20, "Lower Band", color=#606060)
fill(h0, h1, color=#9915FF, transp=80, title="Background")




lbR = input(title="Pivot Lookback Right", defval=5)
lbL = input(title="Pivot Lookback Left", defval=5)
rangeUpper = input(title="Max of Lookback Range", defval=60)
rangeLower = input(title="Min of Lookback Range", defval=5)
plotBull = input(title="Plot Bullish", defval=true)
plotBear = input(title="Plot Bearish", defval=true)



bearColor = color.red
bullColor = color.green
noneColor = color.new(color.white, 100)

osc= k

plFound = na(pivotlow(osc, lbL, lbR)) ? false : true
phFound = na(pivothigh(osc, lbL, lbR)) ? false : true

_inRange(cond) =>
    bars = barssince(cond == true)
    rangeLower <= bars and bars <= rangeUpper

//------------------------------------------------------------------------------
// Regular Bullish

// Osc: Higher Low
oscHL = osc[lbR] > valuewhen(plFound, osc[lbR], 1) and _inRange(plFound[1])

// Price: Lower Low
priceLL = low[lbR] < valuewhen(plFound, low[lbR], 1)

bullCond = plotBull and priceLL and oscHL and plFound

plot(
plFound ? osc[lbR] : na,
offset=-lbR,
title="Regular Bullish",
linewidth=2,
color=(bullCond ? bullColor : noneColor),
transp=0
)

plotshape(
bullCond ? osc[lbR] : na,
offset=-lbR,
title="Regular Bullish Label",
style=shape.arrowup,
location=location.absolute,
color=bullColor,
size = size.normal,
transp=0
)


//------------------------------------------------------------------------------
// Regular Bearish

// Osc: Lower High
oscLH = osc[lbR] < valuewhen(phFound, osc[lbR], 1) and _inRange(phFound[1])

Han respondido

1
Desarrollador 1
Evaluación
(132)
Proyectos
176
39%
Arbitraje
4
25% / 50%
Caducado
14
8%
Libre
2
Desarrollador 2
Evaluación
(550)
Proyectos
828
73%
Arbitraje
15
53% / 13%
Caducado
193
23%
Trabaja
3
Desarrollador 3
Evaluación
(236)
Proyectos
440
26%
Arbitraje
125
21% / 57%
Caducado
96
22%
Trabaja
4
Desarrollador 4
Evaluación
(8)
Proyectos
16
0%
Arbitraje
8
13% / 75%
Caducado
3
19%
Libre
5
Desarrollador 5
Evaluación
(111)
Proyectos
164
63%
Arbitraje
7
29% / 43%
Caducado
20
12%
Trabaja
Solicitudes similares
we will use this script( News365 – PHP Newspaper Script Magazine Blog with Video Newspaper by bdtask (codecanyon.net) ) or anything better to clone this website( European Central Bank (europa.eu) ) I want everything exactly the same as the above-mentioned website ---------------------------------------------------------------- I ---------------------------------------------------------------- I
I have some specific conditions that i want to check during FVG, OB, BB, MSS, BOS, etc. but lets tell them in private if you will choose to work with me
I need an indicator like the one of the two photos that print on current candle 0, or pre alert 60% win rate minimum for mt5 or 4 I would like too trail until Friday as this is when I get paid pls
I want to turn the attached trade into a bot. It may be a little hard to udnerstand, in simple terms I want to trade at a turn around point following a fair value gap. I may want to add two switches: Buy / sell only Only trade within zone x-y these additions will allow me to check fundamentals for buy/or sell, and then only trade when im in support/resistance. You may know a better more profitable way of going about
ATAS DEVELOPER NEEDED 30 - 100 USD
Hi programmer, I'm looking for an expert algorithm trading developer that is capable with the right key set for programming and algorithm that would run without any problem for ATAS trading platform. I've my strategies ready including preference, images and videos of exactly how i want it to be implemented but only looking for a well skilled programmer to bring the idea to life as its very important ideas. Kindly
Hi programmer, I'm looking for an expert algorithm trading developer that is capable with the right key set for programming and algorithm that would run without any problem for ATAS trading platform. I've my strategies ready including preference, images and videos of exactly how i want it to be implemented but only looking for a well skilled programmer to bring the idea to life as its very important ideas. Kindly
Hello. I'm going to develop quantower strategy. The strategy is follow: Short entry: when the candle open and close below the ema we take a short below the low of the candle Long entry: when the candle open and close above the ema we take a short above the high of the candle. when the trend doesn't get our way, in order to cover the loss; Short: open Long position at the High of the candle. Long: open Short position
I need to create an EA based on my own strategy that actually is a little bit different from most of the usual EA. This because it use an indicator but the power of the system is just because it can shows target price by designing trendline on the price chart in a unusual way. A friend of mine tried to create it on MT4 platform but, in the end, he realized that this platform has big limits when the program lines
Hey there! I’m looking for a talented NinjaTrader programmer to partner with on some exciting projects. If you have a knack for NinjaScript and a passion for trading tech, let’s team up! What You Can Expect: A friendly collaboration on diverse projects Fair pay—50/50 split on all earnings An opportunity to dive deep into innovative trading strategies What I’m Hoping You Bring: Experience with NinjaTrader and
STRATEGY : Here’s a comprehensive specification document in English for developing your NinjaTrader bid/ask imbalance indicator: --- ### Bid/Ask Imbalance Indicator for NinjaTrader: Full Specifications #### **Objective**The goal is to develop a custom bid/ask imbalance indicator for NinjaTrader 8. The indicator will calculate and visualize bid/ask imbalances in real-time and on historical tick data using Tick Replay

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD
Plazo límite de ejecución
a 10 día(s)