查看完整版本: 股价趋势

yngs 2003-10-10 22:00

股价趋势

[code]
股价趋势: 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);
底部警戒: 10,colorred;
买入警戒:STICKLINE(股价趋势<=10,0,20,2,0),coloryellow;
买入信号: STICKLINE(CROSS(股价趋势,底部警戒),0,30,3,0)colorgreen,linethick2;
顶部警戒: 90,colorffbb66;
卖出警戒:STICKLINE(股价趋势>=85,100,80,2,0),colormagenta;
止损出局:STICKLINE(CROSS(顶部警戒,股价趋势),100,70,3,0),colorfff666;
[/code]

廊桥 2003-10-10 22:00

股价趋势

谢谢……

ayqjg 2003-10-10 22:00

股价趋势

谢谢……

dm 2004-2-1 16:54

谢谢

sunwkwg 2004-5-1 09:55

谢谢

股海/淘金 2005-4-21 08:38

ok

lph1688 2005-5-4 01:29

顶~~

mokun 2005-5-10 14:09

谢谢楼主!!!

sbf 2005-6-7 09:58

学习

gvc044578 2005-6-8 21:30

谢谢……

zsqfd 2005-6-11 14:12

谢谢

dfhzx 2005-6-13 09:56

hh

372100 2005-6-15 11:01

谢谢楼主!!

绿色通道 2005-6-16 16:30

谢了

绿色通道 2005-6-23 06:18

ok

蓝天 2005-6-23 08:28

谢谢了

jeiny 2005-6-23 13:55

thanks:cool:

lyk 2005-10-11 13:25

谢谢

普贤真人 2005-10-17 16:37

用了,一般。

gl542400 2006-1-25 11:42

:p::cool:

文印 2006-1-26 09:48

谢谢支持原码提供

focxu 2006-1-26 12:24

能给个编好的公式吗

sxsy 2006-10-15 16:14

谢谢
页: [1]
查看完整版本: 股价趋势