Conversion from trading view to mql5

MQL5 Indicators Converting

Job finished

Execution time 48 minutes
Feedback from customer
best
Feedback from employee
Nice to work with.

Specification

Hi all,

Kindly help me with conversion of trading view indicator into mql5 

Also add some features such as id locking .

here the source code of Trading View  Script.

Please mention if you know hindi or urdu

________________________________________________________________________________________________________________

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// author © KivancOzbilgic
// developer © KivancOzbilgic
//@version=5
indicator('AlphaTrend', shorttitle='AT', overlay=true, format=format.price, precision=2, timeframe='')
coeff = input.float(1, 'Multiplier', step=0.1)
AP = input(14, 'Common Period')
ATR = ta.sma(ta.tr, AP)
src = input(close)
showsignalsk = input(title='Show Signals?', defval=true)
novolumedata = input(title='Change calculation (no volume data)?', defval=false)
upT = low - ATR * coeff
downT = high + ATR * coeff
AlphaTrend = 0.0
AlphaTrend := (novolumedata ? ta.rsi(src, AP) >= 50 : ta.mfi(hlc3, AP) >= 50) ? upT < nz(AlphaTrend[1]) ? nz(AlphaTrend[1]) : upT : downT > nz(AlphaTrend[1]) ? nz(AlphaTrend[1]) : downT

color1 = AlphaTrend > AlphaTrend[2] ? #00E60F : AlphaTrend < AlphaTrend[2] ? #80000B : AlphaTrend[1] > AlphaTrend[3] ? #00E60F : #80000B
k1 = plot(AlphaTrend, color=color.new(#0022FC, 0), linewidth=3)
k2 = plot(AlphaTrend[2], color=color.new(#FC0400, 0), linewidth=3)

fill(k1, k2, color=color1)

buySignalk = ta.crossover(AlphaTrend, AlphaTrend[2])
sellSignalk = ta.crossunder(AlphaTrend, AlphaTrend[2])


K1 = ta.barssince(buySignalk)
K2 = ta.barssince(sellSignalk)
O1 = ta.barssince(buySignalk[1])
O2 = ta.barssince(sellSignalk[1])

plotshape(buySignalk and showsignalsk and O1 > K2 ? AlphaTrend[2] * 0.9999 : na, title='BUY', text='BUY', location=location.absolute, style=shape.labelup, size=size.tiny, color=color.new(#0022FC, 0), textcolor=color.new(color.white, 0))

plotshape(sellSignalk and showsignalsk and O2 > K1 ? AlphaTrend[2] * 1.0001 : na, title='SELL', text='SELL', location=location.absolute, style=shape.labeldown, size=size.tiny, color=color.new(color.maroon, 0), textcolor=color.new(color.white, 0))


alertcondition(buySignalk and O1 > K2, title='Potential BUY Alarm', message='BUY SIGNAL!')
alertcondition(sellSignalk and O2 > K1, title='Potential SELL Alarm', message='SELL SIGNAL!')

alertcondition(buySignalk[1] and O1[1] > K2, title='Confirmed BUY Alarm', message='BUY SIGNAL APPROVED!')
alertcondition(sellSignalk[1] and O2[1] > K1, title='Confirmed SELL Alarm', message='SELL SIGNAL APPROVED!')



alertcondition(ta.cross(close, AlphaTrend), title='Price Cross Alert', message='Price - AlphaTrend Crossing!')
alertcondition(ta.crossover(low, AlphaTrend), title='Candle CrossOver Alarm', message='LAST BAR is ABOVE ALPHATREND')
alertcondition(ta.crossunder(high, AlphaTrend), title='Candle CrossUnder Alarm', message='LAST BAR is BELOW ALPHATREND!')

alertcondition(ta.cross(close[1], AlphaTrend[1]), title='Price Cross Alert After Bar Close', message='Price - AlphaTrend Crossing!')
alertcondition(ta.crossover(low[1], AlphaTrend[1]), title='Candle CrossOver Alarm After Bar Close', message='LAST BAR is ABOVE ALPHATREND!')
alertcondition(ta.crossunder(high[1], AlphaTrend[1]), title='Candle CrossUnder Alarm After Bar Close', message='LAST BAR is BELOW ALPHATREND!')


___________________________________________________________________________________________________________________________________________________________________________



Responded

1
Developer 1
Rating
(246)
Projects
455
26%
Arbitration
134
21% / 58%
Overdue
99
22%
Free
2
Developer 2
Rating
(37)
Projects
48
58%
Arbitration
2
50% / 50%
Overdue
0
Free
3
Developer 3
Rating
(21)
Projects
25
52%
Arbitration
3
0% / 100%
Overdue
2
8%
Free
4
Developer 4
Rating
(1)
Projects
1
0%
Arbitration
1
0% / 0%
Overdue
0
Working
5
Developer 5
Rating
(1)
Projects
0
0%
Arbitration
1
0% / 100%
Overdue
0
Free
Similar orders
Looking for an experienced Pine Script developer to create a custom ZigZag indicator for TradingView. Pivots must be confirmed using stochastic oscillator, 20-period SMA, and other criteria. Script should be adjustable, efficient, and include clear visuals and alerts. Prior ZigZag or custom indicator experience preferred
Description: Looking for a professional developer to build a smart trading bot for MT5 called AZIZ EA , based on my custom indicator logic (full logic provided), including: Pairs: XAUUSD, EURUSD, USDJPY 5 trading modes (Safe, Profit, Manual, Unlimited, Target) Free AI tools (news filter, momentum analysis, smart exit) Safe money management with dynamic lot sizing Alerts & push notifications 📄 Full specifications
Hello expert developer i need profitable ready made MT5 EA and i want to purchase it do let me know how much you want to sell the EA there must be backtesting with high win rate i need very profitable arbitrage EA I'll be looking forward to expert developer only please if you know you have zero idea about what am saying don't come and waste my time thank you very much
Posiada dostęp do oprogramowania Pine Script z platformą TradingView, która jest w pełni dostępna na MetaTrader 5 (MQL5) oraz MetaTrader 4 (MQL4). Dodanie dwa etapy: Tworzenie identycznego wskaźnika w MQL5 (z tymi samymi oznaczeniami, logiką i parametrami co w oryginalnym Pine Script). Na podstawie tego rozwiązania Expert Advisora (EA) w wersji MQL5 i MQL4, który będzie otwierał i zamykał znaczenie z sygnałami
Hello Great developer i have one existing work on trade station that i just need to correct two line and send me the correct code back i will be looking for a great developer that will build for it Thank Best regards
Custom Drag-and-Drop Alert System for MetaTrader 5 (MT5) MetaTrader experience is absolutely essential. Please don’t bid if you have not previously developed applications for MT5. 📌 Project Title: Custom Drag-and-Drop Alert System for MetaTrader 5 (MT5) 📝 Project Description I require a custom alert system to be developed for the MetaTrader 5 platform. The tool should allow me to place and manage alerts visually
I am looking for a qualified and experienced MQL4 developer who is already familiar with the Malaysian SNR (Support & Resistance) strategy and understands its rules and logic in detail. 📌 Objective: To develop a complete and visual indicator that automatically plots all elements of the Malaysian SNR strategy and provides clear entry and exit signals based on the strategy’s conditions. 🔍 Key Features Required in the
Hello developers, I'm looking to hire an experienced MQL5 developer with real trading knowledge to create (or provide) a reversal indicator that is: 🔹 Truly profitable 🔹 Non-repainting (signals must never change once candle is closed) 🔹 No signal offset (arrows placed only at candle close using past data only) 🔹 Low-lag and responsive (to avoid whipsaw in ranging markets) Core Requirements: ✅ Buy/Sell signals
This indicator detects ABCD structure-based trading setups using a custom pullback and breakout logic, as discussed below. It works for both bullish and bearish scenarios (mirror logic), with user control over direction selection on the chart. ─────────────── 🔹 1. Pullback Logic: - Pullback is confirmed only after at least 2 red candles (in bullish case) have formed. - The body of one of these red candles must close
Project goal: To develop a trading bot that interprets highs and lows for strategic long and short positions. Scope of work: - Develop a bot to long on Higher Low, Lower Low, or Double bottom signals. - Create bot to short on Higher High, Lower High, or Double top signals. - Incorporate support and resistance levels into the strategy. - Suggest improvements considering volume and market trends. Standard Support and

Project information

Budget
30+ USD
For the developer
27 USD