Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
如何定义第二金叉?
谢谢,具体代码如何写啊,
variable:n=0;
if 金叉 and n=0 then n:=1;
if 金叉 and n=1 then begin
buy();
n:=0;
end
谢谢
6楼代码运行结果怎么不符合要求?把你的思路完整的描述一遍。