龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2018-10-25 16:03

博易指标公式(简单趋势)

源码如下:
[code]
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;
[/code]


效果如下:
[attach]4887[/attach]

龙听 发表于 2018-10-25 16:03

原地址:[url]http://blog.sina.com.cn/s/blog_505cc3030100mw6t.html[/url]

页: [1]