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

金融证券系统

开发平台:

Others

  1. //------------------------------------------------------------------------------
  2. //
  3. //  Formula Name:    TRIXXX
  4. //  Author/Uploader: Roman Glinka 
  5. //  E-mail:          glina1@tlen.pl
  6. //  Date/Time Added: 2004-04-25 07:55:10
  7. //  Origin:          
  8. //  Keywords:        
  9. //  Level:           medium
  10. //  Flags:           indicator
  11. //  Formula URL:     http://www.amibroker.com/library/formula.php?id=355
  12. //  Details URL:     http://www.amibroker.com/library/detail.php?id=355
  13. //
  14. //------------------------------------------------------------------------------
  15. //
  16. //  Short term indicator: buy when indicator is upper 0 line and cross signal
  17. //  up, sell when indicator falling down
  18. //
  19. //------------------------------------------------------------------------------
  20. Graph0=(Trix(3)*Trix(5)*Trix(7))/100;
  21. Graph1=MA(Graph0,3);