Những series bài hay về phần mềm phân tích kỹ thuật AmiBroker
  • Thông báo


    Kết quả 1 đến 20 của 38

    Threaded View

    1. #11
      Ngày tham gia
      Aug 2010
      Bài viết
      648
      Được cám ơn 325 lần trong 218 bài gởi

      Mặc định Những bài nghiên cứu chuyên sâu về phần mềm phân tích kỹ thuật PTKT AmiBroker

      Đây là loạt bài AmiBroker AFL Library về phần mềm phân tích kỹ thuật PTKT AmiBroker

      Details:

      Formula name: AccuTrack

      Author/Uploader: Salil V Gangal - salil_gangal [at] yahoo.com
      Date/Time added: 2003-09-12 12:50:01
      Origin: FastTrack
      Keywords: AccuTrack
      Level: basic
      Flags: indicator
      DISCLAIMER: Most formulas present in AFL on-line library are submitted by the users and are provided here on an "as is" and "as available" basis. AmiBroker.com makes no representations or warranties of any kind to the contents or the operation of material presented here. We do not maintain nor provide technical support for 3rd party formulas.
      Description:

      // AccuTrack Compares performance of two securities
      // The basic idea is to switch between the two securities
      // AccuTrack was developed by FastTrack (fasttrack.net)
      Formula:

      // AccuTrack Compares performance of two securities
      // The basic idea is to switch between the two securities
      // AccuTrack was developed by FastTrack (http://fasttrack.net)

      // Following is the Indicator Builder Formula

      fnd = Name();
      ind = "FDRXX"; // FDRXX is money market fund, so the comparison is done
      with cash.
      fund = Foreign(fnd, "Close");
      index = Foreign(ind, "Close");

      fast = 6;
      slow = 24;
      RawAT = EMA((EMA(ROC(fund,1), slow) - EMA(ROC(index,1),slow)),fast);
      tradeAccuTrack = RawAT * 265;
      Plot(tradeAccuTrack, "tradeAccuTrack", colorBlue, styleLine);

      Title = Date()
      + " Trade AccuTrack of "
      + fnd
      +" / "
      + ind
      + " = " + WriteVal(tradeAccuTrack, 1.2) + " ";

      GraphXSpace = 2;

    2. Những thành viên sau đã cám ơn :
      tigeran (27-08-2013)

    Thông tin của chủ đề

    Users Browsing this Thread

    Có 1 thành viên đang xem chủ đề này. (0 thành viên và 1 khách vãng lai)

       

    Similar Threads

    1. Một bài phân tích hay, có lý và khách quan
      By Brainstorm in forum Thảo luận Tình hình
      Trả lời: 0
      Bài viết cuối: 17-06-2012, 11:41 PM
    2. Phần mềm phân tích kỹ thuật
      By waterloo1815 in forum CLB Chứng khoán
      Trả lời: 2
      Bài viết cuối: 28-10-2009, 11:32 PM

    Bookmarks

    Quyền viết bài

    • Bạn Không thể gửi Chủ đề mới
    • Bạn Không thể Gửi trả lời
    • Bạn Không thể Gửi file đính kèm
    • Bạn Không thể Sửa bài viết của mình