Coder for simple Conversion

Indicators coded by community members
Message
Author
Interstellar_Being
Posts: 11
Joined: Fri May 17, 2019 1:38 am

Coder for simple Conversion

#1 Postby Interstellar_Being » Tue Feb 25, 2020 2:43 pm

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!

Interstellar_Being
Posts: 11
Joined: Fri May 17, 2019 1:38 am

Re: Coder for simple Conversion

#2 Postby Interstellar_Being » Tue Mar 03, 2020 4:57 am

No one active here? Maybe someone can recommend me a coder?

FX Helper
Posts: 1477
Joined: Mon Apr 01, 2013 3:55 am

Re: Coder for simple Conversion

#3 Postby FX Helper » Tue Mar 03, 2020 6:18 am

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.


Return to “Indicators”

Who is online

Users browsing this forum: No registered users and 23 guests