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

金融证券系统

开发平台:

Others

  1. //------------------------------------------------------------------------------
  2. //
  3. //  Formula Name:    Elder-ray
  4. //  Author/Uploader: Rob Stewart 
  5. //  E-mail:          stewartr@mediaone.net
  6. //  Date/Time Added: 2001-08-10 19:11:45
  7. //  Origin:          Dr. Alexander Elder "Trading For A Living"
  8. //  Keywords:        "Elder-ray"
  9. //  Level:           semi-advanced
  10. //  Flags:           commentary
  11. //  Formula URL:     http://www.amibroker.com/library/formula.php?id=97
  12. //  Details URL:     http://www.amibroker.com/library/detail.php?id=97
  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 Bear Power.alf and Elder Bull Power.alf
  22. //
  23. //------------------------------------------------------------------------------
  24. Commentary file only - describes how to setup the Elder-ray portion of Dr. Alexander Elder's 
  25. Elder-ray indicator.
  26. Setup a price bar graph with an EMA 13.
  27. Also load the other 2 indicators; Elder Bull Power and Elder Bear Power.
  28. You trade in the direction of the slope of the EMA (the trend), and use Bear/Bull power
  29. to determine entry and exit points for your trades in the direction of the trend.