ccidi+- combo indicator.afl
来自「一个更精度的平滑涵数, 可用于股票交易系统.用于Amibroker 平台」· AFL 代码 · 共 21 行
AFL
21 行
//------------------------------------------------------------------------------
//
// 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);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?