Elder Bear Power.afl
上传用户:shiqiang
上传日期:2009-06-12
资源大小:1289k
文件大小:1k
源码类别:

金融证券系统

开发平台:

Others

  1. //------------------------------------------------------------------------------
  2. //
  3. //  Formula Name:    Elder Bear Power
  4. //  Author/Uploader: Rob Stewart 
  5. //  E-mail:          stewartr@mediaone.net
  6. //  Date/Time Added: 2001-08-10 19:00:38
  7. //  Origin:          Dr. Alexander Elder "Trading For A Living"
  8. //  Keywords:        "Elder-ray" "Bear Power"
  9. //  Level:           semi-advanced
  10. //  Flags:           indicator
  11. //  Formula URL:     http://www.amibroker.com/library/formula.php?id=95
  12. //  Details URL:     http://www.amibroker.com/library/detail.php?id=95
  13. //
  14. //------------------------------------------------------------------------------
  15. //
  16. //  Elder-ray combine the best features of trend-following indicators and
  17. //  oscilators. It includes an exponential moving average, which is a
  18. //  trend-following indicator. Its Bull Power and Bear Power components are
  19. //  oscillators.
  20. //
  21. //  See also Elder-ray.alf and Elder Bull Power.alf
  22. //
  23. //------------------------------------------------------------------------------
  24. graph1style = 2;
  25. graph1color=16;
  26. Graph1 = Low - ema(Close,13);