https://www.myziyuan.com/
- 黑客帝国
- 您好,程序化交易源代码的编程是根据人工的思路用软件上的语言编写的自动交易程序,每个软件上的编写程序都有用法说明的,或者您请人为你写程序也可以。祝您生活愉快!
- 2021-03-07 20:25:20
- hhcw0320
- function GetHoldStr(sAccount) dim i dim BuyHold dim BuyCost dim SellHold dim SellCost dim CurCode dim CurMarket On Error resume Next HoldingCount=Order.Holding2(sAccount) If HoldingCount>0 then For i=0 to HoldingCount-1 Call Order.HoldingInfo2(i,BuyHolding,BuyCost,BuyTodayHolding,SellHolding,SellCost,SellTodayHolding,PNL,UseMargin,Code,Market,sAccount) CurCode=Code CurMarket=Market BuyHold=BuyHolding SellHold=SellHolding HoldStr=HoldStr & CurCode if BuyHold>0 then call order.sell(1,BuyHold,0,0,CurCode,CurMarket,sAccount,0) end if if SellHold>0 then call order.sellshort(1,SellHold,0,0,CurCode,CurMarket,sAccount,0) end if Next End If End function
- 2021-02-12 07:16:39
- 追梦
- 哪些国内期货交易软件支持程序化交易的,文华财经应该是可以的。具体情况可以在文华的论坛咨询。不过市场的随机波动;是程序化交易无法模拟的。以k线的形态;作为基准一旦失误;亏损恐怕也是很惊人的。
- 2021-02-12 07:16:39