elder bull power.afl

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

AFL
30
字号
//------------------------------------------------------------------------------
//
//  Formula Name:    Elder Bull Power
//  Author/Uploader: Rob Stewart 
//  E-mail:          stewartr@mediaone.net
//  Date/Time Added: 2001-08-10 18:59:53
//  Origin:          Dr. Alexander Elder "Trading For A Living"
//  Keywords:        "Elder-ray" "Bull Power"
//  Level:           semi-advanced
//  Flags:           indicator
//  Formula URL:     http://www.amibroker.com/library/formula.php?id=94
//  Details URL:     http://www.amibroker.com/library/detail.php?id=94
//
//------------------------------------------------------------------------------
//
//  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-ray.alf and Elder Bear Power.alf
//
//------------------------------------------------------------------------------

graph0style = 2;
graph1style=2;
graph0color=12;
graph1color=5;
graph0 = High - ema(Close,13);

⌨️ 快捷键说明

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