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
can anyone here help me with develop a Pine script on TradingView's Pine Editor for a trading strategy based on certain variations of the Morning Star candlestick pattern which I have been noticing from last 2 years
hi.. i have a pin script (TV) but some lines in the code needs to be fixed,,, i will attach the file, Also I will be paying $20 for the project cause i just need you to adjust some Minor things in it, i will explain more further in the message side
I want to clarify some points, such as: When entering into a buy deal, he opens three deals, each deal has a different take profit and one stop loss. When you look at the code, you will know that there are three take-profit. It opens one deal, taking one profit and adding risk management as well An information screen on the chart shows all the information, I only have $10 for this now, and also I still have more
Hey greetings My pleasure to met you all .I would like to convert a public tradingview pinescript indicator to MT5 Expert Advisor based on my. Requirements/specification.Kindly bid and let discuss about the project
hi.. i have a pin script (TV) but some lines in the code needs to be fixed,,, i will attach the file thanks very much in advance, Also there will be more project in front, so I need a very dedicated developer
The ZONE RECOVERY/HEDGING STRATEGY will be on a timeframe where each strategy is independent and pending orders should be placed at the high and low of the candlestick. If it is a buy, then the pending order at the high of the candlestick will be triggered, and if it is a sell, then the pending order at the low of the candlestick will be triggered. If the market breaks the high of the candlestick, then the pending
Hi I have a script in Tradingview that looks good which shows the buy and sell automation. I wanted to see if that can be used in ninja Trader so I converted it for Ninja Trader. But it is not triggering the buy or sell trade like it shows in the tradingview script. Please let me know if you can help me with the script that will work in Ninja Trader just like the one in Trading View. I have the buy and sell signals
Hello, I am looking for a developer to help me convert my mta4 script into trading and make it work perfectly your expertise is highly needed for this project kindly reach out and let's proceed thanks
I have an EA that makes profit long term, I just need to optimise it across 15+ years and make the profit even better, cut drawdown and overall performance. Only interested to optimise it on ONE PAIR = EURUSD Forex(can add futures too), if you do more pairs, we can negotiate better prices for your order. One condition that must stay: minimum stop loss for Trades must be 3 pips, it can be more but it cant be lower
Hello I am looking for a developer to help me Backtest my tradingview strategy in tradingview platform and make it work perfectly without errors please kindly reach out to so we can proceed

Informazioni sul progetto

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