cBot
Grid
RSI
XAUUSD
Commodities
RSI Filter
Logo de "RSI Filter"
23/09/2025
Desktop, Mobile, Web
Image mise en ligne de "RSI Filter"Image mise en ligne de "RSI Filter"Image mise en ligne de "RSI Filter"Image mise en ligne de "RSI Filter"Image mise en ligne de "RSI Filter"Image mise en ligne de "RSI Filter"Image mise en ligne de "RSI Filter"Image mise en ligne de "RSI Filter"Image mise en ligne de "RSI Filter"

🎯 ภาพรวมกลยุทธ์ (ภาษาไทย)

หลักการทำงานกลยุทธ์:
- เปิดไม้แรก เฉพาะเมื่อราคาลดจากราคาเปิดบาร์ถึงค่าที่ตั้งไว้ และใช้ 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.

0.0
Avis : 0
Avis clients
Il n'y a pas encore d'avis sur ce produit. Vous l'avez déjà essayé ? Soyez le premier à en parler aux autres !
Plus de cet auteur
cBot
NAS100
XAUUSD
Martingale
+3
Stop Order
Scalping V.1 (Stop Order TP + SL)
cBot
Grid
Indices
XAUUSD
+3
The Secret Fund
The Secret Fund ( Secret from Hedge Fund Strategy)
cBot
NAS100
XAUUSD
Prop
+1
King's War Strategy V.1
King's War Strategy ( Use Renko Chart )
cBot
Grid
Indices
XAUUSD
+1
Grid Classic (Renko Chart)
🔥 Grid Classic – A Simple Yet Powerful Grid System
cBot
Grid
NAS100
XAUUSD
+3
HFT SuperFund
HFT SuperFund ( Prop Firm and CFD Broker )
Vous pourriez aussi aimer
cBot
Indices
XAUUSD
Stocks
+3
needThaiBot Five Soldiers doin' Work
Works well with both Sniping Trade and Low Risk Strategy , Please Enjoy!!
cBot
Grid
RSI
Martingale
+4
DragonMoneyForexNet6
This production version of Dragon Money Forex Pro
cBot
RSI
MACD
AI
needThaibot with MACD CoG RSI
Please Try Default Setting before set up or Edit your Strategy , This Bot come with MACD,CoG,RSI
cBot
RSI
MACD
AI
needThai Smart Long Terms Trading AI Bot
For Long Terms Trading Strategies , Please Try Default Setting before making any changes
EURCAD 30m
FUNCTNIONG EURCAD cBOT LIVE TRADING, CUSTOMISABLE AND PROFITABLE
cBot
RSI
MACD
AI
needThai Premium Official Bot 1
Please Try the default set up before changing Strategy , This is one of my premium bot
cBot
Grid
NAS100
NZDUSD
+17
Andrews Pitchfork AI Cbot
✨ Get ready to rediscover trading through a lens of geometric elegance.📈
cBot
Grid
Martingale
Forex
+2
ToTheMoon 1.55 cTrader
ToTheMoon is able to operate using a Grid and make average price, or in the Single Order and open only one order.
cBot
NAS100
NZDUSD
Martingale
+26
Dynamic Trendline Pro cBot - Prop Ed.
Major Update: Advanced Prop Firm Risk Management is Here! 🚀
cBot
XAUUSD
Forex
EURUSD
+3
Fx4U.Risk & Reward Trading Tool.v2.16
This is a tool to help traders open orders/close orders/modify orders quickly with just one click
cBot
Indices
XAUUSD
Commodities
+3
needThaiBot Trend Follow
Trend Following Strategy with adjustment Risk Management PLEASE ENJOY!!
cBot
NAS100
Breakout
XAUUSD
+8
TrendRecovery - Aug 10
💎 "Turn Market Chaos into Consistent Profit." – Catch Trends. Recover Losses. Grow Faster. 🚀
v1_default
Fully functional algorithmic trading bot. For testing and experimentation, try the free bot option.
cBot
BTCUSD
Trading View To Ctrader
Automated cTrader bot with webhook support, trade management, take-profit levels, and Telegram notifications
cBot
Grid
XAUUSD
ATR
Grid Trader Pro
Adaptive ATR-powered grid bot, smart recentering, break-even protection, advanced risk control, safer automated trading.
cBot
XAUUSD
Scalping
Precision Scalper Pro
Precision Scalper,XAUUSD ,Averages that functions like a multidimensional radar:
cBot
NAS100
RSI
NZDUSD
+12
Multi Strategy Cbot x3_noSourceCode
"Advanced forex bot combining RSI, London Breakout & Swing strategies with pro risk management & live performance
RiskGuardian_Limits_V2
Set your daily and weekly limits and the bot will block trading once they are reached – simple protection.