Home › Forums › CDC Forums › Supporting Members Area — รวบรวมสูตร Downloads และระบบการเทรด › CDC ATR Trailing Stop
- This topic has 11 replies, 1 voice, and was last updated 3 years, 4 months ago by longkong.
-
AuthorPosts
-
-
06/07/2017 at 10:49 pm #2581cdc-adminKeymaster
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”)
-
01/08/2017 at 2:23 pm #16858beamosk120Participant
เรียน Admin
CDC ATR Trailing Stop
Download ยังไงครับ รบกวนขอใหม่ได้ไหมครับ ทั้ง Metastock และ Amibroker เลยครับ
ขอบคุณครับ
-
22/08/2017 at 5:29 pm #17185brycewatanaParticipant
รบกวนสอบถามความหมายของสีแต่ละตัวใน CDC ATR Trailing Stop V2.0 – Trading View ได้มั้ยครับว่าหมายความว่าอะไร เท่าที่พอได้ยินคุณลุงบอกว่า
เขียว = ซื้อ
แดง = ขายแล้วไม่ทราบว่าสีอื่นหมายความว่าอะไรครับ
น้ำเงิน
เหลืองแล้วในการที่เข้าทำการซื้อ/ขาย ครับเราต้องใช้เวลานานมั้ยครับ หรือว่า แท่งแรกก็เข้าเลย
ขอบคุณมากครับ
ปล: พอดีเป็นมือใหม่หัดขับครับ
-
31/08/2017 at 11:33 pm #17302meewijitParticipant
รบกวนขอสูตร CDC ATR Trailing Stop หน่อยคะ ในโพส ไม่มี Link ให้ Download ค่ะ
-
03/09/2017 at 9:52 am #17330celiceParticipant
สูตรของ 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);-
04/10/2017 at 4:01 pm #17949cdc-adminKeymaster
ของผมยังเขียนไม่ได้สั้นขนาดนี้เลยครับ เดี๋ยวไปลองดูครับ ขอบคุณครับ 😀
-อ.ต๊ำ -
17/05/2021 at 7:45 pm #40292longkongParticipant
สูตรของ 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;
-
-
28/09/2017 at 10:48 pm #17813Kei6636Participant
เรียน Admin
ไม่เห็น Link Download เลยครับ … ><“
ของ Metastock ครับ
-
04/10/2017 at 4:29 pm #17955cdc-adminKeymaster
ส่วน Amibroker ขึ้นมาแล้วนะครับ
-
04/11/2017 at 10:09 pm #18755ravinanParticipant
test
-
12/11/2017 at 8:09 am #18950sunyapongParticipant
ขอที่เป็นของ Metastock ด้วยครับ
-
10/12/2017 at 9:01 pm #19624MragjazaParticipant
อยากได้ใช้ไน metastock ครับ โหลดไม่ได้ครับ
-
-
AuthorPosts
- You must be logged in to reply to this topic.