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

İş tamamlandı

Tamamlanma süresi: 2 saat
Müşteri tarafından geri bildirim
amazing developer
Geliştirici tarafından geri bildirim
perfect

İş Gereklilikleri

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

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(137)
Projeler
191
21%
Arabuluculuk
12
58% / 25%
Süresi dolmuş
1
1%
Yüklendi
2
Geliştirici 2
Derecelendirme
(12)
Projeler
16
31%
Arabuluculuk
0
Süresi dolmuş
0
Çalışıyor
3
Geliştirici 3
Derecelendirme
(48)
Projeler
52
8%
Arabuluculuk
18
11% / 39%
Süresi dolmuş
3
6%
Meşgul
4
Geliştirici 4
Derecelendirme
(271)
Projeler
408
63%
Arabuluculuk
5
40% / 0%
Süresi dolmuş
4
1%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(6)
Projeler
10
10%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Çalışıyor
6
Geliştirici 6
Derecelendirme
(24)
Projeler
30
67%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
1
3%
Çalışıyor
7
Geliştirici 7
Derecelendirme
(66)
Projeler
143
34%
Arabuluculuk
11
9% / 55%
Süresi dolmuş
26
18%
Çalışıyor
8
Geliştirici 8
Derecelendirme
(52)
Projeler
96
24%
Arabuluculuk
9
22% / 22%
Süresi dolmuş
12
13%
Çalışıyor
9
Geliştirici 9
Derecelendirme
Projeler
1
0%
Arabuluculuk
0
Süresi dolmuş
0
Ücretsiz
10
Geliştirici 10
Derecelendirme
(557)
Projeler
924
48%
Arabuluculuk
301
59% / 25%
Süresi dolmuş
123
13%
Yüklendi
Benzer siparişler
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
Liquidity sweep reversal EA based on Williams fractal with risk & trade management parameters build in should include following section in EA: entry parameters risk management trade management all based on given instructions
High I’m looking for someone to create a simple EA for MT4 that trades in 2 timeframes the 5 min and the 15 min chart with the trend and enters on pin bars with some conditions that I will specify if the job is taken but nothing complicated. Timeframe 5 min Chart and 15min chart simultaneously It looks to enter on the 5 min or in the 15 min chart it does not look for higher timeframe, they are the same condition for
I'm looking for someone who will take the source code of an existing trading bot and make some adjustments and tweaks to it. Mostly is about changing the UI and basic default parameters. No need to change the algorithm itself. The result must be a file that I can install as any other expert advisor in the MT4 terminal. For now I can share the more detailed task in my video
Hello I have purchased an EA from MQL market. The name of the EA is "Eternal Profit" and it works on MT4 only. Its available in market and you can still find it to run DEMO. Though I have purchased the EA but its not working properly for XAUUSD pair owing to some inherent programming issues in the EA. The same EA is working good on currency pair. The key issue is the decimal place in in the pair. Its designed for
I want to build a Trade Manager Panel Trade Manager Panel Requirements for MT4 1. Overview: The trade manager panel for MT4 is designed to provide me with efficient management of trades on individual charts/symbols. It consists of two main parts: Displaying information on currently running orders. Providing functionalities for setting and activating stop loss (SL), take profit (TP), and break-even (BE) levels

Proje bilgisi

Bütçe
50+ USD
Geliştirici için
45 USD