TradingLogic
/
富途牛牛
/
Technical
Search
Notion
Technical
Search
D1:=20 D2:=60 D3:=120
MA1:MA(CLOSE,D1),COLORWHITE,DOTLINE; MA2:MA(CLOSE,D2),COLORRED,DOTLINE; MA3:MA(CLOSE,D3),COLORBLUE,DOTLINE;
EMA1:EMA(CLOSE,D1),COLORWHITE; EMA2:EMA(CLOSE,D2),COLORRED; EMA3:EMA(CLOSE,D3),COLORBLUE;
DRAWICON(CURRBARSCOUNT=D1+1,C,5); DRAWICON(CURRBARSCOUNT=D2+1,C,5); DRAWICON(CURRBARSCOUNT=D3+1,C,5);
Drag image to reposition
双均线抵扣价(富途牛牛)
富途牛牛
D1:=20 D2:=60 D3:=120
ML:(EMA(CLOSE,D2)-EMA(CLOSE,D3))/EMA(CLOSE,D3)*100,COLORRED,STICK; CS:(CLOSE-EMA(CLOSE,D1))/EMA(CLOSE,D1)*100,LINETHICK1,COLORWHITE; SM:(EMA(CLOSE,D1)-EMA(CLOSE,D2))/EMA(CLOSE,D2)*100,LINETHICK1,COLORYELLOW;
Drag image to reposition
乖离率(富途牛牛)
富途牛牛
HSL:VOL/CAPITAL*100,NODRAW DD:SUMBARS(VOL,CAPITAL),NODRAW HS:MA(C,DD),COLORYELLOW HSX:EMA(C,DD),COLORYELLOW,LINETHICK2
Drag image to reposition
全换手成本线(富途牛牛)
富途牛牛