Simple EMA Indicator is needed

MQL4 Göstergeler

İş tamamlandı

Tamamlanma süresi: 2 gün
Müşteri tarafından geri bildirim
Five stars. He solved all my issues and delivered clean work! Thank you!
Geliştirici tarafından geri bildirim
Nice working with him. Thank you

İş Gereklilikleri

Guys I am looking for a simple two EMA MTF Indicator, which is filling the space between the EMA with conditional color. As it took for me as non professonial develope approx 10 Minutes to program it in pinescript, i guess for you guys wouldnt be much more work in mql5.

As Inputs:

------------------------------------------------------------------------------------------------------
Fast EMA (Defval 26)
Fast EMA Color (Defval yellow)

Slow EMA (Defval 72)
Slow EMA Color (Defval blue)

Timeframe (Defval Daily)

Conditional Color:
Fast EMA > Slow EMA (Defval green)
Fast EMA < Slow EMA (Defval red)
If possible transparency for conditional color.
--------------------------------------------------------------------------------------------------------------------------------
Here the pinescript so its pretty clear what i need:

length1 = input.int(26, title="short EMA", group="EMAs")
length2 = input.int(72, title="short EMA", group="EMAs")
trans = input.int(70, title="Transparency", group="EMAs")
timeframe = input.timeframe("D", "Time Frame")

// Berechnen Sie die gleitenden Durchschnitte
ma1 = request.security(syminfo.tickerid, timeframe ,ta.ema(close, length1), lookahead=barmerge.lookahead_on)
ma2 = request.security(syminfo.tickerid, timeframe ,ta.ema(close, length2), lookahead=barmerge.lookahead_on)

// Zeichnen Sie die gleitenden Durchschnitte
ma1plot = plot(ma1, color=color.yellow)
ma2plot = plot(ma2, color=color.blue)

// Füllen Sie die Fläche zwischen den gleitenden Durchschnitten
fill(ma1plot, ma2plot, color=ma1>ma2 ? color.new(color.green, trans) : color.new(color.red, trans))


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(18)
Projeler
24
42%
Arabuluculuk
0
Süresi dolmuş
0
Çalışıyor
2
Geliştirici 2
Derecelendirme
(17)
Projeler
19
26%
Arabuluculuk
3
67% / 33%
Süresi dolmuş
2
11%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(37)
Projeler
51
43%
Arabuluculuk
2
100% / 0%
Süresi dolmuş
9
18%
Serbest
4
Geliştirici 4
Derecelendirme
(4)
Projeler
2
0%
Arabuluculuk
2
50% / 0%
Süresi dolmuş
0
Serbest
5
Geliştirici 5
Derecelendirme
(15)
Projeler
19
37%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
0
Serbest
6
Geliştirici 6
Derecelendirme
(61)
Projeler
186
73%
Arabuluculuk
4
100% / 0%
Süresi dolmuş
1
1%
Serbest
7
Geliştirici 7
Derecelendirme
(63)
Projeler
101
31%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
2
2%
Serbest
8
Geliştirici 8
Derecelendirme
(87)
Projeler
109
25%
Arabuluculuk
9
44% / 22%
Süresi dolmuş
8
7%
Çalışıyor
9
Geliştirici 9
Derecelendirme
(56)
Projeler
65
29%
Arabuluculuk
5
0% / 60%
Süresi dolmuş
1
2%
Çalışıyor
10
Geliştirici 10
Derecelendirme
(272)
Projeler
394
63%
Arabuluculuk
70
53% / 26%
Süresi dolmuş
198
50%
Serbest
11
Geliştirici 11
Derecelendirme
(563)
Projeler
932
47%
Arabuluculuk
302
59% / 25%
Süresi dolmuş
124
13%
Yüklendi
12
Geliştirici 12
Derecelendirme
(2)
Projeler
3
33%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
13
Geliştirici 13
Derecelendirme
(376)
Projeler
475
40%
Arabuluculuk
83
36% / 33%
Süresi dolmuş
13
3%
Meşgul
14
Geliştirici 14
Derecelendirme
(71)
Projeler
80
10%
Arabuluculuk
35
9% / 54%
Süresi dolmuş
6
8%
Çalışıyor
15
Geliştirici 15
Derecelendirme
(66)
Projeler
143
34%
Arabuluculuk
10
10% / 60%
Süresi dolmuş
26
18%
Serbest
Benzer siparişler
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
EA DEJA FABRIQUE ? MODIFIER QUELQUE LIGNE POUR LE RENDRE RENTABLE /////////////////////++++++++++++++++++++++++++++++++++ EA AVEC UN SYTEME SIMPLE ; SEULEMENT A MODIFIER %%%%%%%%%%%%%%%%%% SI PERSONNE SACHANT CODER CORRECTEMENT , CE TRAVAIL EST POUR TOI
Buy an sell symbols and guide showing entry to buy or sell setups and I need it gives and tell me to enter buy or to enter sell by automation nnnnnnnnnn fgggghhuuuiijh hhrddfhuuufffff yygggg hhgt hiidcb hygdfbby gyytdv uttrdd. Httdd hyyydv. Yhygf. Uu juhgff uyttt uuuytdbhy uuuyyy hhhff jjueeiivhgffdgu hyuu7trg yyyyffj yyytd u6tttf uuyrrrhi uytrrfh utterly jyrfgkkttv uhyybhhyy hytfgivuyt utfbh utghjio7t. Uuytg uytru
Utilizing the MQL5 MetaEditor Wizard, I created an Expert Advisor, having the following Signal indicators: I was able to optimize the EA and reached a backtest with the following specifications: I was able to reach a profit level of 30K, as indicated below. However, the Bot is not without faults and following the backtest, I started a forward test with real live data and the results were not so great. The EA took a
Connect from Mt5 via binary deriv account api I have mt5 indicator, need to connect with binary deriv account through api. If anyone can setup via API then contact me. everything control mt5
Hello I am looking for a developer to create an 50% retracement Indicator of the previous candle . So once a candle close the Indicator is supposed to take the full candle size from high to low and make a 61% and 50% level on that candle and I would like the candle to show until the next previous candle is done creating. After this I would look to create an ea with it possibly
Hi, I have 2 indicators which are based on the super trend , the alerts on indicator (1) does not work at all , and on the other indicator the alerts do not come on time on time, which is kind of delayed. see attached file below
Looking for an experienced developer to modify my existing TDI strategy , want to add filter for Buy and Sell Signals, Arrows are displayed on chart and what only to leave high accurate arrows Source code to be provided
I have the mq5 file, I need a buffer adding to the indicator, so it appears in the data window so I can reference it later in an EA. As the below screenshot shows, there is a median ray line from yesterday (the dashed horizontal line) - I want this value in the data window called Median Ray. I want this to be a single value per day, so todays Median Ray would be 17868, and so on each day. So I want all the Developing
I would like to develop my own indicator on metatrader 4 and tradingview. We would start with a basic version that we would improve later. It is an indicator based on several analyses and which would provide several indications. I am looking for someone who can develop on MT4 and Mt5, initially I would like to do it on mt4 and then on mt5. If you have expertise in pinescript it is a plus because I would like to

Proje bilgisi

Bütçe
30+ USD
KDV (19%): 5.7 USD
Toplam: 35.7 USD
Geliştirici için
27 USD