You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
in pixels
I see, but how do I get these pixels?
This code is for MQL4.
I think you can easily transfer it to MQL5
This code is for MQL4.
I think you can easily transfer it to MQL5
Can you please tell me what's wrong.
In the main loop of indicator calculation, where buffer[]is indicator buffer, there is a loop (code lines 3-6). If this cycle is present, the indicator values are not calculated, but if it is absent, they are calculated.
1 for(bar = first; bar < rates_total; bar++)
2 {
3 for(int j=0;j<10;j++)
4 {
5 array[j]=price[bar];
6 }
7 buffer[bar] = 2;
8 }
Where can I ask questions about MT5?
Is it possible to programmatically save these resources to disk only by means of MQL5, by the very program that contains the resources?
a very good question and suggestion.
A very good question and suggestion.
Thank you. I'll duplicate it in the "Wishes for MT5" thread.
P.S. And to servicedesk))