通达信定海神针副图源码

2016-05-04 11:29:00来源:本站整理浏览:205

浪1:=EMA(WINNER(C)*100,5),COLORYELLOW;
浪2:EMA(浪1,2),COLORLICYAN;
浪3:EMA(浪2,2),COLORLICYAN;
浪4:EMA(浪3,2),COLORLICYAN;
浪5:EMA(浪4,2),COLORLICYAN;
浪6:EMA(浪5,2),COLORLICYAN;
浪7:EMA(浪6,2),COLORLICYAN;
浪8:EMA(浪7,2),COLORLICYAN;
浪9:EMA(浪8,2),COLORLICYAN;
浪10:EMA(浪9,2),COLORLICYAN;
浪11:EMA(浪10,2),COLORLICYAN;
浪12:EMA(浪11,2),COLORLICYAN;
浪13:EMA(浪12,2),COLORLICYAN;
浪14:EMA(浪13,2),COLORLICYAN;
 N:=5;
转势线:浪1;
 VAR3:=DRAWLINE(转势线>=HHV(转势线,N)=1,转势线,转势线<=LLV(转势线,N)=1,转势线,1);
 XG:=REF(转势线,1)=REF(VAR3,1) AND 转势线>REF(转势线,1);
 A:STICKLINE(V=VAR3 AND V<浪4,转势线,转势线+10,1,0)COLORYELLOW;
 B:STICKLINE(XG,转势线,转势线+10,1,0),COLORRED;

股票公式栏目导航

本类热门

相关公式