Skip to content

通达信实现缠论K线合并、分型识别、笔识别和画笔

Notifications You must be signed in to change notification settings

louis-gg/tdxchanbi

Repository files navigation

FRAC2:=TDXDLL2(1,H,L,C);
DRAWLINE(FRAC2=-1,L,FRAC2=+1,H,0), DOTLINE,LINETHICK2, COLORRED;
DRAWLINE(FRAC2=+1,H,FRAC2=-1,L,0), DOTLINE,LINETHICK2,COLORBLUE;

M5:MA(C,5),LINETHICK1,COLORYELLOW;

M10:MA(C,10),LINETHICK1,COLORRED;

M30:MA(C,30),LINETHICK1,COLORLIGRAY ;
M60:MA(C,60),LINETHICK1,COLORGREEN;

M100:MA(C,100),LINETHICK1,COLORMAGENTA;

M200:MA(C,200),LINETHICK1,COLORBLUE;

About

通达信实现缠论K线合并、分型识别、笔识别和画笔

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published