Convert TradingView Indicator to MQ4

MQL4 Converting

Job finished

Execution time 2 days
Feedback from employee
Extremely helpful and understanding client. very considerate!
Feedback from customer
Great Work! One of my best Developer.

Specification

Pivot Point High Low Indicator

The Script is written in “Pine” (a TradingView Script Language). I would like to convert it to MetaQuotes Language 4 (MQL4).


Here is the " Pine" Script:

//@version=3

//

// Pivot Points High Low

 

study(title="Pivot Points High Low Extension", shorttitle="Pivots", overlay=true)


pvtLenL       = input(5, minval=1, title="Pivot Length Left Hand Side")

pvtLenR       = input(3, minval=1, title="Pivot Length Right Hand Side")


maxLvlLen     = 0


// Get High and Low Pivot Points

pvthi_ = pivothigh(high, pvtLenL, pvtLenR)

pvtlo_ = pivotlow(low, pvtLenL, pvtLenR)


// Force Pivot completion before plotting.

pvthi = pvthi_[0]

pvtlo = pvtlo_[0]


// Count How many candles for current Pivot Level, If new reset.

counthi = barssince(not na(pvthi))

countlo = barssince(not na(pvtlo))

 

pvthis = fixnan(pvthi)

pvtlos = fixnan(pvtlo)

hipc = change(pvthis) != 0 ? na : red

lopc = change(pvtlos) != 0 ? na : green


plot((maxLvlLen == 0 or counthi < maxLvlLen) ? pvthis : na, color=hipc, transp=0, linewidth=1, offset=-pvtLenR, title="Top Levels")

plot((maxLvlLen == 0 or countlo < maxLvlLen) ? pvtlos : na, color=lopc, transp=0, linewidth=1, offset=-pvtLenR, title="Bottom Levels")

Responded

1
Developer 1
Rating
(219)
Projects
370
42%
Arbitration
145
17% / 41%
Overdue
124
34%
Free
Similar orders
Hello Developer, I am Darshan Galani. i want to Convert Tradingview Indicator to MQ4 & MQ5 file.i also want to source code that must be easy to understand. TradingView Indicator: LuxAlgo Trendlines with Breaks
hello i need a good developer, i would do a conversion of a open source code from mql4 to mql5, it's not urgent so no hurry please take your time
I would like to ask the following: I work on a CTrader account (provided by a Broker) but on the Tradingview Platform. I would like to place an order with you if you make the following configuration correctly and at a good price: It is only about SL and TP. They must work like this: 1. When launching any order, SL should be set at 60p pips and TP at 4000 pips distance. 2. Whenever the launched position moves up or
Hello Developer, I am Darshan Galani. i want to Convert Tradingview Indicator to MQ4 & MQ5 file.i also want to source code that must be easy to understand. TradingView Indicator: LuxAlgo Trendlines with Breaks
Hello Developers, I need the below MT5 indicator converted to tradingview pinescript, modifications arent needed. I have the source code and will share, the converted indicator should work exactly the same, no need to change anything. Knowledge of pinescript coding is required. https://www.mql5.com/en/market/product/62843?source=Site +Market+MT5+Search+Rating006%3afractals
hello 👋 great developer am looking for developer that will help me to convert pinescript strategy to mt4 strategy I will be looking for your bid soon Best regards Ayofe
I have a HTF bot for prop challenge pass, I was buy it at 30$, now kortana didn't support mt4, so now I want to convert it to mt5, can you do this for me
👋 Hey, can you help me with code my script which is already working in pine script. moreover, I want a system where I can sell my trading bot and can give access with license. possible
I need to convert custom a indicator, I'm looking to convert from NinjaTrader to Quantower--are you familiar with Quantower and it's coding language? it's a rather simple indicator i just can't code on Quantower and would need that additional help--le me know. thanks
Hey I am in need of a proficient coder who is highly skilled in converting indicators from one trading platform to another, like the one we have here, the indicator is on metatrader 4 and would like to have an expert to convert this mt4 indicator to tradingview pinescript indicator, please if you can't do this kindly ignore this post, only apply just if you are able to do it thanks

Project information

Budget
30 - 50 USD
For the developer
27 - 45 USD
Deadline
to 1 day(s)