CDC ATR Trailing Stop

Viewing 9 reply threads
  • Author
    Posts
    • #2581
      cdc-admin
      Keymaster

      CDC ATR Trailing Stop

      Indicator CDC ATR Trailing Stop เป็น Indicator ที่พัฒนามาจากหลักการของ ATR Chandelia Trailng Stop แต่ได้นำมาทำให้ง่ายต่อการใช้งานมาขึ้นโดยกำหนดให้มีลักษณะเป็น Reversal Signal คือ สามารถเป็นได้ทั้งสัญญาณซื้อและขาย

      ข้อแตกต่างจะอยู่ในส่วนของ Initial Stop โดย ATR Chandelia Trailing STop ทั่วไปจะมีการกำหนดช่วง Initial Stop กับ Trailing Stop ไม่เท่ากัน จึงทำให้ต้องกำหนดวันที่เริ่มต้นให้ในการใช้งาน

      CDC ATR Trailing Stop ใช้ค่า Trailing Stop ค่าเดียวในการกำหนดสัญญาณ

      สัญญาณ ATR Trailing Stop เหมาะสำหรับการ Trade ในลักษณะ Swing Trade ระยะสั้น หรือ ใช้เพื่อพิจารณาลดความเสี่ยงของ Position ตาม Stoploss ที่เลื่อนขึ้นตามราคา โดยผู้ใช้สามารถนำไปพลิกแพลงใช้งานได้หลากหลายรูปแบบ

      Includes

      CDC ATR Trailing Stop – Metastock

      CDC ATR Trailing Stop – Amibroker

      [attachment file=17950]

      mirror

      http://bit.ly/CDCATRtrailingstop

      CDC ATR Trailing Stop – Trading View

      (search for CDC ATR Trailing Stop V2.1 in ‘indicators”)

    • #16858
      beamosk120
      Participant

      เรียน Admin

      CDC ATR Trailing Stop

      Download ยังไงครับ รบกวนขอใหม่ได้ไหมครับ ทั้ง Metastock และ Amibroker เลยครับ

      ขอบคุณครับ

    • #17185
      brycewatana
      Participant

      รบกวนสอบถามความหมายของสีแต่ละตัวใน CDC ATR Trailing Stop V2.0 – Trading View ได้มั้ยครับว่าหมายความว่าอะไร  เท่าที่พอได้ยินคุณลุงบอกว่า

      เขียว = ซื้อ
      แดง = ขาย

      แล้วไม่ทราบว่าสีอื่นหมายความว่าอะไรครับ

      น้ำเงิน
      เหลือง

      แล้วในการที่เข้าทำการซื้อ/ขาย ครับเราต้องใช้เวลานานมั้ยครับ หรือว่า แท่งแรกก็เข้าเลย

      ขอบคุณมากครับ

      ปล: พอดีเป็นมือใหม่หัดขับครับ

    • #17302
      meewijit
      Participant

      รบกวนขอสูตร CDC ATR Trailing Stop หน่อยคะ ในโพส ไม่มี Link ให้ Download ค่ะ

    • #17330
      celice
      Participant

      สูตรของ Amibroker ครับ

      //CDC ATR Trailing Stop//

      prd = 14;
      x = 2;
      plt0 = HHV(H-x*ATR(prd),prd);
      plt1 = IIf(C>plt0,plt0,Null);
      Plot(plt1,”ATR trailing stop”,colorRed,styleThick);

      • #17949
        cdc-admin
        Keymaster

        ของผมยังเขียนไม่ได้สั้นขนาดนี้เลยครับ เดี๋ยวไปลองดูครับ ขอบคุณครับ 😀
        -อ.ต๊ำ

      • #40292
        longkong
        Participant

        สูตรของ Metastock เขียนใน indicator builder นะครับ

        Periods:=Input(“Enter the number of periods”,1,100,11);
        Factor:=Input(“Enter the number of ATR factor”,1,100,3);
        plot0:= HHV(C-Factor * ATR(Periods) , Periods);
        plot1:= If(C>plot0 ,plot0 , 0) ;
        plot1;

    • #17813
      Kei6636
      Participant

      เรียน Admin

      ไม่เห็น Link Download เลยครับ … ><“

      ของ Metastock ครับ

    • #17955
      cdc-admin
      Keymaster

      ส่วน Amibroker ขึ้นมาแล้วนะครับ

    • #18755
      ravinan
      Participant

      test

    • #18950
      sunyapong
      Participant

      ขอที่เป็นของ Metastock ด้วยครับ

    • #19624
      Mragjaza
      Participant

      อยากได้ใช้ไน metastock ครับ โหลดไม่ได้ครับ

Viewing 9 reply threads
  • You must be logged in to reply to this topic.