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
等级
(547)
项目
824
73%
仲裁
15
53% / 13%
逾期
193
23%
工作中
3
开发者 3
等级
(236)
项目
440
26%
仲裁
125
21% / 56%
逾期
96
22%
工作中
4
开发者 4
等级
(8)
项目
16
0%
仲裁
8
13% / 75%
逾期
3
19%
空闲
5
开发者 5
等级
(105)
项目
158
61%
仲裁
7
29% / 43%
逾期
21
13%
工作中
相似订单
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo
Would it be possible to get a custom offer for a custom indicator for the Tradovate platform? they use javascript. https://github.com/tradovate I'd like an indicator calculates and displays the quantity of transactions hitting the bid, the quantity of transactions lifting the offer, as well as the % difference between them in rolling 10 second intervals updated every 0.5 seconds. is this something you can do
Hi, Do you have an indicator or expert and would like to protect and control it? What you will get protection and control Customer control panel The number of products is unlimited. You can add any number of your own experts and consultations You can give a trial period for your product, for example a week or a month, after which the customer subscribes Monthly, annually, or for life, depending on the customer’s
Hi, how are you I want a good expert that works on the MT4 platform The total must be profitable and stable StopLoss and TakeProfit should be running, not TrailingStop TakeProfit must be greater than StopLoss If you have an expert with the previous specifications Please send a test executable file and send your price as well Thank you
Tradovate platform 300 - 400 USD
Would it be possible to get a custom offer for a custom indicator for the Tradovate platform? they use javascript. https://github.com/tradovate I'd like an indicator calculates and displays the quantity of transactions hitting the bid, the quantity of transactions lifting the offer, as well as the % difference between them in rolling 10 second intervals updated every 0.5 seconds. is this something you can do
Hello, I am looking for a good quality coder to create an EA based on the following specification: Entry using the super-arrow indicator. Needs to have as little lag and repainting as possible. Entry is on the buy or sell arrow. There must not be more than one active trade at a time. This strategy has no stop loss, therefore the reversal entry in the opposite direction is the stop loss. The TP is 5 pips (to be
An EA based on Fibonacci 100 - 750 USD
I am in need of 3 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 50 percent of the Fibonacci..this will be present on all 3 EA, all three EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe
Smart Bot 30 USD
A bot that uses Smart Money Concepts in order to provide the best entry and exit strategies for the trader. It also recommends lot sizes paying attention to the amount in the accouny
I am writing to request the assistance of an expert who can develop a sophisticated trading system based on trend indicators. Specifically, I am looking for a solution that incorporates the following functionalities: 1. **Trend Indicator-Based System**: The expert should design a system that utilizes trend indicators to assess market conditions and direction. 2. **Pending Orders (Sell Stop and Buy Stop)**: The system
Convert a MT4 indicator with MQL4 file to a working MT5 indicator. I want to use MT5 charting for stocks. With MT4, there is limited number of stocks. I found a MT5 broker that offers large number of stocks. But my mt4 indicator does not work in MT5 software. I have the MQL4 file for this MT4 indicator. The file is attached below. Please compare the converted MT5 with MT4 version to ensure they both work exactly the

项目信息

预算
30+ USD
开发人员
27 USD
截止日期
 10 天