CONVERT A TRADINDVIEW INDICATOR TO MQL4

MQL4 Conversión Fórex

Trabajo finalizado

Plazo de ejecución 5 minutos
Comentario del Ejecutor
Excellent customer. Clear specifications and fast payment. Thank you.
Comentario del Cliente
Great worker and super fast. Topp

Tarea técnica

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 )




 

Han respondido

1
Desarrollador 1
Evaluación
(252)
Proyectos
570
36%
Arbitraje
64
20% / 58%
Caducado
147
26%
Libre
2
Desarrollador 2
Evaluación
(13)
Proyectos
19
16%
Arbitraje
0
Caducado
3
16%
Libre
3
Desarrollador 3
Evaluación
(560)
Proyectos
927
48%
Arbitraje
301
59% / 25%
Caducado
123
13%
Trabajando
4
Desarrollador 4
Evaluación
(507)
Proyectos
762
63%
Arbitraje
33
27% / 45%
Caducado
23
3%
Libre
Solicitudes similares
Custom Robot Needed. 50 - 60 USD
Hi, I have a wonderful Half trend indicator that I've been using and for testing purposes. I'd like to convert it into an automatic EA for MT4. I'll probably be editing the EA as I go along but first I would like to see how it does with a few custom EA settings. Once the bot is placed on a new chart it will wait for a fresh buy/sell signal to enter a trade in the direction of the arrow. 1 full candle must close
I am looking for an experienced developer to create an MT5 EA for any FX pair, that if is applied to a chat, will show the following buttons which perform the following actions: Buy now button: places a buy order[ or orders [more than one] explained later] with the lot, SL and TP defined in the EA configuration prompt Sell now button: places a sell o rder[ or orders [more than one] explained later] with the lot, SL
I am looking for an experienced developer to create an MT5 EA for any FX pair, that if is applied to a chat, will show the following buttons which perform the following actions: Buy now button: places a buy order[ or orders [more than one] explained later] with the lot, SL and TP defined in the EA configuration prompt Sell now button: places a sell o rder[ or orders [more than one] explained later] with the lot, SL
I AM DEVELOPER EXPERT MQL4 MQL5 - +12 YEARS EXPERIENCE I work fast, i change your ea functions, add functions, indicadores or ADD panel DESIGN AMAZING Background ! If you need contact me on telegram : https://t.me/stevekronos
Hello! I am a trader and I have a strategies on Trading View on my Trading View Account. The bot you need to create should be a normal solana trading bot like bonkbot for example but it needs to buy and sell automatically after the strategy on trading view so the bot needs to be connected trough API with Trading View, if you know you are capable of handling this project, please kindly reach out with your
I have a data and a signal and I want some one to make EA the same exactly like this signal,I will provide you with signal and the concept that EA open buy and sell every time frame with martingale and with stop loss option and all inputs
👋 Hey can you help me to convert mt4 to ctrader cbot? Options Required along with the conversion from given MQL4 source code to Ctrader Cbot just need one option on top of converting mt4 to cbot need an option to run cbot in selected direction with options as Buy/Sell/Buy-and-Sell
Convert an existing Tradingview indicator into MT4/MT5 EA and backtest Description Job Description: -Conversion of TradingView Indicator: Analyze the existing TradingView indicator script (written in Pine Script). Translate the logic and functionality of the TradingView indicator into MQL4 and MQL5, the scripting languages for MT4 and MT5 respectively. Ensure that the converted EA replicates the behavior and outputs
I need help me with copy trade from dxtrader to another dxtrader, ctrader to another ctrader, tradelocker to another tradelocker? Can this be possible and what is the estimate to get this done
This EA is for renko charts. When a bullish candle forms after the close of n bearish candles, open a buy stop at x pips from the high of the bullish candle. If x= 0, open a buy trade. When a bearish candle forms after the close of n bullish candles, open a sell stop at x pips from the low of the bearish candle, if x=0, open a sell trade. The stop loss of a buy trade should be placed at y pips from the low of the

Información sobre el proyecto

Presupuesto
30+ USD
IVA (22%): 6.6 USD
Total: 36.6 USD
Para el ejecutor
27 USD
Plazo límite de ejecución
de 1 a 2 día(s)