설명
🎯 전략 개요 (태국어)
전략 작동 원리:
- 첫 번째 포지션은 가격이 시가봉에서 설정한 값만큼 하락할 때만 열며, RSI 필터를 사용하여 진입 정확도를 높이고 잘못된 진입 기회를 줄임
- 첫 번째 포지션 진입 후, Martingale 방식으로 로트 크기를 증가시키며 (최대 로트 제한) 그리드 방식으로 Buy Limit 주문을 연속 배치하여 손실 회복 가속
- 총 이익이 플러스가 되면 즉시 모든 주문을 종료하여 빠르게 이익을 고정
- 복리 모드를 지원하여 누적 이익이 설정한 퍼센트에 도달하면 시작 로트를 자동으로 증가시켜 자본에 따른 수익 확대 가능
📑 입력 매개변수 (태국어)
- 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를 신호 필터로 사용하여 거래 정확도를 높입니다. 매수 방향으로만 거래하며, 금, 지수, 비트코인처럼 명확한 상승 추세가 있는 상품에 적합합니다. 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.