CCIDI+- COMBO indicator.afl
上传用户:shiqiang
上传日期:2009-06-12
资源大小:1289k
文件大小:1k
源码类别:

金融证券系统

开发平台:

Others

  1. //------------------------------------------------------------------------------
  2. //
  3. //  Formula Name:    CCI/DI+- COMBO indicator
  4. //  Author/Uploader: Mark Richter 
  5. //  E-mail:          dowtrader247@hotmail.com
  6. //  Date/Time Added: 2002-08-19 03:52:05
  7. //  Origin:          
  8. //  Keywords:        CCI
  9. //  Level:           basic
  10. //  Flags:           indicator
  11. //  Formula URL:     http://www.amibroker.com/library/formula.php?id=212
  12. //  Details URL:     http://www.amibroker.com/library/detail.php?id=212
  13. //
  14. //------------------------------------------------------------------------------
  15. //
  16. //  This is a long term Buy/Sell indicator. Based on a MA of the CCI indicator
  17. //  and the DI+ and DI- indicators.
  18. //
  19. //------------------------------------------------------------------------------
  20. Graph0=MA((CCI(14)+((PDI()-MDI())-20)*30),45);