软件名称:[B]蝶式解套-熊市操盘,下跌行情是如何解套的[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:3.00 KB
官方主页:Home Page
更新时间:2010-05-26 07:55:38
软件简介:
//蝶式解套
Var2:=REF(LOW,1);
Var3:=SMA(ABS(LOW-Var2),3,1)/SMA(MAX(LOW-Var2,0),3,1)*100;
Var4:=EMA(IF(CLOSE*1.3,Var3*10,Var3/10),3);
Var5:=LLV(LOW,30);
Var6:=HHV(Var4,30);
Var7:=IF(MA(CLOSE,58),1,0);
Var8:=EMA(IF(LOW<=Var5,(Var4+Var6*2)/2,0),3)/618*Var7;
Var9:=IF(Var8>100,100,Var8);
吸筹:STICKLINE(Var9>-120,0,Var9,6,1),colorf00ff0;
LC:=REF(CLOSE,1);
RSI:SMA(MAX(CLOSE-LC,0),4.1,1)/SMA(ABS(CLOSE-LC),4.1,1)*100,COLORFF937F;
黄买:filter((ref(close,2)<close and rsi<25),7),colorYELLOW;
stickline(黄买,0,18,10,1),colorYELLOW;
黄卖:=filter((ref(close,2)>close and rsi>80),7);
stickline(黄卖,100,82,10,1),colorYELLOW;
红买:filter(CROSS(RSI,11),7),colorred;
stickline(红买,0,12,6,1),colorred;
红卖:=filter(CROSS(89,RSI),7);
stickline(红卖,100,88,6,1),colorred;
绿买:filter(CROSS(rsi,20),7),color00ff00;
stickline(绿买,0,6,6,1),color00ff00;
绿卖:=filter(CROSS(80,rsi),7);
stickline(绿卖,100,94,6,1),color00ff00;
[url=http://www.70822.com/soft/sort013/sort02/down-20744.html]蝶式解套-熊市操盘,下跌行情是如何解套的[/url]