Forum

Older items

Hi all! A long time ago, when I was just learning how to program in mql4, I came across such a concept as old and new points. And in all of the examples from tutorials, a check has been added: if ((digits==5) || (digits==3)) { dp=deltaPrice*10; } Sort of a conversion of old points to new ones in