🎯 戦略概要(タイ語)
戦略の動作原理:
- 最初のポジションは、バーの始値から設定値まで価格が下落した場合にのみ開き、RSIフィルターを使用してエントリーの精度を高め、誤ったタイミングでのエントリーを減らします
- 最初のポジションの後、マーチンゲール方式でロットサイズを増やしながらグリッドで連続してBuy Limit注文を配置します(最大ロット数を制限)利益回復を加速させます
- 総利益がプラスになったらすぐにすべての注文を決済し、バーのクローズを待たずに利益を確定します
- 複利モードをサポートし、累積利益が設定したパーセンテージに達すると自動的に初期ロットを増やし、資本に応じて利益を拡大します
📑 入力パラメータ(タイ語)
- 初期ロットサイズ → 最初のポジションのロットサイズ
- マーチンゲール乗数 → 次のポジションのロットサイズ乗数
- 最大ロットサイズ → 許可される最大ロットサイズ
- グリッドステップ(USD/価格単位)→ グリッド内の各ポジション間の距離
- DropFromOpen(ピップス)→ 最初のポジションを開くためにバーの始値から必要な価格の下落幅
- RSIフィルターの有効化 → RSIフィルターのオン/オフ
- RSI期間 → RSI計算に使用する期間
- RSI Buy Max → 最初のポジションを開くために許容される最大RSI値(この値以下である必要があります)
- 複利の使用 → 利益に基づく初期ロットサイズの自動増加の有効/無効
- 複利(%)(ProfitIncreasePercentage)→ 初期ロットサイズ増加をトリガーする利益成長率
- 複利ボリュームステップ(VolumeIncreaseStep)→ 利益閾値に達するたびに増加するロットサイズ
💡 開発者のコメント(タイ語)
この戦略はRSIをシグナルフィルターとして使用し、取引の精度を高めます。買い方向のみで取引し、金、株価指数、ビットコインなど明確な上昇トレンドを持つ商品に適しています。このシステムはProp Firm口座と一般的なCFDブローカーの両方で使用可能です。
⚠️ 戦略の弱点:市場が強い下落トレンドに入ると、グリッドシステムを使ってポジションを平均化するため、大きな損失を被る可能性があります。グリッドステップを小さく設定しすぎると、注文が頻繁に開かれすぎる恐れがあります。
✅ 推奨事項:実際に使用する前に必ずバックテストを行い、戦略の全体的なリスクと挙動を理解してください。
_____________________________________________________________________________
🎯 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.