how can i write bid and ask every time it change into a csv file. because by my code it only write first 1 only
how can i write bid and ask every time it change into a csv file. i need EA which write to csv file all time or every time the bid and ask prices change.
See this thread for examples

- 2014.05.11
- www.mql5.com
- Youg Chee: how can i write bid and ask every time it change into a csv file. i need EA which write to csv file all time or every time the bid and ask prices change.
You asked the question but that isn't what your problem is.
How To Ask Questions The Smart Way. (2004)
The XY Problem -
You are opening the file and overwriting the only line. You need to append to the file. Write to File Syntax - MQL4 programming forum
-
You asked the question but that isn't what your problem is.
How To Ask Questions The Smart Way. (2004)
The XY Problem -
You are opening the file and overwriting the only line. You need to append to the file. Write to File Syntax - MQL4 programming forum
if you know mql5 code to append or to do everything please do help me by posting code here, i would really appreciate it

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
how can i write bid and ask every time it change into a csv file. i need EA which write to csv file all time or every time the bid and ask prices change.