Converting the indicator from TradingView to MT4

MQL4 Indikatoren Konvertierung Python

Auftrag beendet

Ausführungszeit 1 Stunde
Bewertung des Kunden
best job!

Spezifikation

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)

Dateien:

TXT
EA.txt
1.4 Kb

Bewerbungen

1
Entwickler 1
Bewertung
(52)
Projekte
133
44%
Schlichtung
14
50% / 29%
Frist nicht eingehalten
55
41%
Frei
2
Entwickler 2
Bewertung
(33)
Projekte
35
40%
Schlichtung
11
9% / 91%
Frist nicht eingehalten
4
11%
Frei
3
Entwickler 3
Bewertung
(50)
Projekte
80
39%
Schlichtung
4
50% / 25%
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
Hey I need a reliable programmer who have the right knowledge and skillset for developing telegram trade copier, I have all specifications of this project and can only share the full specifications in comment section, just reach out to me if you have the right profession for creating and design a trade copier, note, I need you to program a telegram bot that can automate trades from telegram to metatrader, awaiting
Hello, I want an experience programmer who knows how to make a simple UI/UX for this EA for an MT5 platform. The logic of this is EA is simple, with hedging system and continuing trend ordering system or cascade ordering. I also included in this EA the market reversal points, when the active orders reached this point and the market reverses the current order closes and will execute a new order (further discuss in in
can you build me a bot base on this strategy please The term "MartiScalper robot" likely refers to a type of automated trading system that combines two different trading strategies: Martingale and Scalping. Here's a breakdown of these strategies: 1. **Martingale Strategy**: This is a betting strategy that involves doubling the trade size after a loss, with the idea that an eventual win will recover all previous
Hello greetings.how are you doing? I have an existing custom tradingview indicator I would like to convert to mt5 Indicator . The source code is available with me . Kindly bid for this project if it is what you can do for me
Need a good synthetic EA 50 - 1000 USD
I don't have specifications. If you're good at building an EA with good coding, accuracy, 85% money management, good trading decision. Please apply let's discuss Bussiness. Price below is not specific we can discuss new price depending on your professionalism
I need to modify an existing deriv.com bot. Need to modify the money management and accuracy of taking trades, need to upgrade detecting of price when it's auto trading. need good results
I want to create a Bybit based bot that can scan specific pairs that are fed to it and determine if the difference between them is up to a certain level at which it can then do a series of three or two actions to secure profit. For example, if xrp/wif is 200points greater than xrp/snx the bot places a buy for snx (from snx/wif) if it is null in my account, then use the snx to buy xrp (from xrp/snx) pair. Then finally
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on this platform it doesn't show any signals, kindly bid on it and let me know if you can do it, And also check it thoroughly that you can do it okay
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on here it doesn't show any signals, I need an expert that can help me to work on it, that can also work on more projects, Thanks, I have $20 for this project now, If you think is too small and you want to charge $30, i can pay you the rest later on
1. **Trade Execution:** - The bot should be capable of entering and exiting trades based on predefined signals from my trading strategy. 2. **Take Profit:** - Implement mechanisms to take profit at specific levels as defined by my strategy. ### Additional Features: - The bot should be able to handle multiple trades simultaneously. - It must have a user-friendly interface for monitoring and adjustments. -

Projektdetails

Budget
30 - 100 USD
MwSt (21%): 6.3 - 21 USD
Insgesamt: 36.3 - 121 USD
Für die Entwickler
27 - 90 USD