以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://weistock.com/bbs/index.asp) -- 高级功能研发区 (http://weistock.com/bbs/list.asp?boardid=5) ---- [原创]一个可以在金字塔中使用的VBA股票下单接口 (http://weistock.com/bbs/dispbbs.asp?boardid=5&id=9727) |
-- 作者:梦想 -- 发布时间:2012/1/25 20:42:43 -- [原创]一个可以在金字塔中使用的VBA股票下单接口 一个可以在金字塔中使用的VBA股票下单接口 1、股票委托下单仅支持申银万国 2、使用VBA宏 3、使用AUTOIT3.X执行下单指令 4、全部源码开放。
具体可以到 http://www.weistock.com/download/StockKey.zip 下载 也可以联系QQ:503840188 索取
以下仅为VBA部份 VBA===================================================================== dim Reuslt Sub UserForm1_cmdStart_Click() UserForm1_TextBox1.text=UserForm1_TextBox1.text&vbCrLf&"UserForm1_optBuy.value="& UserForm1_optBuy.value UserForm1_TextBox1.text=UserForm1_TextBox1.text&vbCrLf&"UserForm1_optSell.value="& UserForm1_optSell.value Reuslt = Document.GetPrivateProfileString ("指令", "交易状态", "未知", iniFile) \'Reuslt = Document.GetPrivateProfileString ("指令", "交易状态", "未知", iniFile) \'Wend msgbox("strStockCode"&strStockCode&"strStockVolume"&strStockVolume&"strStockPrice"&strStockPrice&"strTradeDirection"&strTradeDirection) Reuslt = Document.WritePrivateProfileString ("指令", "证券代码", strStockCode, iniFile)
|
-- 作者:随风 -- 发布时间:2012/1/25 23:24:04 -- 谢谢 分享 做好事 必有好报!
|
-- 作者:shy508 -- 发布时间:2012/1/26 11:47:44 -- 高人高人啊! |
-- 作者:guotx2010 -- 发布时间:2012/1/28 22:14:38 -- 听说金字塔开年就会推出股票自动交易功能了。
|
-- 作者:shshtiger -- 发布时间:2012/10/16 22:03:26 -- 谢谢~~~~~~~~~~ |