CONVERT A TRADINDVIEW INDICATOR TO MQL4

MQL4 转化中 外汇

工作已完成

执行时间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
等级
(558)
项目
926
48%
仲裁
301
59% / 25%
逾期
124
13%
已载入
4
开发者 4
等级
(506)
项目
760
63%
仲裁
33
27% / 45%
逾期
23
3%
空闲
相似订单
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
I need an ea created per my requirements according to my strategy. I am only willing to pay 50$ for this as fixed price. If you can do it, please message. No price negotiation please
Inputs required: Tp multiplier (For setting TP); BE level(RR to be reached before BE is set), Trading time(time when the EA will be active), Risk percentage (percentage risk that would be used to take trades and calculate lotsizes), News filter minutes(minutes before and after news to close all positions and prevent new entries), minimum candles required (minimum candles to check for intersecting wicks before entry);
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
Hello i need someone who can help me optimise my trading strategy using two or three indicators from tradingview. Which are swing arm atr trend indicator 2 atr for stop loss and tp levels 3 ut bot alerts for extra confirmation to enter a trade. I would like to take trades with a high reward level
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
ETF arbitrage robot 30 - 50 USD
👋 Hey Great Developer, can you help me with my project did you trading bot for ETF that ES and NQ futures If you have recent one so i can check it I will be looking for great developer to bid for this project

项目信息

预算
30+ USD
VAT (22%): 6.6 USD
总计: 36.6 USD
开发人员
27 USD
截止日期
 1  2 天