Need a expert coder who could translate the below Study/indicator into a strategy.

Other Experts

Spécifications

Need a coder who could translate the below Study/indicator into a strategy.The code is from Tradingview- (In this script a simple linear support and resistance indicator is proposed, the indicator is made by connecting past pivot high's/low's to more recent ones and extrapolating the resulting connection. The indicator is also able to make support and resistances by using other indicators as input- (However it repaints after a while, need to keep that in mind)

Indicator details Below:


study("EPP",overlay=true,max_bars_back=5000)

//----
length = input(14)
astart = input(1,"A-High Position"),aend = input(0,"B-High Position")
bstart = input(1,"A-Low Position"),bend = input(0,"B-Low Position")
csrc = input(false,"Use Custom Source ?"),src = input(close,"Custom Source")
//----
up = pivothigh(iff(csrc,src,high),length,length)
dn = pivotlow(iff(csrc,src,low),length,length)
//----
n = bar_index
a1 = valuewhen(not na(up),n,astart)
b1 = valuewhen(not na(dn),n,bstart)
a2 = valuewhen(not na(up),n,aend)
b2 = valuewhen(not na(dn),n,bend)
//----
line upper = line.new(n[n - a1 + length],up[n - a1],n[n - a2 + length],up[n - a2],
  extend=extend.right,color=color.blue,width=2)
line lower = line.new(n[n - b1 + length],dn[n - b1],n[n - b2 + length],dn[n - b2],
  extend=extend.right,color=color.orange,width=2)
line.delete(upper[1])
line.delete(lower[1])
//----
label ahigh = label.new(n[n - a1 + length],up[n - a1],"A-High",
  color=color.blue,style=label.style_labeldown,textcolor=color.white,size=size.small)
label bhigh = label.new(n[n - a2 + length],up[n - a2],"B-High",
  color=color.blue,style=label.style_labeldown,textcolor=color.white,size=size.small)
label alow = label.new(n[n - b1 + length],dn[n - b1],"A-Low",
  color=color.orange,style=label.style_labelup,textcolor=color.white,size=size.small)
label blow = label.new(n[n - b2 + length],dn[n - b2],"B-Low",
  color=color.orange,style=label.style_labelup,textcolor=color.white,size=size.small)
label.delete(ahigh[1]),label.delete(bhigh[1]),label.delete(alow[1]),label.delete(blow[1])
//----
plot(up,"Pivot High's",color.blue,4,style=plot.style_circles,transp=0,offset=-length,join=true)
plot(dn,"Pivot Low's",color.orange,4,style=plot.style_circles,transp=0,offset=-length,join=true)

Répondu

1
Développeur 1
Évaluation
(14)
Projets
19
11%
Arbitrage
1
0% / 100%
En retard
5
26%
Gratuit
2
Développeur 2
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
Commandes similaires
Need a trading robot 30 - 50 USD
I have the source code for the robot I want to build, but I'd like to have another one that is unique to me and has different settings. If I give you the source code with all the settings, will you be able to recreate the robot for me with the changes? and if so, how much would you charge
Hey, having privilege to discuss my trading ideas with a skilled programmer will be the best, I wanted to build a well automated expert advisor that run perfectly on both MT4 and MT5, I would be glad to work with an expert who is able to turn ideas into a well automated mt4 mt5 trading robot, expert advisor EA in Metatrader 4 and 5, reach out if you can help me in achieving my trading target thanks
I need modifications done to my expert advisor so I can input the number of trades it should open at any point in time. A side EA that has that functionality and can be attached to existing EAs is also welcomed
Hello, I need a quote for developing a bot for my renko based trading system on ctrader platform and based on the attached specification your expertise is highly needed for this project Thanks
Trading robot 30+ USD
3 graphs that hit the same point to indicate buy/sell. please inquire for the exact graph names for further development. please let me know how much it will cost. thank you for your time
Hello everybody, I need a bot for MT5 on Martingale and MA logic. Equity rise, DD, News filter, Time trading filter, SL, TP, Martingale cut=off, panel chart etc. are some of the main features. Only serious and experienced developers should offer. Details on one-to-one chat
I need 1 EA based on arrows that prints according to the indicator. EA must open a new order when a new arrow printed and candle closed. - Buy and sell by the direction of the arrows (only after candle closed) - Close on opposite signal ( only after candle closed) - Stop loss option if true, highest point of previous candle plus pips - Breakeven, stop loss, lot management, trailing stop, start, and distance - magic
Hey, having privilege to discuss my trading ideas with a skilled programmer will be the best, I wanted to build a well automated expert advisor that run perfectly on both MT4 and MT5, I would be glad to work with an expert who is able to turn ideas into a well automated mt4 mt5 trading robot, expert advisor EA in Metatrader 4 and 5, reach out if you can help me in achieving my trading target thanks
I need a software developer to make a robot using Zig and Zag on high - low trend.V2 and fibo-pivots-alerts-levels indicators. Management must be based on the account size. The developer must be able to complete the job in 3 days. I will send files to the developer who'll do the job for me
i want an EA that enters based on the form of a candle if the lower wick is bigger then the rest of the candle i want buy and if the upperwick is bigger then the rest of the candle i want a sell single, i want it to enter with the sl 1 tick lower or higher then the lower or upperwick depening on buy or sell trade. then the stoploos needs to move when the trade goes to 0,5% sl too break even, when trad eis on 1% sl to

Informations sur le projet

Budget
30 - 100 USD
Pour le développeur
27 - 90 USD
Délais
à 7 jour(s)