🎯 Strateji Genel Bakış (Tayca)
Stratejinin çalışma prensibi:
- İlk pozisyon sadece fiyat açılış çubuğundan belirlenen değere kadar düştüğünde açılır ve giriş doğruluğunu artırmak için RSI Filtresi kullanılır, yanlış giriş zamanlaması olasılığı azaltılır
- İlk pozisyondan sonra, Martingale yöntemiyle lot büyüklüğü artırılarak (Maksimum Lot sınırlandırılmıştır) grid şeklinde Buy Limit emirleri ardışık olarak yerleştirilir, böylece kar kurtarma hızlandırılır
- Toplam kar pozitif olduğunda tüm emirler hemen kapatılır, çubuğun kapanması beklenmez, böylece kar hızlıca kilitlenir
- Bileşik Mod desteklenir; kar belirlenen yüzdeye ulaştığında başlangıç lotu otomatik olarak artırılır, böylece sermayeye göre kar büyütülür
📑 Girdi Parametreleri (Tayca)
- Initial Lot Size → İlk pozisyonun başlangıç lot büyüklüğü
- Martingale Multiplier → Sonraki pozisyonlar için lot çarpanı
- Max Lot Size → İzin verilen maksimum lot büyüklüğü
- Grid Step (USD/Price Units) → Griddeki her pozisyon arasındaki mesafe
- DropFromOpen (pips) → İlk pozisyonu tetiklemek için çubuğun açılış fiyatından gereken düşüş mesafesi
- Enable RSI Filter → RSI filtresini açma/kapatma
- RSI Period → RSI hesaplamasında kullanılan periyot
- RSI Buy Max → İlk pozisyonu tetiklemek için izin verilen maksimum RSI değeri (bu değerden küçük veya eşit olmalı)
- Use Compound → Kar bazında başlangıç lotunun otomatik artışını açma/kapatma
- Compound (%) (ProfitIncreasePercentage) → Başlangıç lotunun artırılması için gereken kar artış yüzdesi
- Compound Volume Step (VolumeIncreaseStep) → Kar eşiğine ulaşıldığında artırılan lot büyüklüğü adımı
💡 Geliştirici Notu (Tayca)
Bu strateji, işlem doğruluğunu artırmak için RSI sinyal filtresi kullanır. Sadece Alış yönünde işlem yapar, bu nedenle altın, endeksler ve Bitcoin gibi belirgin yükseliş trendine sahip enstrümanlar için uygundur. Hem Prop Firm hesaplarında hem de normal CFD brokerlerinde kullanılabilir.
⚠️ Zayıf yönü: Piyasa güçlü bir düşüş trendine girerse, strateji Grid sistemi kullandığı için hesapta ciddi zarar oluşabilir. Grid adımı çok küçük ayarlanırsa, bot çok sık emir açabilir.
✅ Tavsiye: Canlı hesapta kullanmadan önce stratejinin genel riskini ve davranışını anlamak için mutlaka backtest yapılmalıdır.
_____________________________________________________________________________
🎯 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.