Descrizione
🎯 Panoramica della strategia (in tailandese)
Principi di funzionamento della strategia:
- Apre la prima posizione solo quando il prezzo scende dal prezzo di apertura della barra fino al valore impostato e utilizza il filtro RSI per aumentare la precisione dell'ingresso, riducendo le possibilità di entrare nel momento sbagliato
- Dopo l'apertura della prima posizione, piazza ordini Buy Limit consecutivi a griglia aumentando la dimensione del lotto secondo il Martingale (con limite Max Lot) per accelerare il recupero del profitto
- Chiude tutte le posizioni immediatamente quando il profitto totale è positivo, senza aspettare la chiusura della barra, aiutando a bloccare rapidamente il guadagno
- Supporta la modalità Compound che aumenta automaticamente il lotto iniziale quando il profitto accumulato raggiunge la percentuale impostata, per espandere i guadagni in base al capitale
📑 Parametri di input (in tailandese)
- Dimensione lotto iniziale → Lotto iniziale per la prima posizione
- Moltiplicatore Martingale → Moltiplicatore del lotto per le posizioni successive
- Dimensione lotto massima → Lotto massimo consentito
- Passo griglia (USD/Unità di prezzo) → Distanza tra ogni posizione nella griglia
- DropFromOpen (pips) → Calo del prezzo dall'apertura della barra necessario per aprire la prima posizione
- Abilita filtro RSI → Attiva/disattiva l'uso del filtro RSI
- Periodo RSI → Numero di barre usate per calcolare l'RSI
- RSI Buy Max → Valore massimo di RSI consentito per aprire la prima posizione (deve essere ≤ a questo valore)
- Usa Compound → Attiva/disattiva la funzione che aumenta il lotto iniziale in base al profitto accumulato
- Compound (%) (ProfitIncreasePercentage) → Percentuale di profitto accumulato che attiva l'aumento del lotto iniziale
- Passo volume Compound (VolumeIncreaseStep) → Incremento del lotto ogni volta che si raggiunge la soglia di profitto
💡 Nota dello sviluppatore (in tailandese)
Questa strategia utilizza l'RSI come filtro del segnale per migliorare la precisione del trading. Opera solo in direzione Buy, quindi è adatta a strumenti con un chiaro trend rialzista come oro, indici azionari e Bitcoin. Può essere utilizzata sia in fondi Prop Firm che con broker CFD tradizionali.
⚠️ Punto debole della strategia: se il mercato è in un forte trend ribassista, può causare perdite significative perché il sistema usa una griglia per gestire le posizioni e se il passo della griglia è troppo corto, si apriranno troppi ordini troppo rapidamente
✅ Raccomandazione: è consigliato effettuare sempre un backtest per valutare il quadro generale e i rischi prima di utilizzare la strategia in un conto reale
_____________________________________________________________________________
🎯 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.