Job finished
Execution time 1 day

Feedback from customer
Great work and fast

Feedback from employee
Very nice working experience
Specification
Hey guys I need someone to convert this indicator to a MT5 one.
//@version=5 indicator('TESTJAN', overlay=true) amplitude = input(title='Amplitude', defval=2) channelDeviation = input(title='Channel Deviation', defval=2) showArrows = input(title='Show Arrows', defval=true) showChannels = input(title='Show Channels', defval=true) var int trend = 0 var int nextTrend = 0 var float maxLowPrice = nz(low[1], low) var float minHighPrice = nz(high[1], high) var float up = 0.0 var float down = 0.0 var float atrHigh = 0.0 var float atrLow = 0.0 var float arrowUp = na var float arrowDown = na atr2 = ta.atr(100) / 2 dev = channelDeviation * atr2 highPrice = high[math.abs(ta.highestbars(amplitude))] lowPrice = low[math.abs(ta.lowestbars(amplitude))] highma = ta.sma(high, amplitude) lowma = ta.sma(low, amplitude) if nextTrend == 1 maxLowPrice := math.max(lowPrice, maxLowPrice) if highma < maxLowPrice and close < nz(low[1], low) trend := 1 nextTrend := 0 minHighPrice := highPrice minHighPrice else minHighPrice := math.min(highPrice, minHighPrice) if lowma > minHighPrice and close > nz(high[1], high) trend := 0 nextTrend := 1 maxLowPrice := lowPrice maxLowPrice if trend == 0 if not na(trend[1]) and trend[1] != 0 up := na(down[1]) ? down : down[1] arrowUp := up - atr2 arrowUp else up := na(up[1]) ? maxLowPrice : math.max(maxLowPrice, up[1]) up atrHigh := up + dev atrLow := up - dev atrLow else if not na(trend[1]) and trend[1] != 1 down := na(up[1]) ? up : up[1] arrowDown := down + atr2 arrowDown else down := na(down[1]) ? minHighPrice : math.min(minHighPrice, down[1]) down atrHigh := down + dev atrLow := down - dev atrLow ht = trend == 0 ? up : down var color buyColor = color.rgb(0, 68, 255) var color sellColor = color.rgb(255, 115, 0) htColor = trend == 0 ? buyColor : sellColor htPlot = plot(ht, title='aghighi signal', linewidth=2, color=htColor) atrHighPlot = plot(showChannels ? atrHigh : na, title='ATR High', style=plot.style_circles, color=sellColor) atrLowPlot = plot(showChannels ? atrLow : na, title='ATR Low', style=plot.style_circles, color=buyColor) fill(htPlot, atrHighPlot, title='ATR High Ribbon', color=sellColor) fill(htPlot, atrLowPlot, title='ATR Low Ribbon', color=buyColor) buySignal = not na(arrowUp) and trend == 0 and trend[1] == 1 sellSignal = not na(arrowDown) and trend == 1 and trend[1] == 0 plotshape(showArrows and buySignal ? atrLow : na, title='Arrow Up', style=shape.triangleup, location =location.absolute, size=size.tiny, color=buyColor) plotshape(showArrows and sellSignal ? atrHigh : na, title='Arrow Down', style=shape.triangledown, location=location.absolute, size=size.tiny, color=sellColor) alertcondition(buySignal, title='Alert: Signal Buy', message=' Signal Buy') alertcondition(sellSignal, title='Alert: Signal Sell', message=' Signal Sell')
Responded
1
Rating
Projects
134
51%
Arbitration
5
20%
/
60%
Overdue
20
15%
Working
2
Rating
Projects
9
11%
Arbitration
5
40%
/
20%
Overdue
2
22%
Free
3
Rating
Projects
58
57%
Arbitration
2
0%
/
50%
Overdue
4
7%
Working
Published: 1 article
4
Rating
Projects
1
0%
Arbitration
0
Overdue
0
Free
5
Rating
Projects
576
36%
Arbitration
64
20%
/
58%
Overdue
147
26%
Free
Published: 1 article, 22 codes
6
Rating
Projects
178
39%
Arbitration
4
25%
/
50%
Overdue
14
8%
Free
7
Rating
Projects
132
42%
Arbitration
0
Overdue
3
2%
Working
8
Rating
Projects
479
66%
Arbitration
5
40%
/
0%
Overdue
4
1%
Free
Published: 8 codes
9
Rating
Projects
65
34%
Arbitration
4
25%
/
50%
Overdue
9
14%
Working
10
Rating
Projects
307
68%
Arbitration
12
42%
/
25%
Overdue
11
4%
Working
Published: 16 codes
11
Rating
Projects
80
10%
Arbitration
35
9%
/
54%
Overdue
6
8%
Free
12
Rating
Projects
186
43%
Arbitration
7
0%
/
57%
Overdue
9
5%
Loaded
Published: 3 codes
13
Rating
Projects
454
39%
Arbitration
93
42%
/
18%
Overdue
73
16%
Busy
Published: 2 codes
14
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
15
Rating
Projects
933
47%
Arbitration
302
59%
/
25%
Overdue
125
13%
Working
Similar orders
I want to a professional developer who is expert in creating the EA using Heikin Ashi candles. I am already having a simple trading view strategy, and just want to convert it to MT4 bot for auto execution of orders. Option for Changing SL and TP percentage in MT4 required. All other is mentioned in my simple strategy. [attached in txt file] Note: 1. The developer should back test the strategy on MT4 before accepting
Malcolm XAUUSD Ea
50+ USD
Project Title** *"Develop a MetaTrader 5 Expert Advisor (EA) for XAUUSD with Trend/Momentum Filters"* #### **2. Core Requirements** - **Strategy Logic**: - **Trend-Following**: Ichimoku Cloud (Tenkan/Kijun crossover) + Moving Average (50/200 EMA filter). - **Momentum Confirmation**: RSI (oversold/overbought) + MACD histogram divergence. - **Volatility Adjustment**: Dynamic stop-loss/take-profit based on ATR
I need an expert developer for an MT5 EA . You will be able to create an EA that first runs a TOP DOWN ANALYSIS using a candle stick formation/MA, and then goes on to execute a trade using the RSI+Stoch+candle stick confluence at discount extreme zones or premium zones or liquidity zones. Every other thing that will be contained in the parameter list will be provided in a full description. The Logic of the EA will be
Need pro developer for MT5 indicator/EA (simple)
30 - 500 USD
I want to make a simple EA based of 2-3 indicators from trading view. Basic functions and basic logic. Needs to be backtestable and work on forex, indices and crypto
Trend ScreenerPRO MT5
30 - 40 USD
I found your indicator in the marketplace. It seems to be exactly what I'm looking for. I would like to buy it and to be personalized for my own use. I'm just trading XAU/USD and follow a very good signal on Telegram, GTMO. I'm very successful with him and all of his followers earning a lot of money. I want to get my own Indikator to confirm his signals for my trades before entering. Can you offer me your indicator
I'm looking for a skilled MQL4 developer to create both an Expert Advisor (EA) and a Custom Indicator based on my Elite Sniper Strategy . The solution is for MetaTrader 4 , not MT5. Strategy Rules: 1. Trend Direction Confirmation Price must be above (for buys) or below (for sells) the 200 EMA on the current timeframe. The D1 (daily) EMA must match the direction (e.g., both trending up for buys). 2. Momentum
Existing MQL5 EA uses MA and Smoothed Heiken Ashi for entry conditions. Architectural design is as follows: 1. Modified smoothed HA indicator to write/update global variable to indicate direction change which is picked up by the EA. 2. 21 period LWMA used to confirm trend direction for entry. After reading articles on MQL5 (see especially "Neural Networks for Algorithmic Trading" by Dmitriy Gizlyk ) I have included
I need an expert advisor developer another customer
30 - 100 USD
I need a profitable EA I just a professional that will create ea for me I need a perfect ea I need multi currency trading ea if it trade only one not problem I need the ea to pass prop firm challenge and also trade live account profitable
I need an expert advisor developer
30 - 100 USD
I need a profitable EA I just a professional that will create ea for me I need a perfect ea I need multi currency trading ea if it trade only one not problem I need the ea to pass prop firm challenge and also trade live account profitable
I’m looking for a skilled MQL5 developer with strong experience in Forex trading and a proven, profitable strategy to build a fully automated trading bot (Expert Advisor) for the MetaTrader 5 (MT5) platform that work on all time frames. Must be able to open lot size of 0.01 to 99.00 trading forex, currency pairs, indices, crypto currencies also precious metals. Once starts the project i will explain in detail
Project information
Budget
50+ USD
For the developer
45
USD