Author:
Louis Christian Stoltz
How to load csv signals into an expert advisor. Here is some sample csv data:
Magic, opendate, closedate,openprice,closeprice,stoplevel,profitlevel,type,symbol
1,2014-01-23 14:43:00,2014-01-23 15:43:00,1.36440,0.00000,0.00000,0.00000,Buy,EURUSD
2,2014-01-23 14:43:00,2014-01-23 16:43:00,1.36440,0.00000,0.00000,0.00000,Buy,EURUSD
Important: Files can only be opened in the terminal_directory\experts\files folder (terminal_directory\tester\files if for expert testing)
So csv files must go there in those two folders.
Recommendations:
- Copy signals.csv into the two folders terminal_directory\experts\files folder and terminal_directory\tester\files
- Copy mq4 file to terminal_directory\experts\