
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
Here is line from expert:
But expert writes line by line from beginning of existing file. Perhaps it is necessary to tell expert to write to end of file with cycle statement, but I don't understand how write such cycle.
Edward
To add data to the end of CSV file use FileSeek.
File handle is not boolean, here is your code that saves Time, Bid, Ask.
Enable experts, and attach it to chart. after the expert deataching your file data1.csv will have contents something like this:Can you make your ea only record the last 50 ticks?
Can you make your ea only record the last 50 ticks?