
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
That's what I do when I get stuck.
..I also wrote an addition in my previous post.
Well, it doesn't change anything. It is executed in different conditions.
Please advise howCFileTxt library can write new data into the next line of the file.
It will overwrite the first line and not write the next one
Thank you
Please advise how CFileTxt library can write new data into the next line of the file.
It will overwrite the first line and not write the next one
Thank you
int reshandle=Txt.Open("STScan.csv",FILE_WRITE|FILE_CSV);
The idea is to do it in OnInit, so it won't overwrite the file
Please advise how CFileTxt library can write new data into the next line of the file.
It will overwrite the first line and not write the next one
Thank you
Thanks, doesn't work, keeps overwriting the first line, maybe because there's no carriage translation character, where do I put it here?
It's a pity that the documentation of functions from standard libraries is so bad
Thanks, doesn't work, keeps overwriting the first line, maybe because there's no carriage translation character, where do I put it here?
It's a pity that the documentation of functions from standard libraries is so bad
Thanks, doesn't work, keeps overwriting the first line, maybe because there's no carriage translation character, where do I put it here?
It's a pity that documentation of functions from standard libraries is so bad
Did they do that too?
Did they do that too?
Good afternoon!
Can you tell me why this code (from help) seems to work (the object is created), but I can't see any text on the chart?
Thank you for your reply.
...Maybe you have white text on a white background? :)
Thank you for your feedback.
I sort of figured it out (that's why I deleted the post).
If the name of the object "vertical line" is the same as the name of the object "text",
I can't see the line I want to display using the object "text", it won't show up.
Although what is the connection here is not clear objects are different (line and text)?
In general, the main thing that works.