elder-ray.afl

来自「一个更精度的平滑涵数, 可用于股票交易系统.用于Amibroker 平台」· AFL 代码 · 共 32 行

AFL
32
字号
//------------------------------------------------------------------------------
//
//  Formula Name:    Elder-ray
//  Author/Uploader: Rob Stewart 
//  E-mail:          stewartr@mediaone.net
//  Date/Time Added: 2001-08-10 19:11:45
//  Origin:          Dr. Alexander Elder "Trading For A Living"
//  Keywords:        "Elder-ray"
//  Level:           semi-advanced
//  Flags:           commentary
//  Formula URL:     http://www.amibroker.com/library/formula.php?id=97
//  Details URL:     http://www.amibroker.com/library/detail.php?id=97
//
//------------------------------------------------------------------------------
//
//  Elder-ray combine the best features of trend-following indicators and
//  oscilators. It includes an exponential moving average, which is a
//  trend-following indicator. Its Bull Power and Bear Power components are
//  oscillators.
//
//  See also Elder Bear Power.alf and Elder Bull Power.alf
//
//------------------------------------------------------------------------------

Commentary file only - describes how to setup the Elder-ray portion of Dr. Alexander Elder's 
Elder-ray indicator.

Setup a price bar graph with an EMA 13.
Also load the other 2 indicators; Elder Bull Power and Elder Bear Power.

You trade in the direction of the slope of the EMA (the trend), and use Bear/Bull power
to determine entry and exit points for your trades in the direction of the trend.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?