股票數(shù)據(jù)格式大全,股票數(shù)據(jù)格式分析 http://alantop.5166.info
我以招商銀行為例說明其數(shù)據(jù)格式:
日線數(shù)據(jù)存放在 C:\Program Files\國泰君安證券\超強版\vipdoc\sh\lday
文件名: sh600036.day
以下是數(shù)據(jù)文件圖片顯示.首頁內(nèi)顯示不了圖片,請點擊標題進入看.
其每32個字節(jié)記錄的是一日線數(shù)據(jù):
其數(shù)據(jù)結構定義如下:
typedef struct mystructtag
{
int date;
int open;
int high;
int low;
int close;
float amount;
int vol;
int reservation;
} StockData;
這個數(shù)據(jù)是以上圖片翻譯的兩行數(shù)據(jù)
日期 開牌價 最高價 最低價 收盤價 成交量
20020409 10.51 10.88 10.51 10.66 414108800
20020410 10.66 10.70 10.39 10.60 67945400
客戶合作定制 見個人主頁聯(lián)系 http://alantop.5166.info