【12.30帖子恢复】linuxbai 图表程序化求助 [金字塔]
- 咨询内容:
图表程序化,逐k模式,固定时间间隔1秒
语句大概如下:
GLOBALVARIABLE:mystate = 0;
if (mystate = 0 and some condition) then mystate := 1;
if (mystate = 1 and some condition 2) then mystate = 2;
if (mystate = 2) then begin buy(1 = 1, 1) //开仓一手,希望马上市价开仓,而不是等待周期结束 mystate = 0; end;
执行时通过自己的log可以确认执行到buy语句,但是不开仓,PleaceOrder.txt也没有下单记录 请问是哪儿的问题? - 金字塔客服:
对应 语句为 IF A AND B then
另外 some condition 是一个变量吗?对应语句变量中间不能有空格
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 1145508240 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容