Page 1 of 1

Coder for simple Conversion

Posted: Tue Feb 25, 2020 2:43 pm
by Interstellar_Being
Hey Guys!

I'm looking for a coder who is able the convert the following PineScript code in FT4.

Code: Select all

// Candle labels
study(title = "Trend Bars", overlay = true)

data1=((close>open) and abs(close-open)>=0.5*(high-low))
plotshape(data1,title="Bull Trend Bar",color=green, style=shape.arrowup,location=location.belowbar)

data2=((close<open) and abs(close-open)>=0.5*(high-low))
plotshape(data2,title="Bear Trend Bar",color=red, style=shape.arrowdown,location=location.abovebar)



The indicator has to find "Trend Bars" and mark them with arrows above (if bearish Trend Bar) or below (if bullish Trend Bar).
A Trend Bar is when the body of the candle >= 50% of the bar;

I hope i find someone with realistic price expectations.

Thanks in advance!

Re: Coder for simple Conversion

Posted: Tue Mar 03, 2020 4:57 am
by Interstellar_Being
No one active here? Maybe someone can recommend me a coder?

Re: Coder for simple Conversion

Posted: Tue Mar 03, 2020 6:18 am
by FX Helper
Hello,

I can recommend you to contact our partners from 4xdev company who can help you with converting this file.
The 4xdev development team has a wide range of expertise: from developing products for Forex market (indicators/EAs/scripts/tools for MT4 and FT4) to Machine Learning products and much more.
You can contact them via 4xdev.team@gmail.com.