Pinescritp to mt5 EA - Urgent

MQL5 Experten Konvertierung

Spezifikation

want to comvert the below code into mt5 EA 


below find the same again 


scolor = true

HiLoLen = 70

ShowPACexit = false

UseBigArrows = false

filterEMA200 = true

ShowEMA12_Channel = true

ShowEMA36_Ribbon = true

//ShowPAC = HiLoLen > 30 ? ShowEMA36_Ribbon ? false : ShowPAC_ : ShowEMA12_Channel ? false : ShowPAC_

ShowPivots = true

ShowPivotLabels = true

ShowHHLL_ = false

ShowHHLL = ShowPivots ? false : ShowHHLL_

ShowFractals_ = true

ShowFractals = ShowPivots ? false : ShowFractals_

ShowFractalLevels = false

filterBW_ = false

filterBW = ShowPivots ? true : filterBW_

src = input(close, title='source')

BG = input.string(defval='TYPE 1', title='TYPE', options=['TYPE 1', 'TYPE 2', 'TYPE 3'])

len = BG == 'TYPE 1' ? 89 : BG == 'TYPE 2' ? 200 : BG == 'TYPE 3' ? 633 : na

//len = input(minval=1, defval=21, title="length")

ema = ta.ema(src, len)


DodgerBlue = #1E90FF


close_ = close  //security(ticker, period, close,  barmerge.gaps_off, barmerge.lookahead_on)

open_ = open  //security(ticker, period, open, barmerge.gaps_off, barmerge.lookahead_on)

high_ = high  //security(ticker, period, high, barmerge.gaps_off, barmerge.lookahead_on)

low_ = low  //security(ticker, period, low, barmerge.gaps_off, barmerge.lookahead_on)

exitClose = close_  //UseHAexit ? security(heikinashi(tickerid), period, close) : close_

exitOpen = open_  //UseHAexit ? security(heikinashi(tickerid), period, open)  : open_

isRegularFractal(mode) =>

    ret = mode == 1 ? high_[5] < high_[4] and high_[4] < high_[3] and high_[3] > high_[2] and high_[2] > high_[1] : mode == -1 ? low_[5] > low_[4] and low_[4] > low_[3] and low_[3] < low_[2] and low_[2] < low_[1] : false

    ret


isBWFractal(mode) =>

    ret = mode == 1 ? high_[5] < high_[3] and high_[4] < high_[3] and high_[3] > high_[2] and high_[3] > high_[1] : mode == -1 ? low_[5] > low_[3] and low_[4] > low_[3] and low_[3] < low_[2] and low_[3] < low_[1] : false

    ret

//  ||-----------------------------------------------------------------------------------------------------||


// MA Colour finder for EMA Ribbon plot.

maColor(maBase, ma, maRef) =>

    change_1 = ta.change(ma)

    change_2 = ta.change(ma)

    change_3 = ta.change(ma)

    ta.change(ma) >= 0 and maBase > maRef ? color.teal : change_1 < 0 and maBase > maRef ? color.maroon : change_2 <= 0 and maBase < maRef ? color.red : change_3 >= 0 and maBase < maRef ? color.green : color.gray


pacC = ta.ema(close_, HiLoLen)

pacL = ta.ema(low_, HiLoLen)

pacU = ta.ema(high_, HiLoLen)


EMA05 = ta.ema(close_, 05)

EMA11 = ta.ema(close_, 11)

EMA12 = ta.ema(close_, 12)

EMA15 = ta.ema(close_, 15)

EMA18 = ta.ema(close_, 18)

EMA21 = ta.ema(close_, 21)

EMA24 = ta.ema(close_, 24)

EMA27 = ta.ema(close_, 27)

EMA30 = ta.ema(close_, 30)

EMA33 = ta.ema(close_, 33)

EMA36 = ta.ema(close_, 36)

EMA75 = ta.ema(close_, 75)

EMA89 = ta.ema(close_, 89)

EMA180 = ta.ema(close_, 180)

EMA200 = ta.ema(close_, 200)

EMA540 = ta.ema(close_, 540)

EMA633 = ta.ema(close_, 633)


bColour = close >= pacU ? color.green : close <= pacL ? color.red : color.gray

bColour0 = close >= pacU ? 1 : close <= pacL ? -1 : 0

barcolor(scolor ? bColour : na, title='Bar Colours')

Bewerbungen

1
Entwickler 1
Bewertung
(3)
Projekte
1
0%
Schlichtung
2
0% / 100%
Frist nicht eingehalten
0
Arbeitet
2
Entwickler 2
Bewertung
(368)
Projekte
465
40%
Schlichtung
82
37% / 33%
Frist nicht eingehalten
13
3%
Arbeitet
3
Entwickler 3
Bewertung
(126)
Projekte
159
35%
Schlichtung
4
25% / 50%
Frist nicht eingehalten
13
8%
Arbeitet
4
Entwickler 4
Bewertung
(187)
Projekte
191
27%
Schlichtung
0
Frist nicht eingehalten
3
2%
Frei
5
Entwickler 5
Bewertung
(173)
Projekte
222
58%
Schlichtung
7
29% / 29%
Frist nicht eingehalten
7
3%
Frei
6
Entwickler 6
Bewertung
(38)
Projekte
50
10%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
8
16%
Frei
7
Entwickler 7
Bewertung
(251)
Projekte
402
38%
Schlichtung
82
41% / 20%
Frist nicht eingehalten
70
17%
Arbeitet
8
Entwickler 8
Bewertung
(276)
Projekte
414
63%
Schlichtung
5
40% / 0%
Frist nicht eingehalten
4
1%
Arbeitet
Ähnliche Aufträge
I need to convert custom a indicator, I'm looking to convert from NinjaTrader to Quantower--are you familiar with Quantower and it's coding language? it's a rather simple indicator i just can't code on Quantower and would need that additional help--le me know. thanks
Hey I am in need of a proficient coder who is highly skilled in converting indicators from one trading platform to another, like the one we have here, the indicator is on metatrader 4 and would like to have an expert to convert this mt4 indicator to tradingview pinescript indicator, please if you can't do this kindly ignore this post, only apply just if you are able to do it thanks
I’m looking for someone to convert the orderblock indicator from pinescript to mql5; and than code a EA based on that orderblock indicator, and also a fvg indicator ( that source code I will provide )
Hey I am in need of a proficient coder who is highly skilled in converting indicators from one trading platform to another, like the one we have here, the indicator is on metatrader 4 and would like to have an expert to convert this mt4 indicator to tradingview pinescript indicator, please if you can't do this kindly ignore this post, only apply just if you are able to do it thanks
Hello How are you doing this is indicator that i need to convert it tradingvew... Please let me know if its possible to be converted, please...thanks very much I will be waiting for your response
Hello. I need some csv files contains the trading view historical candles data from 2000 to now in 1M timeframe for some symbols. Collected data should be the exact data that trading view candles reports. Thanks
I need someone to convert my tradingview Indicator to MT5, Its very smiple for Buying and Selling Indicator working fine in TradingView, After the Indicator ready we need to build EA to take the Buy and Sell Value and Open trade automatically in MT5, with all basic input setting including lot size, Automated SL and TP Management: The EA automatically manages the Stop Loss (SL) and Take Profit (TP) levels of open
Hi dear How are you doin?? I like to convert this mql4 indicator to Tradingview pin script Can you do it ?? Are you available for it ?? Thanks very much And waiting for your response
Hi dear How are you doin?? I like to convert this mql4 indicator to Tradingview pin script Can you do it ?? Are you available for it ?? Thanks very much And waiting for your response
MA based EA. 1. EA convert to mt5 2. add in Input setting (choose option ) Trailing method -Trailing sl method -Limited price method . (already EA working on this .just make a option and add limited method form other version of same ea .) +++++++++++++++++++++++++++++++++++++++++++++++++ 2. Add EA starting mode - Automatic entry mode - Manual entry mode

Projektdetails

Budget
30 - 100 USD
Für die Entwickler
27 - 90 USD