สวัสดีเพื่อนๆ นักเทรดทุกคน! วันนี้เราจะมาพูดถึง อินดิเคเตอร์ ZLS (Zero Lag Stochastic) ซึ่งเป็นอินดิเคเตอร์ที่ไม่มีความล่าช้าและทำงานโดยอิงจากสถิติของ stochastic หลายตัวที่มีช่วงเวลาที่แตกต่างกัน โดยจะมีการคำนวณอัตราส่วน %K, การชะลอ และน้ำหนักต่างๆ
โดยอินดิเคเตอร์นี้มีพารามิเตอร์ที่ต้องปรับตั้งถึง 31 ตัว ดังนี้:
- Smoothing - ระยะเวลาในการทำให้เส้นสัญญาณเรียบ (เป็นพารามิเตอร์เดียวที่ใช้กับ stochastic ทุกตัว)
สำหรับข้อมูล stochastic ตัวแรก:
- Stoch 1 %K period - ระยะเวลา %K ของ stochastic 1
- Stoch 1 %D period - ระยะเวลา %D ของ stochastic 1
- Stoch 1 Slowing - การชะลอของ stochastic 1
- Stoch 1 Method - วิธีการคำนวณของ stochastic 1
- Stoch 1 Price field - ราคาที่ใช้ในการคำนวณของ stochastic 1
- Stoch 1 Weight - น้ำหนักของค่า stochastic 1
ข้อมูล stochastic ตัวที่สอง:
- Stoch 2 %K period - ระยะเวลา %K ของ stochastic 2
- Stoch 2 %D period - ระยะเวลา %D ของ stochastic 2
- Stoch 2 Slowing - การชะลอของ stochastic 2
- Stoch 2 Method - วิธีการคำนวณของ stochastic 2
- Stoch 2 Price field - ราคาที่ใช้ในการคำนวณของ stochastic 2
- Stoch 2 Weight - น้ำหนักของค่า stochastic 2
ข้อมูลของ stochastic ตัวที่ 3, 4, และ 5 จะมีลักษณะคล้ายกัน:
การคำนวณ:
K = (S1 + S2 + S3 + S4 + S5) / SumWeight D = K / Smoothing + PrevD * (Smoothing-1) / Smoothing
โดยที่:
S1 - Stochastic(1 %K period, 1 %D period, 1 Slowing, 1 Method, 1 Price field) S2 - Stochastic(2 %K period, 2 %D period, 2 Slowing, 2 Method, 2 Price field) S3 - Stochastic(3 %K period, 3 %D period, 3 Slowing, 3 Method, 3 Price field) S4 - Stochastic(4 %K period, 4 %D period, 4 Slowing, 4 Method, 4 Price field) S5 - Stochastic(5 %K period, 5 %D period, 5 Slowing, 5 Method, 5 Price field)
SumWeight = 1 Weight + 2 Weight + 3 Weight + 4 Weight + 5 Weight

โพสต์ที่เกี่ยวข้อง
- เครื่องมือ Open Range Breakout สำหรับ MetaTrader 5
- การใช้ Cycle Period ใน MetaTrader 5 สำหรับนักเทรด
- รีวิว X2MA_HTF_Signal_BG อินดิเคเตอร์สำหรับ MetaTrader 5
- Volume Profile + Range v6.0: เครื่องมือวิเคราะห์การซื้อขายใน MetaTrader 5
- ID Lite Info MA – ตัวช่วยวิเคราะห์ Moving Average สำหรับ MetaTrader 5