Conversion of TradingView Indicator to MQ5 Without Using iCustom Functions or External Resources

MQL5 Göstergeler Dönüştürme

İş tamamlandı

Tamamlanma süresi: 29 dakika
Geliştirici tarafından geri bildirim
Excellent customer. Clear specifications and fast payment. Thank you.
Müşteri tarafından geri bildirim
Rápido, profesional y bien codificado. Gracias!

İş Gereklilikleri

Description:

I am in search of an experienced MQL5 developer to convert a TradingView indicator to the MQ5 programming language. It is crucial for me that the resulting code is highly optimized, without relying on iCustom functions or external resources.

Project Requirements:

  1. Conversion without iCustom Dependency: The conversion must be done without the use of iCustom functions to ensure optimal performance and independence from external resources.

  2. Code Optimization: Thorough code optimization is sought to ensure efficient and fast performance on the MetaTrader 5 (MT5) platform.

  3. Experience in Similar Projects: Previous experience in Pinescript to MQ5 conversion projects will be positively considered. If you have worked on similar initiatives, please provide details about those projects.

Additional Instructions:

  • The converted code must maintain the accuracy and functionality of the original TradingView indicator.

  • The final solution should be compatible with MetaTrader 5 and operate seamlessly on the MT5 platform.

How to Apply:

If you are interested in this project and believe you meet the requirements, please provide specific details about your experience in MQL5 development and any previous projects involving the conversion of Pinescript to MQ5. Attach examples of your previous work if possible.

Note: Avoid including any confidential information or specific code details in your initial application. Detailed discussion about the project will take place once the suitable developer is selected.


//@version=5
indicator("ENTP",precision=4)

base = 2

length = input.int(title="Lookback", defval=10,tooltip="Base entropy lookback window length")

entp_alma_1 = input.int(title="ENTP ALMA 1", defval=5,tooltip="Entropy MA 1")
entp_alma_2 = input.int(title="ENTP ALMA 2", defval=20,tooltip="Entropy MA 2")
entp_alma_3 = input.int(title="ENTP ALMA 3", defval=50,tooltip="Entropy MA 3")
entp_alma_4 = input.int(title="ENTP ALMA 4", defval=100,tooltip="Entropy MA 4")

entp_function(source,length,base) =>
    p = source / math.sum(source,length)
    entp = math.sum(-p * math.log(p) / math.log(base),length)

offset = 0.85
sigma = 10 

t0_entp = entp_function(close,length,base)
t0_entp_1 = ta.alma(t0_entp,entp_alma_1,offset,sigma)
t0_entp_2 = ta.alma(t0_entp,entp_alma_2,offset,sigma)
t0_entp_3 = ta.alma(t0_entp,entp_alma_3,offset,sigma)
t0_entp_4 = ta.alma(t0_entp,entp_alma_4,offset,sigma)

p1 = plot(t0_entp,color=color.white,linewidth=1)
p2 = plot(t0_entp_1,color=color.new(color.gray,50))
p3 = plot(t0_entp_2,color=color.new(color.gray,50))
p4 = plot(t0_entp_3,color=color.new(color.gray,50))
p5 = plot(t0_entp_4,color=color.new(color.gray,50))

fill(p4,p5,color=t0_entp_3 > t0_entp_4 ? color.new(#144552, 10) : color.new(#3E1F47, 10))
fill(p3,p4,color=t0_entp_2 > t0_entp_3 ? color.new(#0B525B,10) : color.new(#312244,10))
fill(p1,p2,color=t0_entp > t0_entp_1 ? color.new(#006466,10) : color.new(#212F45,10))
fill(p2,p3,color=t0_entp_1 > t0_entp_2 ? color.new(#065A60,10) : color.new(#272640,10))

El aspecto visual del indicador es el siguiente:


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(254)
Projeler
572
36%
Arabuluculuk
64
20% / 58%
Süresi dolmuş
147
26%
Serbest
2
Geliştirici 2
Derecelendirme
Projeler
0
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(73)
Projeler
85
56%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
4
Geliştirici 4
Derecelendirme
(41)
Projeler
51
49%
Arabuluculuk
6
83% / 0%
Süresi dolmuş
0
Çalışıyor
5
Geliştirici 5
Derecelendirme
(3)
Projeler
4
25%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
6
Geliştirici 6
Derecelendirme
(508)
Projeler
764
63%
Arabuluculuk
33
27% / 45%
Süresi dolmuş
23
3%
Serbest
7
Geliştirici 7
Derecelendirme
(439)
Projeler
545
25%
Arabuluculuk
21
38% / 38%
Süresi dolmuş
83
15%
Serbest
8
Geliştirici 8
Derecelendirme
(155)
Projeler
171
43%
Arabuluculuk
5
0% / 80%
Süresi dolmuş
8
5%
Çalışıyor
Benzer siparişler
Hello, This is pretty simple and its an indicator with On/Off button 1-Off will remove all indicator from the chart. 2-On will put them all back again with the same settings
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)
Here is a detailed instruction for the coder to implement the vertical lines based on the BrainTrainSignalAlert indicator: --- **Task: Implement Vertical Lines for Alerts from BrainTrainSignalAlert Indicator** **Objective:** Create a system that adds vertical lines on specified timeframes (M5 or M30) whenever an alert is generated by the BrainTrainSignalAlert indicator on the H1, H4, and D1 timeframes. The lines
Hello Guys! I want to modify/fix the indicator that uses sequential type of entries (it calculates from 1 to 9) and if the conditions are met it provides an arrow (signal) with alert. The problem is that, sometimes (for unknown for me reasons) it repaints arrow signal. Like on the picture: Signal 1 - correct signal Signal 2 - correct signal Signal 3 - correct signal Signal 4 - repaints (signal 3 arrow dissapeared
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
I have a full code ,, There are some errors in this.It does not add to the chart, does not show arrow marks, does not alert ,, fix this problem and work properly,, Contact on telegram @Gw_rakib1
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should

Proje bilgisi

Bütçe
32 - 66 USD
KDV (21%): 6.72 - 13.86 USD
Toplam: 38.72 - 79.86 USD
Geliştirici için
28.8 - 59.4 USD
Son teslim tarihi
from 1 to 3 gün