公式网-网站导航


网站搜索:  

股票公式指标网 发表于2010/5/24 7:27:29

暴跌后的补仓 (解套的法宝 源码)

 

C/C++ www.gszb.com 股票公式指标网提供 Code复制内容到剪贴板
  1. Var2:=REF(LOW,1);    
  2. Var3:=SMA(ABS(LOW-Var2),3,1)/SMA(MAX(LOW-Var2,0),3,1)*100;    
  3. Var4:=EMA(IF(CLOSE*1.3,Var3*10,Var3/10),3);    
  4. Var5:=LLV(LOW,30);    
  5. Var6:=HHV(Var4,30);    
  6. Var7:=IF(MA(CLOSE,58),1,0);    
  7. Var8:=EMA(IF(LOW<=Var5,(Var4+Var6*2)/2,0),3)/618*Var7;    
  8. Var9:=IF(Var8>100,100,Var8);    
  9. 吸筹:STICKLINE(Var9>-120,0,Var9,6,1),colorf00ff0;    
  10. LC:=REF(CLOSE,1);    
  11. RSI:SMA(MAX(CLOSE-LC,0),4.1,1)/SMA(ABS(CLOSE-LC),4.1,1)*100,COLORFF937F;    
  12. 黄买:filter((ref(close,2)<close and rsi<25),7),colorYELLOW;    
  13. stickline(黄买,0,18,10,1),colorYELLOW;    
  14. 黄卖:=filter((ref(close,2)>close and rsi>80),7);    
  15. stickline(黄卖,100,82,10,1),colorYELLOW;    
  16. 红买:filter(CROSS(RSI,11),7),colorred;    
  17. stickline(红买,0,12,6,1),colorred;    
  18. 红卖:=filter(CROSS(89,RSI),7);    
  19. stickline(红卖,100,88,6,1),colorred;    
  20. 绿买:filter(CROSS(rsi,20),7),color00ff00;    
  21. stickline(绿买,0,6,6,1),color00ff00;    
  22. 绿卖:=filter(CROSS(80,rsi),7);    
  23. stickline(绿卖,100,94,6,1),color00ff00;   
  24.    

暴跌后的补仓 (解套的法宝 源码)



网站搜索:  



Copyright © 2009-2010 gszb.com ™,All Rights Reserved. 
公式网-www.gszx.com.cn-股票指标公式网