Converting the indicator from TradingView to MT4

MQL4 指标 转化中 Python

工作已完成

执行时间1 一小时
客户反馈
best job!

指定

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)

附加的文件:

TXT
EA.txt
1.4 Kb

反馈

1
开发者 1
等级
(52)
项目
133
44%
仲裁
14
50% / 29%
逾期
55
41%
空闲
2
开发者 2
等级
(33)
项目
35
40%
仲裁
11
9% / 91%
逾期
4
11%
空闲
3
开发者 3
等级
(50)
项目
80
39%
仲裁
4
50% / 25%
逾期
0
空闲
相似订单
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

项目信息

预算
30 - 100 USD
VAT (21%): 6.3 - 21 USD
总计: 36.3 - 121 USD
开发人员
27 - 90 USD