Pinescritp to mt5 EA - Urgent

Техническое задание

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

Откликнулись

1
Разработчик 1
Оценка
(3)
Проекты
1
0%
Арбитраж
2
0% / 100%
Просрочено
0
Работает
2
Разработчик 2
Оценка
(368)
Проекты
465
40%
Арбитраж
82
37% / 33%
Просрочено
13
3%
Работает
3
Разработчик 3
Оценка
(126)
Проекты
159
35%
Арбитраж
4
25% / 50%
Просрочено
13
8%
Работает
4
Разработчик 4
Оценка
(187)
Проекты
191
27%
Арбитраж
0
Просрочено
3
2%
Свободен
5
Разработчик 5
Оценка
(173)
Проекты
222
58%
Арбитраж
7
29% / 29%
Просрочено
7
3%
Свободен
6
Разработчик 6
Оценка
(38)
Проекты
50
10%
Арбитраж
1
0% / 0%
Просрочено
8
16%
Свободен
7
Разработчик 7
Оценка
(251)
Проекты
402
38%
Арбитраж
82
41% / 20%
Просрочено
70
17%
Работает
8
Разработчик 8
Оценка
(276)
Проекты
414
63%
Арбитраж
5
40% / 0%
Просрочено
4
1%
Работает
Похожие заказы
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

Информация о проекте

Бюджет
30 - 100 USD
Исполнителю
27 - 90 USD