Floating numbers
-
Hello Mr. Dreema
It's nice to see that I still have to save my project on a server.
But now , when compling project to mq.4 , digits floating(again).
It's happen when use "Draw text"(value) on the chart.
Is it possible add "NormalizeDouble" and digits(how many) to
"Draw text" block(back) ? ... Sorry my bad english -
Do you have the problem of too long numbers? This is what I feel your problem is, because I don't really understand what you wrote (I'm also not native english)

-
 -
Daily % indicator works in comment line , with this code:
Buffer1[0]=DoubleToStr(PercChange, 2);I think "Draw text" block only read buffer value and not include DoubleToStr ?