Hello, I need someone to convert this already existing indicator into an EA (Expert Advisor)

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

Время выполнения 2 часа
Отзыв от заказчика
amazing developer
Отзыв от исполнителя
perfect

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

I need someone to convert this indicator into an ea.     //@version=4
study(title="UT Bot Alerts", overlay = true)
 
// Inputs
a = input(1,     title = "Key Vaule. 'This changes the sensitivity'")
c = input(10,    title = "ATR Period")
h = input(false, title = "Signals from Heikin Ashi Candles")
 
xATR  = atr(c)
nLoss = a * xATR
 
src = h ? security(heikinashi(syminfo.tickerid), timeframe.period, close, lookahead = false) : close
 
xATRTrailingStop = 0.0
xATRTrailingStop := iff(src > nz(xATRTrailingStop[1], 0) and src[1] > nz(xATRTrailingStop[1], 0), max(nz(xATRTrailingStop[1]), src - nLoss),
   iff(src < nz(xATRTrailingStop[1], 0) and src[1] < nz(xATRTrailingStop[1], 0), min(nz(xATRTrailingStop[1]), src + nLoss),  
   iff(src > nz(xATRTrailingStop[1], 0), src - nLoss, src + nLoss)))
 
pos = 0    
pos :=    iff(src[1] < nz(xATRTrailingStop[1], 0) and src > nz(xATRTrailingStop[1], 0), 1,
   iff(src[1] > nz(xATRTrailingStop[1], 0) and src < nz(xATRTrailingStop[1], 0), -1, nz(pos[1], 0)))  
    
xcolor = pos == -1 ? color.red: pos == 1 ? color.green : color.blue  
 
ema   = ema(src,1)
above = crossover(ema, xATRTrailingStop)
below = crossover(xATRTrailingStop, ema)
 
buy  = src > xATRTrailingStop and above  
sell = src < xATRTrailingStop and below
 
barbuy  = src > xATRTrailingStop  
barsell = src < xATRTrailingStop  
 
plotshape(buy,  title = "Buy",  text = 'Buy',  style = shape.labelup,   location = location.belowbar, color= color.green, textcolor = color.white, transp = 0, size = size.tiny)
plotshape(sell, title = "Sell", text = 'Sell', style = shape.labeldown, location = location.abovebar, color= color.red,   textcolor = color.white, transp = 0, size = size.tiny)
 
barcolor(barbuy  ? color.green : na)
barcolor(barsell ? color.red   : na)
 
alertcondition(buy,  "UT Long",  "UT Long")
alertcondition(sell, "UT Short", "UT Short")

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

1
Разработчик 1
Оценка
(137)
Проекты
191
21%
Арбитраж
12
58% / 25%
Просрочено
1
1%
Загружен
2
Разработчик 2
Оценка
(12)
Проекты
16
31%
Арбитраж
0
Просрочено
0
Работает
3
Разработчик 3
Оценка
(48)
Проекты
52
8%
Арбитраж
18
11% / 39%
Просрочено
3
6%
Занят
4
Разработчик 4
Оценка
(271)
Проекты
408
63%
Арбитраж
5
40% / 0%
Просрочено
4
1%
Работает
5
Разработчик 5
Оценка
(6)
Проекты
10
10%
Арбитраж
1
0% / 100%
Просрочено
0
Работает
6
Разработчик 6
Оценка
(24)
Проекты
30
67%
Арбитраж
1
0% / 0%
Просрочено
1
3%
Работает
7
Разработчик 7
Оценка
(66)
Проекты
143
34%
Арбитраж
11
9% / 55%
Просрочено
26
18%
Работает
8
Разработчик 8
Оценка
(52)
Проекты
96
24%
Арбитраж
9
22% / 22%
Просрочено
12
13%
Работает
9
Разработчик 9
Оценка
Проекты
1
0%
Арбитраж
0
Просрочено
0
Свободен
10
Разработчик 10
Оценка
(557)
Проекты
924
48%
Арбитраж
301
59% / 25%
Просрочено
123
13%
Загружен
Похожие заказы
G.X.L indicator 50 - 100 USD
I want an indicator that will generate signal based on technical analysis/market analysis, order blocks (demand and supply), and should be able to show arrows for buy and sell after analyzing the direction of the market. It should also be able to show if a signal is strong or weak. In case the signal is rejected, it should show an X sign
Requiero agregar una funcion que limite el uso del bot dependiendo de la cuenta que yo determine, actualmente se limita por fecha unicamente. Adicionalmente es necesario eliminar uno de los tres EA que integra el codigo. Si es posible elegir cual EA desactivar
The task is as follows: Create and EA, preferably in python, that can connect to MT5 (via API), with the following criteria: -Scans a multitude of triangular currency pairs (EUR/USD, USD/JPY, EUR/JPY as an example), and finds differences between the implied rate via the use of two currencies, ie in the example case EUR/USD*USD/JPY, and the actual rate. -Takes positions in a market neutral nature (short/long postions)
I need you to convert my tradingview pinescript to mt4, I have just $10 for it now, But i am going to give you more work later on cause i still have more work i am going to need you to work on for me, and i will be paying with crypto, Thank You
Hi, I need a programmer that could build an EA for me, based on Fib and indicators, The entry and exit will be determine by the Fibs and confirm by the indicators
Hello developer, I just wanted to know if you have made a profitable Supply and Demand indicator Contact me let discuss and start fully immediately .i will be looking for great developer soon Best regards
Hi, I would like to have some functionality of an existing trade manager amended, and some new functionality added in order to suit my needs. The existing trade manager is free, so there are no licensing issues to worry about. However, I only have the .ex4 file, so you would need to decompile it first. I have attached the file here for you to see. This original manager was written for the exact strategy I trade by
Hello, I am in need of an expert to help me convert my tradingview pinescript to mt4, I will attach the file, But for now, I only got $15 for this project and the only payment method I can use right now is crypto, I will send it to you through crypto, Also I need someone that is ready to work because I still have lot of projects I will need him to do for me
THE GOAL OF THIS PROJECT IS TO DEVELOP AN EXPERT ADVISOR THAT OPERATES AUTOMATICALLY DURING MARKET OPENING SESSIONS,FOCUS EN FOREX ,CRYPTOCURRENCIES ,STOCKS, AND GOLD. BELOW ARE THE SPECIFIC REQUIREMENTS the EA should be able to analyze the 20 period and 200 period moving averages as part of its entry and exit estategy implementation of an order blockis required to allow the EA to open and close positions efficiently
EA for MT4 SUMMARY: The robot uses a Moving Average (MA) with 6 Levels (3 Levels above the MA and 3 Levels below the MA). It does not use other indicators. The robot will make transactions only when the price reaches these Levels, under certain conditions. No trades are made when the price reaches the MA. MA period and distance for Levels are adjustable! It is a semi-adjustable robot with many variables, which will

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

Бюджет
50+ USD
Исполнителю
45 USD