请问这两种写法有什么区别 [金字塔]
- 咨询内容:
if holding>0 then begin
if enterprice-low>=i then
sell(1,v1,thisclose); 这个是收盘价交易
end
if holding=0 then begin
if high>=bbreak then
buy(1,v1);这个没有交易命令,盘中好像不会开仓呀 为什么,这种写法要怎么用
end
if holding=0 then begin
if low<=sbreak then
buyshort(1,v1);
end
end - 金字塔客服: buy函数少了价位参数
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 262069696 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容