Errors, bugs, questions - page 2234
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
On this simple script, run first with writing = true and then on another chart with writing = false, I get an error.
Obviously it's a bug, because third-party applications read the file with the same flags without any problems.
PS. Maybe someone has already written to the SR? What are the answers?
I wrote two years ago - application without movement. Please write again.
What is the application number?
What is the application number?
Open, Started: 2016.08.04 02:13, #1530548
By the way... why did the links stop working?
Description of the problem
here https://www.mql5.com/ru/forum/1111/page1648#comment_2702870 with pictures
And now this link looks like this:
https://www.mql5.com/ru/forum/1111/page1628#comment_2702870
Now started checking - all links in applications lead to nowhere... it was fine before... The links were absolute. Now I understood only by the date that the link refers to this requisition
By the way... why have the links stopped working?
Description of the problem
here https://www.mql5.com/ru/forum/1111/page1648#comment_2702870 with pictures
and now the link looks like this:
https://www.mql5.com/ru/forum/1111/page1628#comment_2702870
Now I've checked - all links in applications lead to nowhere... it was fine before... The links were absolute. Now I understand only by the date that the link refers to this application
It's been 20 pages in this thread for a long time.
It's been going on for 20 pages in this thread.
On this simple script, run with writing = true and then on another chart with writing = false, I get an error.
Result of running the script:
1. With writing = true
2. On the same chart with writing = false
3. on another chart with writing = false
The only change
as it should be...Accordingly instead of
left
return;
and deleted.
as being unnecessary.
What's wrong?
I realised I had done the experiment wrong.
Here is the result of repeating it:
Your error is that after writing to a file, the data only gets to disk after FileClose OR after forcibly resetting the data to disk by FileFlush
Otherwise how can you read a file that doesn't exist???
And yet I added a flag
How can last-price not be a multiple of TickSize?