通达信股票分析软件日线数据格式-股票数据格式大全,股票数据格式分析 http://alantop.5166.info...

股票数据格式大全,股票数据格式分析 http://alantop.5166.info


我以招商银行为例说明其数据格式:

日线数据存放在 C:\Program Files\国泰君安证券\超强版\vipdoc\sh\lday

文件名: sh600036.day

以下是数据文件图片显示.首页内显示不了图片,请点击标题进入看.

通达信股票分析软件日线数据格式-股票数据格式大全,股票数据格式分析 http://alantop.5166.info..._第1张图片

其每32个字节记录的是一日线数据:

其数据结构定义如下:

typedef struct mystructtag
{
    int date;
    int open;
    int high;
    int low;
    int close;
    float amount;
    int vol;
    int reservation;
} StockData;

 

这个数据是以上图片翻译的两行数据

日期 开牌价 最高价 最低价 收盘价 成交量

20020409 10.51 10.88 10.51 10.66  414108800
20020410 10.66 10.70 10.39 10.60 67945400

客户合作定制 见个人主页联系 http://alantop.5166.info

你可能感兴趣的:(通达信股票分析软件日线数据格式-股票数据格式大全,股票数据格式分析 http://alantop.5166.info...)