微信扫一扫,快速登录
21
26
36
等级: 版主
您需要 登录 才可以下载或查看,没有帐号?
使用道具 举报
1万
等级: 超级版主
//macd指标模块 input:p(26,20,100,8),s(12,5,40,4),m(9,2,60,6); diff :=ema(close,s) - ema(close,p); dea :=ema(diff,m); macd1 :=2*(diff-dea), colorstick; //macd 大于0 且macd数值变小 con:all(macd1>0,2) and macd1<ref(macd1,1);
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|上海金之塔信息技术有限公司 ( 沪ICP备13035422号 )
GMT+8, 2025-7-30 06:06 , Processed in 0.123609 second(s), 22 queries .
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.