Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
How can Add data to a closed CSV file, without deleting it's last writed Data?
i use: int handle = FileOpen(FileName,FILE_CSV|FILE_WRITE,";"); but this syntax delete file data
__________________
there wil be nothig for a person exept his efforts (Emam Ali Alayhesalam)
M.A.Gh
How can Add data to a closed CSV file, without deleting it's last writed Data?
i use: int handle = FileOpen(FileName,FILE_CSV|FILE_WRITE,";"); but this syntax delete file data
anyone know if you can import settings from a file and assign them to a var in an expert?
of course, you can use FileOpen(FileName,FILE_CSV|FILE_WRITE,";"); for prewrited file then use related reading syntax such as FileReadArray,FileReadString, ....
__________________
there wil be nothig for a person exept his efforts (Emam Ali Alayhesalam)
M.A.Gh
I believe Period_Converter_Opt.mq4 writes a new line for every time it converts. it runs as ind not scrpt
thank you very much lowphat, the file that you have attached was so usefull, this program, use FileTell Syntax to find pointer position, and then use the FileSeek to Set the pointer position of file, so the new data can be writen right after the last ones
__________________
there wil be nothig for a person exept his efforts (Emam Ali Alayhesalam)
M.A.Gh