Mt4 conversions from pinescript code

MQL4 Experten

Spezifikation

Can you do mt4 conversions from pinescript code ?

//@version=2
strategy("Exponential", overlay=true)
src = input(ohlc4, title = "source")
len = input(21, title = "timeframe / # of period's")
e = ema(src,len)
evar = (src - e)*(src - e)
evar2 = (sum(evar,len))/len
std = sqrt(evar2)
Multiplier = input(2, minval = 0.01, title = "# of STDEV's")
upband = e + (Multiplier * std)
dnband = e - (Multiplier * std)
//SL = input(defval=50, minval=0, maxval=10000, title="Stop loss in ticks (leave zero to skip)")
//tradeSize = input(defval=1, minval=1, title="Trade size")

longCondition = crossover(src,e)
if (longCondition)
strategy.entry("My Long Entry Id", strategy.long)

//if( 0 != SL )
//strategy.exit("EXIT BUY", "BUY", qty=tradeSize, loss=SL)
//strategy.exit("EXIT SELL", "SELL", qty=tradeSize, loss=SL)
shortCondition = crossunder(src,e)
if (shortCondition)
strategy.entry("My Short Entry Id", strategy.short)

plot(e, color = purple, linewidth = 2, title = "basis")
plot(upband, color = red, linewidth = 2, title = "up band")
plot(dnband, color = green, linewidth = 2, title = "down band")


Bewerbungen

1
Entwickler 1
Bewertung
(807)
Projekte
1382
72%
Schlichtung
113
29% / 48%
Frist nicht eingehalten
343
25%
Frei
2
Entwickler 2
Bewertung
(514)
Projekte
776
63%
Schlichtung
33
27% / 45%
Frist nicht eingehalten
23
3%
Frei
3
Entwickler 3
Bewertung
(13)
Projekte
15
27%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
1
7%
Frei
4
Entwickler 4
Bewertung
(586)
Projekte
1048
49%
Schlichtung
39
28% / 41%
Frist nicht eingehalten
49
5%
Frei
5
Entwickler 5
Bewertung
(550)
Projekte
827
73%
Schlichtung
15
53% / 13%
Frist nicht eingehalten
193
23%
Arbeitet
6
Entwickler 6
Bewertung
(16)
Projekte
32
47%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
8
25%
Frei
Ähnliche Aufträge
Excellent trade 30 - 40 USD
I need a developer that will modify an EA that is made using 4 indicators, example, volume, average true range,RSI and MFI, this EA is user input and input adjustable, any programmer that can do this job should Apply and lets proceed
Hi, Scalping ea is required in mql5 for JPY currency pairs(usdjpy, audjpy,gbpjpy,cadjpy) and USD currency pairs (audUSD,EURUSD, gbpUSD, NZDUSD, USDcad, USDCHF, xauusd). Scalping ea should be profitable. Please help on this
Looking for someone to implent the following grid strategy into my existing EA: Overview : I need a skilled developer to implement a grid recovery strategy into my existing Expert Advisor (EA) for MetaTrader 4 (MT4). The strategy involves adding grid trades based on price movement and adjusting lot sizes according to specific rules. It also includes closing trades at breakeven points and full position closure when a
Hey Guys i've a PineScript /Source Code / ( Trading View ) indicator which has Buy and Sell Sign . i wanna make a MT5/4 Robot by it with some features . I need it has a simple panel to shows some details of robot at screen
Hi dear coders, I have an EA and for this EA I want additional code for Risk Management at my code, trade is triggered with this line int TheTicket = OrderSend(_Symbol,TradeType,(double)DoubleToString(TheLots,2),TradeType==OP_BUY?Ask:Bid,10,TheSL,TheTP,TheComment,MagicNumber,0,TradeType==OP_BUY?clrBlue:clrRed); I want you create a code and tutorrial how to change my code. the new code will be Risk Management Inputs
I'm seeking a Forex HFT Scalping EA that operates on live streaming tick data and candlestick patterns, executing a high frequency of trades without balance restrictions. The EA should be compatible with major currency pairs like EUR/USD, GBP/USD, USD/JPY, AUD/USD, GBP/JPY, GBP/AUD, and XAU/USD, as well as US30 indices. Given its HFT nature, it should focus on the 1-minute, 5-minute, 15-minute, and 30-minute
I need a custom MT5 EA that can place trades (Buy & Sell) from two Telegram channels. One telegram channel will give the trend signal (Bullish or Bearish) and the second telegram channel will give buy and sell signals
hello i like to have zigzag added to my EA and set orders when it makes a pullback strategy (Higerlow/Lowerhigh) or break of market structure strategy Higherhigh/Lowerlow break set order entry I want it to be able to do these 2 things but one at a time. -Zigzag makes a pullback into an HigherLow/LowerHigh set order entry -Zigzag breaks structure HigherHigh/LowerLow set order entry - For PULLBACK STRATEGY i just want
Looking for a indicator that can show where the majority of retail stop losses are placed Please can someone advise me how best to achieve this but it needs to be accurate
Me gustaría poder crear automaticamente varias ordenes que se queden pendientes pudiendo definir los siguientes parámetros: Tipo de orden (Buy y sell stop, buy y sell limit. Precio de compra / venta. Pudiendo entrarlo manualmente o como un numero de puntos a sumar/restar del precio actual de marcado. Numero de puntos que ocuparan en total las ordenes y numero de ordenes a insertar (Ejemplo: 200 puntos, 4 ordenes, es

Projektdetails

Budget
30+ USD
Für die Entwickler
27 USD
Ausführungsfristen
von 1 Tag(e)