Convert MLQ4 to MLQ5 code

MQL5 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 17 saat
Müşteri tarafından geri bildirim
Thanks for the nice work. It is very fast and the work has met all requirements. Regards, Sonny

İş Gereklilikleri

Hi,

I need to convert this portion of my code from MT4/MLQ4 compatible to MLQ5.

All values are read and store in an array.

see code below.


Thanks,

Sonny


int jx, ix, kx;
for( kx=symId; kx<symId+1; kx++){

   for(jx=0; jx<3 ; jx++){   
      for( ix=0; ix < 9; ix++){     
         iWPRx[kx,ix,jx] =NormalizeDouble(iWPR(symbl[kx],prd[ix] ,14,jx),1);
         iSTOm[kx,ix,jx] =NormalizeDouble(iStochastic(symbl[kx],prd[ix],5,3,3,MODE_SMA,0,MODE_MAIN,jx),1);
         iSTOs[kx,ix,jx] =NormalizeDouble(iStochastic(symbl[kx],prd[ix],5,3,3,MODE_SMA,0,MODE_SIGNAL,jx),1);
         iMACm[kx,ix,jx] =iMACD(symbl[kx],prd[ix],12,26,9,PRICE_CLOSE,MODE_MAIN  ,jx);
         iMACs[kx,ix,jx] =iMACD(symbl[kx],prd[ix],12,26,9,PRICE_CLOSE,MODE_SIGNAL  ,jx);
         iRSIx[kx,ix,jx] =NormalizeDouble(iRSI(symbl[kx],prd[ix],14,PRICE_CLOSE,jx),1);
         iCCIx[kx,ix,jx] =NormalizeDouble(iCCI(symbl[kx],0,prd[ix] ,PRICE_TYPICAL,jx),0);
         iVolx[kx,ix,jx] =NormalizeDouble(iVolume(symbl[kx],prd[ix],jx),1);
         iMOVx[kx,ix,jx] =NormalizeDouble(iMA(symbl[kx],prd[ix],14,0,MODE_EMA,PRICE_CLOSE,jx),1);
         } // end for(ix)
   } // end for(jx)
}//end for(kx)

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(879)
Projeler
1392
67%
Arabuluculuk
117
32% / 42%
Süresi dolmuş
215
15%
Serbest
2
Geliştirici 2
Derecelendirme
(320)
Projeler
521
66%
Arabuluculuk
52
21% / 38%
Süresi dolmuş
165
32%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(590)
Projeler
789
71%
Arabuluculuk
9
33% / 33%
Süresi dolmuş
22
3%
Serbest
4
Geliştirici 4
Derecelendirme
(253)
Projeler
358
49%
Arabuluculuk
24
25% / 50%
Süresi dolmuş
80
22%
Serbest
5
Geliştirici 5
Derecelendirme
(142)
Projeler
280
42%
Arabuluculuk
18
61% / 6%
Süresi dolmuş
29
10%
Serbest
6
Geliştirici 6
Derecelendirme
(229)
Projeler
339
49%
Arabuluculuk
21
5% / 33%
Süresi dolmuş
24
7%
Serbest
7
Geliştirici 7
Derecelendirme
(355)
Projeler
589
70%
Arabuluculuk
14
43% / 7%
Süresi dolmuş
28
5%
Serbest
8
Geliştirici 8
Derecelendirme
(2)
Projeler
2
0%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
0
Serbest
9
Geliştirici 9
Derecelendirme
(548)
Projeler
825
73%
Arabuluculuk
15
53% / 13%
Süresi dolmuş
193
23%
Çalışıyor
10
Geliştirici 10
Derecelendirme
(2422)
Projeler
3042
66%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
340
11%
Çalışıyor
11
Geliştirici 11
Derecelendirme
(4)
Projeler
5
0%
Arabuluculuk
3
0% / 67%
Süresi dolmuş
2
40%
Serbest
12
Geliştirici 12
Derecelendirme
(586)
Projeler
1047
49%
Arabuluculuk
39
28% / 41%
Süresi dolmuş
49
5%
Serbest
13
Geliştirici 13
Derecelendirme
(28)
Projeler
36
17%
Arabuluculuk
5
20% / 40%
Süresi dolmuş
17
47%
Serbest
14
Geliştirici 14
Derecelendirme
(66)
Projeler
143
34%
Arabuluculuk
10
10% / 60%
Süresi dolmuş
26
18%
Serbest
15
Geliştirici 15
Derecelendirme
(49)
Projeler
134
27%
Arabuluculuk
62
13% / 53%
Süresi dolmuş
58
43%
Serbest
Benzer siparişler
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it

Proje bilgisi

Bütçe
50+ USD
Geliştirici için
45 USD
Son teslim tarihi
to 10 gün