Rank: Member
Groups: Registered, Registered Users Joined: 2/3/2007(UTC) Posts: 13
|
Hi forumners,
I download EOD data in ASCII format, and use Downloader to convert them into Metastock Database every day. Now I have a better source of data which provides fine-grained trading records, and I want to use them to generate intraday historical data every night, for better analytical-purpose. My question is related to the ASCII format of intraday data. As far as I know, intraday data can be imported in the following format:
<TICKER>,<NAME>,<PER>,<DATE>,<TIME>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL>,<OPENINT> INTC*15,INTC*15,15,20040518,14:30:00,27.30000,27.31000,27.24000,27.28000,1900111,0 INTC*15,INTC*15,15,20040518,14:45:00,27.29000,27.30000,27.23000,27.24000,920000,0
Take the period length of 15min as an example, the question is, what if during a period, there is no deal at all? If I skip this 15min period in the ASCII file, metastock would complain about "invalid period". If I fill this 15min period with <VOL>=0, what should be the different price field? -- a different price could make indicators such as Stochastic (which depends on the price) behave differently. Is there a way to let Metastock know that, there is no trades during a period, and it should just skip this period...
Thank you!
ifiaas
|