以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://weistock.com/bbs/index.asp) -- 公式模型编写问题提交 (http://weistock.com/bbs/list.asp?boardid=4) ---- 请求翻译一下意思 (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=140678) |
-- 作者:qq代人发帖 -- 发布时间:2016/10/11 16:14:36 -- 请求翻译一下意思 //level1
macd15:"macd.macd1##min15",linethick0; //level2 macd5:"macd.macd1##min5",linethick0; //level3 macd:"macd.macd1",linethick0; long:=macd15>=0 and macd5>=0 and macd>=0; longend:=macd5<0 and macd<0; short:=macd15<0 and macd5<0 and macd<0; shortend:=macd5>=0 and macd>=0; 请求翻译一下意思,我文华过来的,还不懂 |
-- 作者:jinzhe -- 发布时间:2016/10/11 16:37:16 -- //level1 上面4句就是各种周期的macd值的判断了 |