CCIDI+- COMBO indicator.afl
上传用户:shiqiang
上传日期:2009-06-12
资源大小:1289k
文件大小:1k
源码类别:
金融证券系统
开发平台:
Others
- //------------------------------------------------------------------------------
- //
- // Formula Name: CCI/DI+- COMBO indicator
- // Author/Uploader: Mark Richter
- // E-mail: dowtrader247@hotmail.com
- // Date/Time Added: 2002-08-19 03:52:05
- // Origin:
- // Keywords: CCI
- // Level: basic
- // Flags: indicator
- // Formula URL: http://www.amibroker.com/library/formula.php?id=212
- // Details URL: http://www.amibroker.com/library/detail.php?id=212
- //
- //------------------------------------------------------------------------------
- //
- // This is a long term Buy/Sell indicator. Based on a MA of the CCI indicator
- // and the DI+ and DI- indicators.
- //
- //------------------------------------------------------------------------------
- Graph0=MA((CCI(14)+((PDI()-MDI())-20)*30),45);