DislikedHi bj,
Below is a script that will convert history file (in the format *.hst) to CSV.
Offline chart's data is saved in history file. To open it you should use FileOpenHistory(handle,..).
Set FileNameHistory to the name of the history file, excluding any directory path. MT4 will always lookup history file in history folder.
Output CSV file will be in experts/files folder
Let me know how it works.
sangmaneIgnored
Thanks for your help!