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

Tâche terminée

Temps d'exécution 2 heures
Commentaires du client
amazing developer
Commentaires de l'employé
perfect

Spécifications

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

Répondu

1
Développeur 1
Évaluation
(137)
Projets
191
21%
Arbitrage
12
58% / 25%
En retard
1
1%
Chargé
2
Développeur 2
Évaluation
(12)
Projets
16
31%
Arbitrage
0
En retard
0
Travail
3
Développeur 3
Évaluation
(48)
Projets
52
8%
Arbitrage
18
11% / 39%
En retard
3
6%
Occupé
4
Développeur 4
Évaluation
(271)
Projets
408
63%
Arbitrage
5
40% / 0%
En retard
4
1%
Travail
5
Développeur 5
Évaluation
(6)
Projets
10
10%
Arbitrage
1
0% / 100%
En retard
0
Travail
6
Développeur 6
Évaluation
(24)
Projets
30
67%
Arbitrage
1
0% / 0%
En retard
1
3%
Travail
7
Développeur 7
Évaluation
(66)
Projets
143
34%
Arbitrage
11
9% / 55%
En retard
26
18%
Travail
8
Développeur 8
Évaluation
(52)
Projets
96
24%
Arbitrage
9
22% / 22%
En retard
12
13%
Travail
9
Développeur 9
Évaluation
Projets
1
0%
Arbitrage
0
En retard
0
Gratuit
10
Développeur 10
Évaluation
(557)
Projets
924
48%
Arbitrage
301
59% / 25%
En retard
123
13%
Chargé
Commandes similaires
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 have a dropservicing agency (service intermediation) and I'm looking for a professional to configure the Force Value 1.00 indicator in MetaTrader 5 from the Hanteck brokerage. I need the configuration to meet the operating requirements in all markets (forex, stocks, crypto, etc.), allowing day trade operations following the market trend, using the M15 chart and including the Stop Loss functionality." Required

Informations sur le projet

Budget
50+ USD
Pour le développeur
45 USD