Convert a custom MA indicator from TradingView to MT5

İş tamamlandı

Tamamlanma süresi: 2 gün
Müşteri tarafından geri bildirim
Navdeep Singh, provided exceptional support and expertise. His prompt, friendly communication and efficient problem-solving skills exceeded my expectations. I highly recommend !
Geliştirici tarafından geri bildirim
Very nice working experience, clear specification

İş Gereklilikleri

Hello,

I need someone to create a conversion of an indicator from TradingVeiw to MT5.
The PineScript code provided should be translated into an MT5 indicator (the results should be the SAME as TradingView) and integrated into the EA.
This is the PineScript (TradingView) code that must be converted for MT5.
_____
//@version=4
study("Custom Moving Average","CMA",overlay=true)
length=input(99),src = input(close)
//----
cma = 0.
hh = max(sign(change(highest(length))),0)
ll = max(sign(change(lowest(length))*-1),0)
tc = pow(sma(hh or ll ? 1 : 0,length),2)
cma := nz(cama[1]+tc*(src-cama[1]),src)
plot(cma,"Plot",#ff1100,2)
_________

I am waiting for your proposals here.
If I can help you with further information please let me know.

Thank you,

Dosyalar:

JPEG
US30.jpeg
114.4 Kb

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(42)
Projeler
55
4%
Arabuluculuk
5
0% / 60%
Süresi dolmuş
4
7%
Serbest
2
Geliştirici 2
Derecelendirme
(138)
Projeler
170
53%
Arabuluculuk
10
80% / 0%
Süresi dolmuş
0
Serbest
Yayınlandı: 1 kod
3
Geliştirici 3
Derecelendirme
(259)
Projeler
586
35%
Arabuluculuk
64
20% / 58%
Süresi dolmuş
147
25%
Serbest
Yayınlandı: 1 makale, 22 kod
4
Geliştirici 4
Derecelendirme
(132)
Projeler
178
39%
Arabuluculuk
4
25% / 50%
Süresi dolmuş
14
8%
Serbest
5
Geliştirici 5
Derecelendirme
(67)
Projeler
97
35%
Arabuluculuk
11
27% / 45%
Süresi dolmuş
14
14%
Serbest
6
Geliştirici 6
Derecelendirme
(68)
Projeler
111
69%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
2
2%
Serbest
7
Geliştirici 7
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
8
Geliştirici 8
Derecelendirme
(322)
Projeler
496
67%
Arabuluculuk
5
40% / 0%
Süresi dolmuş
4
1%
Çalışıyor
Yayınlandı: 8 kod
9
Geliştirici 9
Derecelendirme
(3)
Projeler
1
0%
Arabuluculuk
3
0% / 67%
Süresi dolmuş
0
Çalışıyor
10
Geliştirici 10
Derecelendirme
(72)
Projeler
80
10%
Arabuluculuk
35
9% / 54%
Süresi dolmuş
6
8%
Serbest
11
Geliştirici 11
Derecelendirme
(574)
Projeler
945
47%
Arabuluculuk
303
59% / 25%
Süresi dolmuş
125
13%
Serbest
Benzer siparişler
Hello, I need a custom MT4/MT5 indicator that looks exactly like the screenshot I will provide (attached). The indicator should include: Candlestick chart Volume numbers displayed on each candle Multiple moving averages (colored lines) Automatic Support & Resistance levels Buy/Sell arrows (signals) Market direction in percentage (UP/DOWN %) Requirements: Must work on MT4 Source code must be clean and well-commented
Momo 30+ USD
Je suis disponible tous les jours à partir de 19h à 8h. Attach up to 32 files maximum 16 Mb per upload (.zip .txt .log .mqh .ex5 .mq5 .mq4 .mqproj .ex4 .mt5 .set .tpl .cl .py .sqlite .csv .ini .ipynb .onnx .gif .png .jpg .jpeg .mp4 .webm
Precision Shift EA 100 - 500 USD
Use the Daily (D1) chart as the higher timeframe reference. On the H1 timeframe, monitor for a sweep of the previous day’s high or low. A sweep means that price takes liquidity above or below the previous day’s level and then shifts back inside. After a sweep on H1, drop to the M5 timeframe. On M5, wait for a Change of State in Delivery / Market Structure Shift (CHOCH/BOS) to confirm entry. If the sweep occurs above
Sharper trading bot 30 - 200 USD
I have a $200,000 trading account challenge. I need the bot to work on trading view so it has to be a pine script I think. I’m going to attach a photo of the requirements for the account
📌 Forex EA Bot Requirement Document 1. General Information Trading Platform: MetaTrader 5 (MT5) / MetaTrader 4 (MT4) Trading Instruments: (e.g., GBP/JPY, XAU/USD, BTC/USD) Timeframes to Trade: (e.g., 15M, 1H, 4H, Daily) Trading Style: (Scalping, Swing trading, Intraday, Position trading) 2. Entry Rules Define the indicators/strategies for entry (e.g., Moving Averages, MACD, RSI, Order Blocks, Supply & Demand)
Hello, I want to make candles on the same chart as the one in the picture so that the trend is very clear and I know the upward or downward trend in a filtered way and with the same filter of the clear chart in front of you in the picture This is not an indicator, but a chart like Japanese candlesticks, Renko, etc. I want this chart as shown in the picture in front of you. It is the best chart I want because it shows
Sharp scalping 30 - 100 USD
I have $1 million account that I need a scalping box for with a 90% win rate I attached a photo of the daily draw down and the max draw down of the account because it is a prop firm challenge. I need it in Pine script for trading view. Thanks
$50 - $150 80+ USD
I need someone who can create a scalping trading bot for me. With a 1 - 5 minutes timeframe entry. A good robot that automatically opens a trade and close in profit
*Indicator Combination:* 1. *ZigZag*: To identify significant price movements and trend lines. 2. *Donchian Channels*: To plot trend lines based on highs and lows over a specified period. *Strategy Logic:* 1. *Trend Line Break*: A trend line break occurs when price closes above/below the trend line. 2. *Confirmation*: Additional confirmation can come from other indicators (e.g., RSI, MACD) or price action (e.g
Trading bot 100+ USD
Hello great developer I need a trading bot that can: Auto-detect and buy new tokens on the Surge tab of Axiom Pro within milliseconds Work with TradingView alerts (webhook integration) Allow settings for buy amount, slippage, and risk controls Optional: auto-sell (TP/SL) Please only apply if you have experience building crypto trading bots and can deliver a fast, reliable solution.Please

Proje bilgisi

Bütçe
31 - 49 USD
KDV (19%): 5.89 - 9.31 USD
Toplam: 36.89 - 58.31 USD
Geliştirici için
27.9 - 44.1 USD
Son teslim tarihi
from 1 to 3 gün