Convert Yahoo .CSV file to Metastock format

#11
Re: Convert ***** .CSV file to Metastock format

i have download bse data form bavav it .com the file downloaded in csv format and i am trying to convert in metastock as bsedata but i unable to covert it.pls tell some other software are needed or not , pl tell me the whole proccdure how to convert data in metastock step by step
thanks
vijay
 

lvgandhi

Well-Known Member
#12
Re: Convert ***** .CSV file to Metastock format

I have EOD files in the name of symbols ie for ABB file name is ABB. It has data in the format yyyymmdd,op,hi,lo,cl,vol. Can this be imported directly in metastock or what should be done
 
#13
Re: Convert ***** .CSV file to Metastock format

I have EOD files in the name of symbols ie for ABB file name is ABB. It has data in the format yyyymmdd,op,hi,lo,cl,vol. Can this be imported directly in metastock or what should be done
Answers to such questions have been posted earlier. Pls search the forum
m
 
#14
Re: Convert ***** .CSV file to Metastock format

For EoD

<ticker> <name> <date> <open> <high>,<low> <close> <volume> <o/i> <series>
You can also insert a header line at the top of the .csv file to specify the order of the data. This can be used to specify the order of the fields, instead of moving the columns to match the above sequence. In addition, you may need a comma after each field in the header. I am not sure if space works as delimiter.
Check on Downloader help and ASCII Source File layout. It is very helpful.
 

lvgandhi

Well-Known Member
#15
Re: Convert ***** .CSV file to Metastock format

You can also insert a header line at the top of the .csv file to specify the order of the data. This can be used to specify the order of the fields, instead of moving the columns to match the above sequence. In addition, you may need a comma after each field in the header. I am not sure if space works as delimiter.
Check on Downloader help and ASCII Source File layout. It is very helpful.
Thanks. for the hint. I have read Uasish post. But i Had doubt regarding usage of my format. Thanks for the reference.
 
#16
i see the below colums in the CSV (Derivatives) file i downloaded from NSE.
Which colums shud i keep and what other changes are required to Use "The Downloader" to convert into Metastock format ?


INSTRUMENT SYMBOL EXPIRY_DT STRIKE_PR OPTIONTYPE OPEN HIGH LOW CLOSE SETTLE_PR CONTRACTS VAL_INLAKH OPEN_INT CHG_IN_OI TIMESTAMP
 
#17
Hi every one., I Need some help. Im using a VBNet 2008 code to read Metastock data. Everything is working fine excepts for soem securties. They have, in my code, more records than appears in THe Downloader program and I cant find th error. does anyone wants to help me ?
tks
regards
 

Similar threads