联系方式 Contact

云指标公式网

淘宝:zb-mart.taobao.com

电话:18020657357

Q Q:396950280

网址:www.yzhibiao.com

搜索 Search

天圆地方主图指标公式

2014-9-4 12:50:00点击:
DRAWTEXT(HIGH>REF(HIGH,1) and REF(HIGH,2)>REF(high,1) and LOW>REF(LOW,1)
and REF(LOW,2)>REF(LOW,1)
and MA(CLOSE,5)<MA(close,10),L-0.4,'■'),COLORMAGENTA;
DRAWTEXT(HIGH<REF(high,1) and LOW<REF(LOW,1) and REF(HIGH,2)<REF(HIGH,1)
and REF(LOW,2)<REF(LOW,1)
and MA(CLOSE,5)>MA(CLOSE,10)
,H*1.05,'◎'), COLORYELLOW;