Converting the indicator from TradingView to MT4

MQL4 Indicatori In conversione Python

Lavoro terminato

Tempo di esecuzione 1 ora
Feedback del cliente
best job!

Specifiche

Hello, please convert the Python indicator for www.tradinview.com to MT4.


Editable only:

leftBars = input (4)

rightBars = input (2)




Pivot Reversal Strategy

Code:


//@version=3

strategy("Pivot Reversal Strategy", overlay=true)


leftBars = input(4)

rightBars = input(2)


swh = pivothigh(leftBars, rightBars)

swl = pivotlow(leftBars, rightBars)


swh_cond = not na(swh)


hprice = 0.0

hprice := swh_cond ? swh : hprice[1]


le = false

le := swh_cond ? true : (le[1] and high > hprice ? false : le[1])


if (le)

    strategy.entry("PivRevLE", strategy.long, comment="PivRevLE", stop=hprice + syminfo.mintick)


swl_cond = not na(swl)


lprice = 0.0

lprice := swl_cond ? swl : lprice[1]



se = false

se := swl_cond ? true : (se[1] and low < lprice ? false : se[1])


if (se)

    strategy.entry("PivRevSE", strategy.short, comment="PivRevSE", stop=lprice - syminfo.mintick)


//plot(strategy.equity, title="equity", color=red, linewidth=2, style=areabr)

File:

TXT
EA.txt
1.4 Kb

Con risposta

1
Sviluppatore 1
Valutazioni
(52)
Progetti
133
44%
Arbitraggio
14
50% / 29%
In ritardo
55
41%
Gratuito
2
Sviluppatore 2
Valutazioni
(33)
Progetti
35
40%
Arbitraggio
11
9% / 91%
In ritardo
4
11%
Gratuito
3
Sviluppatore 3
Valutazioni
(50)
Progetti
80
39%
Arbitraggio
4
50% / 25%
In ritardo
0
Gratuito
Ordini simili
Hello coder, I am looking for a skilled web application developer to create a page that analyzes trades similar to Myfxbook. The application should support both MT4 and MT5 platforms. The front-end of this application should be capable of creating detailed charts and graphs for visualizing trade performance. Key Responsibilities: Develop a Web Application: Create a user-friendly interface for tracking and analyzing
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Tiazo chrino 30 - 200 USD
Donc pour moi ça constite à faire de l'argent en ligne et faire aussi quelques pub en passant c'est toujours comme ça on y peut rien mais faire de l'argent c'est plus mieux je trouve
I am looking to develop an Expert Advisor (EA) that offers advanced trading capabilities based on manually marked zones on MT4. The EA should be able to: Recognize manually marked zones using rectangular boxes (different colors for bullish and bearish zones). Execute trades based on specific entry types when price reaches these zones. Manage trades dynamically with features such as stop loss, take profit, breakeven
Hi, with a max 3% DD and 99% win rate this is impressive. Does it work with all brokers and pairs ? Do you have any proof such as a myfxbook account ? Only an expert developer with proof should comment for further discussion
I’m looking for a developer that has understanding of scalping and HFT strategies that can make an algo that works for all brokers and prop firm LIVE accounts (like STP, ECN, DMA, Money Makers, NDD, Fast Server etc.,). I want someone that has understanding and insight in different scalping and HFT strategies, preferably something like momentum based strategies. The EA has to work on all Brokers and Prop firms like
Hi Everyone, I need a cloud based licensing system to protect my MT4 / MT5 Indicators and Expert advisors Secure an unlimited number of EAs, indicators, and scripts. Create and manage unlimited license keys for secured EAs, indicators, and scripts. Instantly suspend license keys in case of refund. Lock EA/indicator to specific accounts and time frame similar to this
I believe in Robotics as a major artificial intellect to function of growth of business.Therefore if you script there is a likelihood of bringing economies of scale.The retrospective of the dynamics of indulgence of work can be economics of scale
Hello there! I am looking for an experienced coder to transform my existing trading system into an automated algorithm for the MetaTrader platform. Key Responsibilities: Interpret and understand the trading system I've designed. Code an algorithm that can execute trading decisions without manual intervention. Test and refine the algorithm for MetaTrader compatibility. Ideal Candidate: Proficient in Python, C++, or
there I hope you're doing well I want to convert the tradingview indicator to make an indicator for mt5. And in that, I want to make an automatic robot on the base of the indicator. I have the pine script of that indicator

Informazioni sul progetto

Budget
30 - 100 USD
IVA (21%): 6.3 - 21 USD
Totale: 36.3 - 121 USD
Per lo sviluppatore
27 - 90 USD