Thread: Ask!
View Single Post
  #589 (permalink)  
Old 05-13-2007, 04:28 PM
kidhudi kidhudi is offline
Member
 
Join Date: Jan 2006
Posts: 64
kidhudi is on a distinguished road
hi Coders' Guru i was wonering if you could help me. i have this indicator that exports intraday data into eod data format. the only thing is it has a "date","time","open","high","low","close". and the program i want to use it for uses yahoo csv file format (date,open,high,low,close), i tried everything to remove the "time" column but i can't figure it out. if you could take a look at it and help me out i would really apprecciate it. also the program i want to use(refined eliot trader) is weird. it can tell the differance between a regular .csv file and a .csv file downloaded from yahoo ( probably because the date in the yahoo file is YYYY-MM-DD format and the indicator is in YYYMMDD format. but that isn't a big problem if i just delete all the files and only have one file at a time. if you have time please take a look at it for me.. thanks so much

DID IT.... thanks anyway guys
Attached Files
File Type: mq4 AGData.mq4 (4.9 KB, 14 views)

Last edited by kidhudi; 05-15-2007 at 02:27 AM.
Reply With Quote