1:期货程序化交易源代码怎么开发
使用现成的交易平台,学习交易系统的语法,将自己的交易思路转换成公式,然后执行。
使用CTP交易接口,使用C++将自己的交易思路转换成程序代码,然后执行。
2:期货软件如何编写
改写不太可能,因为软件公司(文华财经、富远等)不可能给你源代码。如果你自己编写程序,还要期货公司为你开放数据接口才行。当然你可以反编译行情软件,但难度就比较大了。
3:各位程序猿哥哥,问一下什么软件可以通过编写代码交易股票期货c++? VB?
只要能使用Windows平台ApI都可以 应该跟语言无关 跟平台有关 vs支持c c++ VB 都能编这种软件
4:求期货交易软件-金字塔全平仓代码
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
5:谁有好的抄底逃顶指标源码,或者有关的网站论坛可以这些源码的也行呀
急求? 为啥?
源码? 那都是笑话 你想继续亏钱就继续找这种源码吧
6:益盟操盘手公式“ABJB”(按部就班),网上有源码,但都和操盘手上的不同。谁有真正的按部就班公式源码...
如果能只按照公式就能炒股,现在的有多少亿万富翁!
重要的是知识,不要相信这种东西了,所有的指标都只能是个参考作用,99%的指标都只能使用在股市整体向好的情况下,要想在弱市情况下赚钱,靠得是知识和智慧。