文件名称:CPPstock-stratage
- 所属分类:
- 金融证券系统
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-02-25
- 文件大小:
- 2.25mb
- 下载次数:
- 2次
- 提 供 者:
- SUN JI******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
功能说明:
1.目前只支持单个股票交易账号登录,账号类型暂时只支持上海深圳A、上海B和深圳B的股票账户。
2.在满足买入、卖出条件时,程序只进行委托下单操作。判断成交与否以及挂单不能成交时挂多久才进行撤单、买不到指定数量的股票或卖不出指定数量时要怎样处理等操作还需要进一步提供需求才能继续完善程序。即目前本程序只保证下单成功,不保证一定成交。
3.如果单笔下单超过1000000股则分笔下单。
4.支持查看从股票池选择的股票列表的实时行情、持仓信息、资金信息、当日委托和成交记录。
5.可以手动选择策略执行的周期,例如60秒。
6.买入的话按照卖一价买入,卖出的话按照买一价卖出,委托类型为限价委托。-Function Descr iption:
1. Currently supports only a single stock trading account login, account type only supports Shanghai Shenzhen A, B Shanghai and Shenzhen B shares account.
2. meet to buy, sell when the conditions and procedures commissioned only a single operation. Analyzing deal or not, and can not hang pending transaction when the frequency of such cancellation, how can not buy or sell a specified number of shares not specify when the number of processing operations needed to further requirements in order to continue to improve procedures. This procedure can only guarantee that the current single success is not guaranteed deal.
3. If the single pen over one million shares in a single pen single points.
4. Support to view real-time quotes stock selection pool stock list position information, financial information, transaction records and the date of commission.
5. Select the policy cycle can be performed manually, for example, 60 seconds.
6. Buy a selling price in ac
1.目前只支持单个股票交易账号登录,账号类型暂时只支持上海深圳A、上海B和深圳B的股票账户。
2.在满足买入、卖出条件时,程序只进行委托下单操作。判断成交与否以及挂单不能成交时挂多久才进行撤单、买不到指定数量的股票或卖不出指定数量时要怎样处理等操作还需要进一步提供需求才能继续完善程序。即目前本程序只保证下单成功,不保证一定成交。
3.如果单笔下单超过1000000股则分笔下单。
4.支持查看从股票池选择的股票列表的实时行情、持仓信息、资金信息、当日委托和成交记录。
5.可以手动选择策略执行的周期,例如60秒。
6.买入的话按照卖一价买入,卖出的话按照买一价卖出,委托类型为限价委托。-Function Descr iption:
1. Currently supports only a single stock trading account login, account type only supports Shanghai Shenzhen A, B Shanghai and Shenzhen B shares account.
2. meet to buy, sell when the conditions and procedures commissioned only a single operation. Analyzing deal or not, and can not hang pending transaction when the frequency of such cancellation, how can not buy or sell a specified number of shares not specify when the number of processing operations needed to further requirements in order to continue to improve procedures. This procedure can only guarantee that the current single success is not guaranteed deal.
3. If the single pen over one million shares in a single pen single points.
4. Support to view real-time quotes stock selection pool stock list position information, financial information, transaction records and the date of commission.
5. Select the policy cycle can be performed manually, for example, 60 seconds.
6. Buy a selling price in ac
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C++股票策略程序例子\StockListExample.txt
...................\.....StrategyApp\Debug\StockStrategyApp.exe
...................\................\.....\StockStrategyApp.pdb
...................\................\Release\StockStrategyApp.exe
...................\................\StockStrategyApp\DataDlg.cpp
...................\................\................\DataDlg.h
...................\................\................\Lock.cpp
...................\................\................\Lock.h
...................\................\................\LogDlg.cpp
...................\................\................\LogDlg.h
...................\................\................\OrderDlg.cpp
...................\................\................\OrderDlg.h
...................\................\................\PosDlg.cpp
...................\................\................\PosDlg.h
...................\................\................\ReadMe.txt
...................\................\................\res\StockStrategyApp.ico
...................\................\................\...\StockStrategyApp.rc2
...................\................\................\resource.h
...................\................\................\stdafx.cpp
...................\................\................\stdafx.h
...................\................\................\StockBuyStrategy.cpp
...................\................\................\StockBuyStrategy.h
...................\................\................\StockDatePriceSeq.cpp
...................\................\................\StockDatePriceSeq.h
...................\................\................\StockHandler.cpp
...................\................\................\StockHandler.h
...................\................\................\StockPool.cpp
...................\................\................\StockPool.h
...................\................\................\StockRealtimeInfo.cpp
...................\................\................\StockRealtimeInfo.h
...................\................\................\StockSellStrategy.cpp
...................\................\................\StockSellStrategy.h
...................\................\................\StockStrategy.cpp
...................\................\................\StockStrategy.h
...................\................\................\StockStrategyApp.aps
...................\................\................\StockStrategyApp.cpp
...................\................\................\StockStrategyApp.h
...................\................\................\StockStrategyApp.rc
...................\................\................\StockStrategyApp.vcxproj
...................\................\................\StockStrategyApp.vcxproj.filters
...................\................\................\StockStrategyApp.vcxproj.user
...................\................\................\StockStrategyAppDlg.cpp
...................\................\................\StockStrategyAppDlg.h
...................\................\................\StockTrader.cpp
...................\................\................\StockTrader.h
...................\................\................\targetver.h
...................\................\................\TradedDlg.cpp
...................\................\................\TradedDlg.h
...................\................\................\WindQuantAPI.h
...................\................\................\WindQuantData.lib
...................\................\................\WindTradeAPI.h
...................\................\................\WindTradeAPI.lib
...................\................\................\WQuantDataBase.cpp
...................\................\................\WQuantDataBase.h
...................\................\StockStrategyApp.sln
...................\使用说明文档.docx
...................\程序结构说明.doc
...................\StockStrategyApp\StockStrategyApp\res
...................\................\Debug
...................\................\Release
...................\................\Stock