dogabot की All-in-One strategy कई trading rules को एक automation या backtest में जोड़ती है। हर rule buy/sell signals दे सकती है; engine आपकी settings के अनुसार merge करता है।
Signal sections
| Section | उद्देश्य |
|---|---|
| Entry | शर्तें मिलने पर नई position खोलना |
| Increase | खुली position में जोड़ना (scale in) |
| Reversal | rules fire होने पर bias flip/reverse |
| Exit | position बंद या घटाना |
हर section की अपनी rules सूची, combination mode और (increase के लिए) वैकल्पिक max steps।
Combination modes
- All agree — section में हर enabled rule एक ही side (buy/sell) पर सहमत हो।
- Custom — कम से कम N rules सहमत (
agreementThreshold)।
रूढ़िवादी setup के लिए all agree; majority vote के लिए custom।
Trade direction
शीर्ष स्तर trade direction रणनीति कौन सी side ले सकती है:
- Long — केवल buy signals
- Short — केवल sell
- Both — दोनों
Per-rule विकल्प
अधिकांश directional rules:
- enabled — on/off
- invert — मूल्यांकन के बाद buy ↔ sell
- symbol, timeframe, dataSource — केवल उस rule के लिए candle feed override
Day-trade mode
Day-trade mode चालू होने पर exit section में Day Trade Close rule जुड़ती है। UTC समय पर (डिफ़ॉल्ट 21:00) पूर्ण exit — execution tick time, candle close नहीं।
Filters (signal से पहले gate)
Section में rules pending buy/sell पर सहमत होने के बाद, उस reason के filters signal रोक सकते हैं। Strategy filters में UTC time windows, volume thresholds, directional filters।
उपलब्ध trading rules
Directional (indicator-based)
Risk और position management
केवल filters
उदाहरण
उदाहरण
Entry section: RSI (oversold buy) और MACD enable करें, all agree। long खोलने से पहले दोनों को buy कहना होगा। Exit: Stop loss 5% और Take profit 10%। filters.entry: UTC window 00:00–08:00 UTC block करती है ताकि entries केवल आपके चुने session में fire हों।
संबंधित पढ़ाई
- Strategy filters
- Backtest results पढ़ना
- Indicator glossary: EMA, RSI, MACD, ADX