Pinescritp to mt5 EA - Urgent

MQL5 Esperti In conversione

Specifiche

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')

Con risposta

1
Sviluppatore 1
Valutazioni
(3)
Progetti
1
0%
Arbitraggio
2
0% / 100%
In ritardo
0
In elaborazione
2
Sviluppatore 2
Valutazioni
(368)
Progetti
465
40%
Arbitraggio
82
37% / 33%
In ritardo
13
3%
In elaborazione
3
Sviluppatore 3
Valutazioni
(126)
Progetti
159
35%
Arbitraggio
4
25% / 50%
In ritardo
13
8%
In elaborazione
4
Sviluppatore 4
Valutazioni
(187)
Progetti
191
27%
Arbitraggio
0
In ritardo
3
2%
Gratuito
5
Sviluppatore 5
Valutazioni
(173)
Progetti
222
58%
Arbitraggio
7
29% / 29%
In ritardo
7
3%
Gratuito
6
Sviluppatore 6
Valutazioni
(38)
Progetti
50
10%
Arbitraggio
1
0% / 0%
In ritardo
8
16%
Gratuito
7
Sviluppatore 7
Valutazioni
(251)
Progetti
402
38%
Arbitraggio
82
41% / 20%
In ritardo
70
17%
In elaborazione
8
Sviluppatore 8
Valutazioni
(276)
Progetti
414
63%
Arbitraggio
5
40% / 0%
In ritardo
4
1%
In elaborazione
Ordini simili
👋 Hey, can you help me with code my script which is already working in pine script. moreover, I want a system where I can sell my trading bot and can give access with license. possible
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

Informazioni sul progetto

Budget
30 - 100 USD
Per lo sviluppatore
27 - 90 USD