微信扫一扫,快速登录
38
91
等级: 免费版
使用道具 举报
20
1万
等级: 超级版主
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; diff50_h:=hhv(diff,50); diff50_l:=llv(diff,50); ma50:=ma(c,50); h50:=ref(hhv(h,50),1); l50:=ref(llv(l,50),1); majc:cross(h,h50); masc:cross(l50,l); 顶背离:majc and diff<ref(DIFF50_H,1); 底背离:masc and diff>ref(DIFF50_L,1);
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|上海金之塔信息技术有限公司 ( 沪ICP备13035422号 )
GMT+8, 2025-4-30 07:02 , Processed in 0.159621 second(s), 21 queries .
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.