Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
3.还有昨日开盘价怎么取得(在1分钟周期上)
1.valuewhen(todaybar<=15,hhv(h,todaybar));
2.ref(all(l>ma(c,15)),1) and ref(cross(close,ma(c,15)),6);
3.callstock(stklabel,vtclose,6,-1);
第二行代码少写了参数5
2.ref(all(l>ma(c,15),5),1) and ref(cross(close,ma(c,15)),6);