formating CSV Tick data for MT4

 

hi,

I have tick data in CSV files, however the data is broken into columns whereas when you look at data exported from mt4 into CSV the data is in a single column. Can anyone tell me a way to easily format my CSV files so they can be imported into MT4?? my files are 10years of ticks, so pretty big.. 


many thanks

 
Write a small script to fix the files.
 
lippmaje:
Write a small script to fix the files.

Thanks, I'm trying to learn to code at the moment. I'll have a look at the suggested links above

 
Topics concerning MT4 and MQL4 have their own section.
In future please post in the correct section.
I will move your topic to the MQL4 and Metatrader 4 section.
 
Matthew Winfield:

Thanks, I'm trying to learn to code at the moment. I'll have a look at the suggested links above

Knowing how to code is really an advantage in such cases.

I'd recommend to get acquainted with one of the more common languages like Java, PHP, Perl or Python and visit a coding site like Stack Overflow.