[求助]誰能幫我修改一下阿火的VBA跟單程序? [金字塔]
- 咨詢內(nèi)容:
http://www.weistock.com/bbs/dispbbs.asp?boardid=10&id=9439&authorid=1617&page=0&star=3
原版出處在這里~
十六、CTP賬戶的跟單VBA代碼
B賬戶跟著A賬戶做單(前提是知道A賬戶的密碼,在同一個(gè)金字塔同時(shí)登陸A賬戶和B賬戶)
Sub ORDER_OrderStatusEx2(OrderID, Status, Filled, Remaining, Price, Code, Market, OrderType, Aspect, Kaiping, Account, AccountType)
if Status="Tradeing" and filled>0 and Account="8000000000" then
if aspect=0 then
if kaiping=0 then order.Buy 1,filled,0,0,code,market,"800000",0
if kaiping>0 then order.sellshort 1,filled,0,0,code,market,"800000",0
end if
if aspect=1 then
if kaiping=0 then order.Buyshort 1,filled,0,0,code,market,"800000",0
if kaiping>0 then order.sell 1,filled,0,0,code,market,"800000",0
end if
end if
End Sub
跟單代碼如上~
現(xiàn)在需要實(shí)現(xiàn)B賬戶跟蹤A賬戶下單~
但是保持B賬戶是A賬戶持倉的三分之一
具體思路是
A賬戶下單某合約成交后~
查詢B賬戶與A賬戶在該合約上的持倉~
保持該合約上B賬戶持倉為A賬戶的三分之一
多了就平少了就補(bǔ)~
- 金字塔客服:
幫個(gè)忙啊
都懸賞了的
- 用戶回復(fù):
兩個(gè)賬戶能否改一下用
ac1:="800000";
ac2:="8000000000"
這樣表示?
- 網(wǎng)友回復(fù):
VBA的問題需要一定時(shí)間安排處理,請不要急躁,謝謝
- 網(wǎng)友回復(fù):
我是覺得這個(gè)程序?qū)τ谟衯ba基礎(chǔ)的人來說簡直小菜啊~
至少有人回帖了~
謝謝~
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 1145508240 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價(jià)格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容