- UID
- 2
- 积分
- 2874674
- 威望
- 1387366 布
- 龙e币
- 1487308 刀
- 在线时间
- 13156 小时
- 注册时间
- 2009-12-3
- 最后登录
- 2024-11-24
|
源码如下:
- BASE:(HHV(HIGH,21)+LLV(LOW,21))/2,COLORFF0080;
- STICKLINE(CLOSE>=BASE,O,C,0.5,0 ),COLORRED;
- STICKLINE(CLOSE>=BASE,O,H,0.3,0 ),COLORRED;
- STICKLINE(CLOSE>=BASE,O,L,0.3,0 ),COLORRED;
- STICKLINE(CLOSE<BASE,O,C,0.5,0 ),COLORCYAN;
- STICKLINE(CLOSE<BASE,O,L,0.3,0 ),COLORCYAN;
- STICKLINE(CLOSE<BASE,O,H,0.3,0 ),COLORCYAN;
- STICKLINE(CLOSE<BASE,O,C,3,0),COLORFF6600;
- STICKLINE(CLOSE<BASE,O,C,2,0),COLORFF9900;
- STICKLINE(CLOSE<BASE,O,C,1.2,0),COLORFFCC00;
- STICKLINE(CLOSE<BASE,O,C,0.2,0),COLORCYAN;
- STICKLINE(CLOSE>=BASE,O,C,3,0),COLOR000099;
- STICKLINE(CLOSE>=BASE,O,C,2,0),COLOR0000CC;
- STICKLINE(CLOSE>=BASE,O,C,1.3,0),COLOR0000FF;
- STICKLINE(CLOSE>=BASE,O,C,0.3,0),COLORCC66FF;
复制代码
效果如下:
|
论坛官方微信、群(期货热点、量化探讨、开户与绑定实盘)
|