
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
So im writing a EA that will make use of live trade historical during optimization and i thought of writing the results to a csv when running and read during optimization.
Option #1: Read the scv during init and write to array?
Option #2: Read from a database(sql, etc..)
Is there an easier way ?
Thanks