Errors, bugs, questions - page 1004

 
ns_k:

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?

 
Thank you.
 
#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?

Документация по MQL5: Основы языка / Препроцессор / Свойства программ (#property)
Документация по MQL5: Основы языка / Препроцессор / Свойства программ (#property)
  • www.mql5.com
Основы языка / Препроцессор / Свойства программ (#property) - Документация по MQL5
 
TheXpert:
#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"

 
TheXpert:
#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?

Major version should not be less than one.
 
tara:

#define Version "0.3"

This won't show the version...
 
Renat:
The major version should not be less than one.
I've got that already. Is there any way to remove this warning? Changing the version is not an option.
 
Renat:
The major version should not be less than one.
It's not about the version, it's about not imposing a service. What does the market have to do with it anyway?
 

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!

Reason: