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. #3
      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 viết hay nhất 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: 52 Week New High-New Low Index

      Author/Uploader: Dennis Skoblar - DennisAndLisa [at] sbcglobal.net
      Date/Time added: 2005-07-11 10:14:58
      Origin: Alexander Elder's book, "Trading For A Living"
      Keywords: New Hi-New Low Index, 52 Week New Hi-New Low Index
      Level: basic
      Flags: exploration,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:

      Calculates new 52 week High's vs new 52 week lows. Input a Date 5 years back to the current Date in the Range section of the Window AND click the From button. In the Apply To section, click the Use Filter button AND click the Define > Include > Group > Stock to scan stocks ONLY. Right click on chart window,
      then > Parameters > Show MiddlLe Lines - NO > Levels > +-100. Compare against the SP-500, look for convergences, divergences. Read Elder's book "Trading For A Living" pp.194-200. The new symbol "~NewHiNewLoIndex" will be found in the Workspace > Symbol > All > at the end.

      Formula:

      // Calculates new 52 week High's vs new 52 week lows.
      // The new symbol "~NewHiNewLoIndex" will be found in the Workspace > Symbol >
      All > at the end.
      // Input a Date 5 years back to the current Date in the Range section of the
      Window AND click the From button.
      // In the Apply To section, click the Use Filter button AND click the Define >
      Include > Group > Stock
      // to scan stocks ONLY. Right click on chart window, then > Parameters > Show
      MiddlLe Lines - NO > Levels > +-100.
      // Compare against the SP-500, look for convergences, divergences. Read Elder's
      book "Trading For A Living" pp.194-200.

      H1 = High > Ref(HHV(High,260),-1);
      L1 = Low < Ref(LLV(Low,260),-1);
      HiLoDifference = H1 - L1;

      Buy = 0;
      Filter = 0;

      AddToComposite( HiLoDifference , "~NewHiNewLoIndex", "X", atcFlagDefaults =
      7);

      GraphXSpace = 10;
      Plot(Foreign("~NewHiNewLoIndex","C",1),"52 Week New High - New Low
      Index",colorYellow,styleHistogram);

    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