Convert MLQ4 to MLQ5 code

MQL5 Esperti

Lavoro terminato

Tempo di esecuzione 17 ore
Feedback del cliente
Thanks for the nice work. It is very fast and the work has met all requirements. Regards, Sonny

Specifiche

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)

Con risposta

1
Sviluppatore 1
Valutazioni
(879)
Progetti
1392
67%
Arbitraggio
117
32% / 42%
In ritardo
215
15%
Gratuito
2
Sviluppatore 2
Valutazioni
(320)
Progetti
521
66%
Arbitraggio
52
21% / 38%
In ritardo
165
32%
In elaborazione
3
Sviluppatore 3
Valutazioni
(590)
Progetti
789
71%
Arbitraggio
9
33% / 33%
In ritardo
22
3%
Gratuito
4
Sviluppatore 4
Valutazioni
(253)
Progetti
358
49%
Arbitraggio
24
25% / 50%
In ritardo
80
22%
Gratuito
5
Sviluppatore 5
Valutazioni
(142)
Progetti
280
42%
Arbitraggio
18
61% / 6%
In ritardo
29
10%
Gratuito
6
Sviluppatore 6
Valutazioni
(229)
Progetti
339
49%
Arbitraggio
21
5% / 33%
In ritardo
24
7%
Gratuito
7
Sviluppatore 7
Valutazioni
(355)
Progetti
589
70%
Arbitraggio
14
43% / 7%
In ritardo
28
5%
Gratuito
8
Sviluppatore 8
Valutazioni
(2)
Progetti
2
0%
Arbitraggio
2
0% / 100%
In ritardo
0
Gratuito
9
Sviluppatore 9
Valutazioni
(548)
Progetti
825
73%
Arbitraggio
15
53% / 13%
In ritardo
193
23%
In elaborazione
10
Sviluppatore 10
Valutazioni
(2422)
Progetti
3042
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
11
Sviluppatore 11
Valutazioni
(4)
Progetti
5
0%
Arbitraggio
3
0% / 67%
In ritardo
2
40%
Gratuito
12
Sviluppatore 12
Valutazioni
(586)
Progetti
1047
49%
Arbitraggio
39
28% / 41%
In ritardo
49
5%
Gratuito
13
Sviluppatore 13
Valutazioni
(28)
Progetti
36
17%
Arbitraggio
5
20% / 40%
In ritardo
17
47%
Gratuito
14
Sviluppatore 14
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
Gratuito
15
Sviluppatore 15
Valutazioni
(49)
Progetti
134
27%
Arbitraggio
62
13% / 53%
In ritardo
58
43%
Gratuito
Ordini simili
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'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange and forex market. I already have some source code to a strategy but would like to enhance it to make it profitable and automated
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

Informazioni sul progetto

Budget
50+ USD
Per lo sviluppatore
45 USD
Scadenze
a 10 giorno(i)