Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
高2:=ref(h,2);高3:=ref(h,3);高4:=ref(h,4); ...//无限或到50
if (h<前高 and enterbars=1)or(enterbars=2 and h<高2)or(enterbars=3 and h<高3)or(enterbars=4 and h<高4)... ...then aaa:=aaa1;//无限或到50
可以如何写,穷举到50
这个循环不了 ref不能写仅循环里面
可否简化