您现在的位置:好股网 >> 股票资讯 >> 股票知识
股票资讯分类导航
股票入门 股票知识 炒股经验 股市实战
精品股票资讯
更多>>
本文好评率0%

同花顺指标——买卖特灵(副图)

出处:blog_6c67c1430102eosr时间:2015-01-21 22:16:00人气:
Tags:

买卖特灵副图源码:

趋势线: 3*SMA((CLOSE-LLV(LOW,27))/(HHV(HIGH,27)-LLV(LOW,27))*100,5,1)-2*SMA(SMA((CLOSE-LLV(LOW,27))/(HHV(HIGH,27)-LLV(LOW,27))*100,5,1),3,1),  colorblue;
见底信号: 10,colorred;
买点准备: IF(趋势线<=10,50,0),colorgreen;
买入时间: IF(CROSS(趋势线,见底信号),100,0),coloryellow;

对我有用(0)对我没用(0)