CONVERT A TRADINDVIEW INDICATOR TO MQL4

MQL4 Конвертация Forex

Работа завершена

Время выполнения 5 минут
Отзыв от исполнителя
Excellent customer. Clear specifications and fast payment. Thank you.
Отзыв от заказчика
Great worker and super fast. Topp

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

HELLO GUYS, 

I WOULD LIKE TO CONVERT THE EASY TRADINGVIEW "TRENDALERT" BY RSTRAAT TO A MT4 INDICATOR. 


//@version=2

study("TrendAlert", overlay=false)


// Trend and direction determination Step 1 en Step 2 method conform ZoneRecovery from 4x-dat.com Joseph Nemeth 

// https://www.youtube.com/watch?v=YxDAYtlQjBM

// step 1 LongTerm timefram/resolution (LT) determine general direction 

//• color last Heikenahsi bar gives is the general direction 

// step 2 MidTerm timeframe/resolution determine trend

//• color last Heikenahsi bar must match Direction step 1 and

//• slope of 20EMA in direction step 1 and 

//• price relation to EMA20: above = up, below=down 

// Step 1 AND step 2 => TrendAlert (-1 for Short, 1 for Long, 0 for No trend)


//Heiken Ashi Candles

data = heikenashi(tickerid)

resLT = input(title="Res LT", type=resolution, defval="D")

resMT = input(title="Res MT", type=resolution, defval="240")



LTo = security(data, resLT, open)

LTc = security(data, resLT, close)

MTo = security(data, resMT, open)

MTc = security(data, resMT, close)


LTlong = LTc > LTo 

LTshort = LTc < LTo 

MTema20 = ema(MTc,20)

MTema20delta= change(MTema20)


MTlong = MTc > MTo and MTc > MTema20 and MTema20delta > 0

MTshort = MTc < MTo and MTc < MTema20 and MTema20delta < 0




Long = MTlong and LTlong

Short = MTshort and LTshort


plot(Long ? 1 : Short ? -1: 0, title="TrendAlert", color= Long ? lime : Short ? red : gray, style=columns )




 

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

1
Разработчик 1
Оценка
(252)
Проекты
570
36%
Арбитраж
64
20% / 58%
Просрочено
147
26%
Свободен
2
Разработчик 2
Оценка
(13)
Проекты
19
16%
Арбитраж
0
Просрочено
3
16%
Свободен
3
Разработчик 3
Оценка
(559)
Проекты
927
48%
Арбитраж
301
59% / 25%
Просрочено
124
13%
Загружен
4
Разработчик 4
Оценка
(506)
Проекты
760
63%
Арбитраж
33
27% / 45%
Просрочено
23
3%
Свободен
Похожие заказы
Hello, I need to correct two small problems in my mql4 code: '>' - unexpected end of program smp77.mq4 109 18 and '{' - unbalanced parentheses.smp77.mq4 (44, 1) let me know if i can get help. thanks
Creating a customized Forex/Index Rob Bot based on price actions and candlestick formations requires advanced programming and algorithmic trading knowledge. Here is a high-level outline of the steps involved in developing such a bot: 1. Define Trading Strategy: Specify the specific price action and candlestick formations you want the bot to trade upon. This could include setups like engulfing patterns, doji
HEDGING EA 70+ USD
LET ME KNOW IF YOU CAN DO THE JOB SERIOUS PROGRAMMER TO DO EA WITH STRICT DETAILS I HAVE A PICTURE OF THE STRATEGY I DO NOT WANT TO POST IT HERE
Requiero un EA basado en un indicador con las siguientes caracteristicas 1. Abra operacion con una señal que da el indicador, despues que la vela toque el indicador y cierre por encima del indicador 2. Que cierre operacion con SL y TP en % de perdida y ganancia 3, Que en cada señal abra un maximo de X operaciones y si pierde en la siguiente señal haga el doble operaciones y todas seran con el mismo lotaje Todos los
More details when you apply I do not want to share all the details here. After your application, I will show all the details. Only serious experience developers with good reviews should apply. I take that into consideration
Hey, I would like to work again with you to create an indicator based on calculation with the last price, sort of fib. I give a pdf introducing the concept I have a source code in pinescript of the concept. Thanks
I need a simple automated Expert Advisor that can trade any of deriv indices except boom and crush or us30. Must at least be able to trade a 20$ account..i need it ASAP, referrals also welcomed
Hello everyone, I'm looking for a profitable scalping EA, with a proven record and backtests on multiple pairs (at least from 2010). The EA doesn't need to make a huge amount of profit, but I care about safety. 1-2% monthly profit is enough. At least 5-10 pips per order. Grid, averaging, martingale are allowed, but backtests need to prove that the account doesn't blow up. Preferred pairs: GBPAUD, GBPNZD, GBPJPY
I would like to code this strategy in Sierra charts first to backtest and then to automate. How long does Sierra take to backtest 1 year of data on 1 minute bars? https://docs.google.com/document/d/1VmiDJjgV7BIuxFYN8kil7h1SbE6J6lMLyAlhd4xv-x4/edit
Hey greetings.i will like to convert my tradingview pinescript script to Metatrader 5 expert Advisor EA . Kindly apply for this job if you can convert my tradingview script for mt5 EA.Thanks

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

Бюджет
30+ USD
VAT (22%): 6.6 USD
Итого: 36.6 USD
Исполнителю
27 USD
Сроки выполнения
от 1 до 2 дн.