[Full]
完整版
[Rss]
订阅
[Xml]
无图版
[Xhtml]
无图版
Rss
& SiteMap
金字塔客服中心 - 专业程序化交易软件提供商
http://www.weistock.com/bbs/
专业程序化软件提供商
◎
金字塔客服中心 - 专业程序化交易软件提供商
→
公式模型编写问题提交
→
一个5日线开空平空,破5日线开空,上到5日线之上平空 如何编写
共2 条记录, 每页显示 10 条, 页签:
[1]
[浏览完整版]
标题:一个5日线开空平空,破5日线开空,上到5日线之上平空 如何编写
1楼
代人发贴
发表于:2019/7/5 10:21:01
写一个5日线开空平空,破5日线开空,上到5日线之上平空
2楼
FireScript
发表于:2019/7/5 10:31:03
一下代码供参考:
ma5:ma(c,5);
kccd:cross(ma5,c);
pccd:cross(c,ma5);
buyshort(holding=0 and kccd,1,market);
sellshort(holding<0 and pccd,holding,market);
共2 条记录, 每页显示 10 条, 页签:
[1]
Powered By
Dvbbs
Version 8.3.0
Processed in 0.00977 s, 3 queries.
[Full]
完整版
[Rss]
订阅
[Xml]
无图版
[Xhtml]
无图版