Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1532
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
I can't deal with buffers, I collect statistics, statistics collection works correctly and the indicator even draws everything on the chart (as text under each candlestick), but as soon as I create a buffer for filling it with statistics it gives error 'CntM5Buffer' - parameter conversion not allowed Trent_flat.mq5 30 21, I can't deal with these buffers :(
Can you please explain what the trick is?
this code loads the terminal
this code flies.
Can you please explain what the trick is?
this code loads the terminal
This code flies.
The first code is not correct.
First you need to collect/fill the "RSI_01Buffer" array and then pass it to the function to calculate "iMAOnArray"
In the second code everything is correct.
The first code is not correct.
First you need to collect/fill the "RSI_01Buffer" array and then pass it to the function to calculate "iMAOnArray".
In the second code everything is correct.
Indicators work in one thread, if one waits, all others wait, until the terminal hangs.
When MT starts, initialization of indicator(s) may happen before initialization of terminal variables, i.e. it's a piece of cake to catch a hang.
Thank you. But so far I don't know other options.
Thank you. But I don't know any other options at the moment.
And the right option is very simple...
And the right option is very simple...
I'm sorry - what if it's like this? Is it correct or not very correct? - (I'm also trying to learn how to understand and implement it correctly.)
I'm sorry - what if it's like this? Would that be right or wrong? - (I'm also trying to learn how to understand and implement it correctly).
I almost learned - even opens a position
Can you tell me how to understand the documentation in general? It really bothers me that in the examples of even a simple graphical object like text, they throw in your face an example with a bunch of code and nowhere do they write which parameters are required and which are not and in order to just write some text or set a trend or even understand the buffers for an indicator you don't understand what minimum parameters need to be entered and have to stupidly copy and ***their code
Can you tell me how to understand the documentation in general? It really bothers me that even in examples of simple graphical objects like text they throw in your face a sample with a bunch of code and nowhere do they write which parameters are mandatory and which are not and in order to just write some text or set a trend or even understand the buffers for an indicator you don't understand which minimum parameters you have to enter and you just copy and ***their code