Errors, bugs, questions - page 1209
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
Please correct the error/spike in the data : XAGUSD H1 26.06.2013 20:00 18.72/18.73/0.19/18.66 - spike down.
It's true - like two times two multiplied - the answer is ready, what - the data is incorrigible?
It is.
We know how to multiply two by two
- but with what?
How do I open a file to add text to it so that the old content is not deleted?
Repeatedly
Forum on trading, automated trading systems and trading strategies testing
Bugs, bugs, questions
A100, 2014.01.25 16:22
The initialisation list does not work in the following examplehow about this
then everything is fineRequest Started: 2014 .01.28 13:15, #940459
https://www.mql5.com/ru/users/A100/servicedesk/9488
I'll say it again
Application Started: 2014.01.28 13:15, #940459
https://www.mql5.com/ru/users/A100/servicedesk/9488
Good evening.
I am writing an indicator. I need to combine three plots in one indicator (indicator_buffers 3,indicator_plots 3): the first is a common MACD histogram (DRAW_HISTOGRAM), the second and third are not visible (DRAW_NONE). After writing, the data window displays the information from the three buffers as it should, but no histogram is visible in the sub-window. The histogram values in the data window are correct.
Question. Is it possible to combine the above graphical drawings and, if so, how to make the histogram visible in the indicator subwindow.
MT4 gives an error in the log:
Compressor: invalid decompress block [54194 bytes]
What does it mean?
Good evening.
I am writing an indicator. I need to combine three plots in one indicator (indicator_buffers 3,indicator_plots 3): the first is a common MACD histogram (DRAW_HISTOGRAM), the second and third are not visible (DRAW_NONE). After writing, the data window displays the information from the three buffers as it should, but no histogram is visible in the sub-window. The histogram values in the data window are correct.
Question. Is it possible to combine the above graphical drawings and, if possible, how to make the histogram visible in the subwindow of the indicator?
Make it like this:
#property indicator_plots 1
SetIndexBuffer(1,ExtBuy,INDICATOR_CALCULATIONS);
SetIndexBuffer(2,ExtSell,INDICATOR_CALCULATIONS);