









🎯 ภาพรวมกลยุทธ์ (ภาษาไทย)
หลักการทำงานกลยุทธ์:
- เปิดไม้แรก เฉพาะเมื่อราคาลดจากราคาเปิดบาร์ถึงค่าที่ตั้งไว้ และใช้ RSI Filter เพื่อช่วยเพิ่มความแม่นยำในการเข้าไม้ ลดโอกาสเข้าไม้ผิดช่วง
- หลังเข้าไม้แรก วาง Buy Limit Orders ต่อเนื่องเป็นกริด โดยเพิ่มขนาดล็อตแบบ Martingale (จำกัด Max Lot) เพื่อเร่งการกู้กำไร
- ปิดทุกคำสั่งทันทีเมื่อกำไรรวมเป็นบวก ไม่ต้องรอปิดแท่ง ช่วยล็อกกำไรได้รวดเร็ว
- รองรับ Compound Mode เพิ่มล็อตเริ่มต้นอัตโนมัติเมื่อกำไรสะสมถึงเปอร์เซ็นต์ที่ตั้งไว้ เพื่อขยายผลกำไรตามทุน
📑 Input Parameters (ภาษาไทย)
- Initial Lot Size → ล็อตเริ่มต้นของไม้แรก
- Martingale Multiplier → ค่าตัวคูณล็อตสำหรับไม้ถัดไป
- Max Lot Size → ล็อตสูงสุดที่อนุญาต
- Grid Step (USD/Price Units) → ระยะห่างของแต่ละไม้ในกริด
- DropFromOpen (pips) → ระยะราคาลดจากราคาเปิดแท่งที่จะเริ่มเปิดไม้แรก
- Enable RSI Filter → เปิด/ปิดการใช้ตัวกรอง RSI
- RSI Period → จำนวนแท่งที่ใช้คำนวณ RSI
- RSI Buy Max → ค่าสูงสุดของ RSI ที่ยอมให้เปิดไม้แรก (ต้อง ≤ ค่านี้)
- Use Compound → เปิด/ปิดฟังก์ชันเพิ่มล็อตเริ่มต้นตามกำไรสะสม
- Compound (%) (ProfitIncreasePercentage) → กำไรสะสม (%) ที่ใช้เป็นเงื่อนไขเพิ่มล็อตเริ่มต้น
- Compound Volume Step (VolumeIncreaseStep) → ขนาดล็อตที่จะเพิ่มทุกครั้งเมื่อกำไรสะสมถึงเปอร์เซ็นต์ที่กำหนด
💡 ความเห็นผู้พัฒนา (ภาษาไทย)
กลยุทธ์นี้ใช้ RSI เป็นตัวกรองสัญญาณ เพื่อช่วยเพิ่มความแม่นยำในการเทรด ระบบจะเทรดฝั่ง Buy ทิศทางเดียว จึงเหมาะกับสินค้าที่มีเทรนขาขึ้นชัดเจน เช่น ทองคำ, ดัชนี, และบิตคอยน์ ระบบนี้สามารถใช้ได้ทั้งใน กองทุน Prop Firm และ โบรกเกอร์ CFD ทั่วไป
⚠️ จุดอ่อนของกลยุทธ์: หากตลาดเป็น เทรนขาลงอย่างหนัก อาจสร้างความเสียหายได้ เพราะระบบใช้ Grid ในการแก้ไม้ และถ้าตั้งระยะแก้ไม้สั้นเกินไป จะทำให้เปิดออเดอร์ถี่เกินไป
✅ คำแนะนำ: ควรทำ Backtest เพื่อดูภาพรวมและความเสี่ยงก่อนใช้งานจริงทุกครั้ง
_____________________________________________________________________________
🎯 Strategy Overview (English)
Key Highlights:
- Opens the first Buy order only when price drops from the current bar’s open by the set distance (DropFromOpenPips). Uses an RSI Filter to improve entry accuracy, helping avoid poor entry timing.
- After the first order, places Buy Limit grid orders below price. Lot size for each new grid order grows with Martingale Multiplier, but is capped at Max Lot Size.
- Closes all orders immediately once total net profit is positive, without waiting for bar close.
- Supports Compound Mode to automatically increase the starting lot size when account profit reaches a set percentage, allowing position size to grow with capital.
📑 Input Parameters (English)
- Initial Lot Size → Starting lot size for the first order
- Martingale Multiplier → Lot size multiplier for each additional grid order
- Max Lot Size → Maximum allowed lot size
- Grid Step (USD/Price Units) → Distance between each grid order
- DropFromOpen (pips) → Required price drop from bar open to trigger the first order
- Enable RSI Filter → Turn RSI filter on or off
- RSI Period → Period used for RSI calculation
- RSI Buy Max → Maximum RSI value allowed to trigger the first order (must be ≤ this value)
- Use Compound → Enable/disable automatic growth of initial lot size based on profit
- Compound (%) (ProfitIncreasePercentage) → Profit growth percentage that triggers an increase in initial lot size
- Compound Volume Step (VolumeIncreaseStep) → Lot size increment each time the profit threshold is reached
💡 Developer’s Note (English)
This strategy uses RSI as a signal filter to improve trading accuracy. It trades only in the Buy direction, making it well-suited for instruments with a clear uptrend such as Gold, stock indices, and Bitcoin. It can be used for both Prop Firm accounts and regular CFD brokers.
⚠️ Weakness: If the market enters a strong downtrend, the account can face significant drawdown because the strategy uses a Grid system to average down. Setting the grid step too small may cause the bot to open too many orders too quickly.
✅ Recommendation: Always perform backtesting to understand the overall risk and behavior of the strategy before using it on a live account.