Pinescritp to mt5 EA - Urgent

MQL5 Experts Conversão

Termos de Referência

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

Respondido

1
Desenvolvedor 1
Classificação
(3)
Projetos
1
0%
Arbitragem
2
0% / 100%
Expirado
0
Trabalhando
2
Desenvolvedor 2
Classificação
(368)
Projetos
465
40%
Arbitragem
82
37% / 33%
Expirado
13
3%
Trabalhando
3
Desenvolvedor 3
Classificação
(126)
Projetos
159
35%
Arbitragem
4
25% / 50%
Expirado
13
8%
Trabalhando
4
Desenvolvedor 4
Classificação
(187)
Projetos
191
27%
Arbitragem
0
Expirado
3
2%
Livre
5
Desenvolvedor 5
Classificação
(173)
Projetos
222
58%
Arbitragem
7
29% / 29%
Expirado
7
3%
Livre
6
Desenvolvedor 6
Classificação
(38)
Projetos
50
10%
Arbitragem
1
0% / 0%
Expirado
8
16%
Livre
7
Desenvolvedor 7
Classificação
(251)
Projetos
402
38%
Arbitragem
82
41% / 20%
Expirado
70
17%
Trabalhando
8
Desenvolvedor 8
Classificação
(276)
Projetos
414
63%
Arbitragem
5
40% / 0%
Expirado
4
1%
Trabalhando
Pedidos semelhantes
Hello, I need a max daily loss script that works for mql5 and mql4. I want to integrate this into my EA and have both versions. I need input for max drawdown %. And the rules will follow prop firm rules. If todays loss (closed + current running trades) reaches 5%. Close all trades and pause until the next trading day. ***My trading account is automatically closed every time I open a trade after crossing the daily
Hello, I need smart and professional programmer that have minimum 300 projects finish for my expert advisor (mq4). I need this project finish quickly, and the function can running well like I need. My EA basicly using Consecutives Signals Candle, MA20, and ATR with some others parameters. If you programmer like I need, so can apply, IF NOT DONT APPLY! I will send the document completely when you apply. Thank you
Hello i need an expert who can help me backtest my Grid system EA and find the best profitable setting where i can use it on a live account. Note: Only applicant with experience and prove of work should apply
Hi , Looking for a ready made profitable EA Robot. It must have a myfxbook. I would like to see track record I would like to see it trade live markets if you can provide Investor password that will be good
can we create an EA history reader that generates a trading logic? For example, when I want to find a good set of numbers for a system including MA20, price action, H1 time frame, it will automatically run to find the optimal set of numbers in terms of time, SL/TP..... Or simply if I don't use any indicator, just use price action and it will read history and give consistent trading logic, for example: 20:00, candle >
I need a trade manager with lot of complicated options and best ui. integrate with Telegram. And I needed for MT4 and MT5 both. Need a good developer with reasonable price
Please don’t just say Ho to me, explain me how you are going to do this job. you Hello I already use the account protection, but someone I feel like it is not protected. I saw some EA use License and DLL protection. I just need a better protection for my EA
Hi, Coding Skills Required: Experience in coding trading robots for MT5. Ability to implement increasing coefficients for the distance between orders and lot size 1. Project Objective: Develop an automated trading robot for MetaTrader 5 (MT5) as per the specified trading strategy. 2. Trading Strategy: The robot must execute a strategy that includes the following elements: Opening initial orders. Placing pending
Hello. Please find file attached. All described there. This is an averaging down expert advisor which is already completed that needs to modify. Hope you can help me with this
If you have any EA based on indicators, money management, martingale, hedging, pyramiding, etc. that can be used to save a position gone wrong, I am interested in buying that code. Basically, I need an ea/system to recovery positions that are in the red. The task is as follow: Use XAUUSD as reference, and enter 2 lots in short and 2 lots in long, wait for one of the positions to be 6,000 points in the red (about

Informações sobre o projeto

Orçamento
30 - 100 USD
Desenvolvedor
27 - 90 USD