[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 521
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
tick=OrderSend(Symbol(),OP_BUYLIMIT,volume,Fibo_138,0,0,Fibo38,NULL,magic,0,Red);
I have a question about static variables. Do they have a performance advantage over global variables (as they are functionally equivalent to them) and over local variables?
Outputs five decimal places: 1.34869.
And, if without the DoubleToStr function
then:
insert into eurousd(ASK, BID) values(1.349,1.3489);. I.e. 4 decimal places !
I wouldn't like to use conversion function to string, because it's preferable to have double type in database.
What may be the problem?
then StringConcatenate truncates the characters.
Так в аргумент функции print попадает уже строка, а не double. Суть в том, что если не использовать функцию DoubleToStr,
то StringConcatenate обрезает знаки.
The argument of the print function is a command to print a string and two doubles consecutively. Both doubles are truncated.
Feel free to put double in the base, since the conversion to string shows that the required precision is there.
With DoubleToStr the database gets what it needs.
How can the indicator window be programmed as a narrow strip
Как можно окно индикатора програмно сделать в виде узкой полоски
The cluster type?
It's crude but it'll do as an example, it's roughly from a landfill, so check it out.