Hi i need programer to convert pinescript stochastic divergence to mq5

Работа завершена

Время выполнения 16 дней
Отзыв от заказчика
Very patient programmer
Отзыв от исполнителя
Nice person to work with.

Техническое задание

//@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])

Откликнулись

1
Разработчик 1
Оценка
(126)
Проекты
160
36%
Арбитраж
4
25% / 50%
Просрочено
13
8%
Работает
2
Разработчик 2
Оценка
(549)
Проекты
826
73%
Арбитраж
15
53% / 13%
Просрочено
193
23%
Работает
3
Разработчик 3
Оценка
(236)
Проекты
440
26%
Арбитраж
125
21% / 57%
Просрочено
96
22%
Работает
4
Разработчик 4
Оценка
(8)
Проекты
16
0%
Арбитраж
8
13% / 75%
Просрочено
3
19%
Свободен
5
Разработчик 5
Оценка
(105)
Проекты
159
62%
Арбитраж
7
29% / 43%
Просрочено
21
13%
Работает
Похожие заказы
can you do it where it reads from a file on mql4 dir, and allow my risk stoploss ea to close order at -2% Let know if you can do it
ScalperX 5000+ USD
I want this robot to be 100% Fully automated and make me a lot of profit.I want everyone to trust this robot and I want people to purchase this robot
i have a specific mql5 indicator but its not compatible with mt2trading auto connector...can edit my source cod and make my indicator compatible with mt2tradin platform so that its signals can be detected by it
i want to make candle indicator with coustom time setting with buy and sell signal as per colour, with two different buffer for buy and sell signal. For example if in treminal time the daily candle start time 5 am indian standard time (ISD) but suppose i want candle start at 10am (ISD) then daily candle will start from that time only , and that i want in all timeframe. i want this indicator for mt5
I tried using ChatGPT to Create this Multi-Pair Heikin Ashi EA to close open trades for me, but I need a developer to modify the code to make it functional, I've attached the MQL5 code generated by ChatGPT I need modified (partially, or in full, depending on how much change needs to be made to get it working the way I desire) and notes generated by ChatGPT to help explain how it should function. But, In short, the EA
i have a specific mql5 indicator but its not compatible with mt2trading auto connector...can edit my source cod and make my indicator compatible with mt2tradin platform so that its signals can be detected by it
--- Job Title: EA Programmer for Smart Money Concept (Urgent) EA SOURCE CODE WOULD NOT BE SENT IF JOB IS NOT ACCEPTED Job Description: We are seeking an experienced EA programmer to finalize a project focused on implementing the Smart Money Concept. The progress is at %, and I need someone to complete the remaining tasks within a week. Project Requirements: - Liquidity, CHoCh, and Return to OrderBlock: Implement
Basic FX trading strategy applying a 2 indicator sell order for Mt4 created with entry and exit points with trailing stops and steps in pips to hold gains or stop loss combined with a profit goal. Experience must be submitted and time frame for demonstration
I have a hedging strategy idea I would like coded but it is complicated and advanced, I have two EAs I would like the idea coded to. I would like the coder to be professional and fast. The hedging strategy consists of opening multiple orders mixed of buys & sells. Please be experienced and don't waste my time or yours
I am looking for an experienced Forex trading expert to help me configure, set up, and run a fully automated trading account. I am new to Forex trading and am eager to learn, so I am seeking someone who can not only set up the account but also provide guidance and education throughout the process

Информация о проекте

Бюджет
30+ USD
Исполнителю
27 USD
Сроки выполнения
до 10 дн.