Errors, bugs, questions - page 1004
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
Thank you! Figured it out with your help.
Funny situation is when you want to make one of the indicator levels equal to zero :)
The zeros are duplicated and the indicator zero line seems to be overwritten by the service zero dashes. Maybe there is something to think about? For example, make it possible not to display only zeros as indicator values, but any numbers and return the zero
Thank you!
It's all good here, but the forum is giving out fours again:
PЎР "СѓР¶¶Р±Ð° РЅРµÐґРѕЃС'СѓРїРЅР°.
How would it be corrected?
version is incompatible with MQL5 Market, must be xxx.yyyy
Why 1.0 is a normal version and 0.3 is not?
I don't need the Market for this code. Is there any way to remove this warning?
#property version"0.3"
version is incompatible with MQL5 Market, must be xxx.yyyy
Why 1.0 is a normal version and 0.3 is not?
I don't need the Market for this code. Is there any way to remove this warning?
Yes:)
#define Version "0.3"
#property version"0.3"
version is incompatible with MQL5 Market, must be xxx.yyyy
Why 1.0 is a normal version and 0.3 is not?
I don't need the Market for this code. Is there any way to remove this warning?
#define Version "0.3"
The major version should not be less than one.
The major version should not be less than one.
Good afternoon!
Doindicator buffers save values between indicator runs or I have some glitches with the terminal?
I built an indicator, then I commented out the counting algorithm and pressed compile - all values remain on the chart. I think I may need to put the indicator on the chart again to update the buffer values; I put it with missing calculation cycle and it still has the same values. Had to restart the terminal to get rid of it.
Please comment on this.
Thank you!