No โ only one decision template can be active at a time in MagicTradeBot.
The system is designed to load a single template per evaluation cycle to ensure rule consistency, predictable behavior, and controlled market adaptation.
๐ง Why Only One Template Is Allowed
Decision templates contain complete rule sets, including:
- Take Profit logic
- Stop-Loss behavior
- Smart TP configuration
- Time-based exits
- Risk limits
- Safety controls
If multiple templates were active simultaneously:
- Rules could conflict
- Exit logic could overlap
- Trade behavior could become unpredictable
- Risk exposure could increase unintentionally
To avoid this complexity, the bot enforces a single-template architecture.
โฑ Template Activation Duration
When dynamic template switching is enabled:
- The selected template remains active for a 1-hour interval
- During that hour, no other template can override it
- After the interval ends, the system re-evaluates market conditions
- A new template may be selected if conditions change
This prevents:
- Rapid template switching
- Strategy instability
- Overreaction to short-term noise
๐ Example Scenario
Letโs say:
- Signal spike indicates extreme bearish condition
- Bot activates Extreme Bearish Template
For the next 1 hour:
- Only that templateโs rules apply
- No bullish or neutral template can override it
After 1 hour:
- Bot re-checks signal density
- If market stabilizes โ Load General Template
- If bullish spike appears โ Load Bullish Template
Only one template remains active at any moment.
๐ฏ Why This Is Important
The 1-hour single-template approach ensures:
- Stability
- Strategic consistency
- Controlled adaptation
- Avoidance of chaotic rule switching
It allows the bot to behave decisively rather than react emotionally to short-term fluctuations.
๐ Final Answer
No โ multiple templates cannot run simultaneously.
MagicTradeBot:
- Loads one template at a time
- Keeps it active for a fixed 1-hour window
- Re-evaluates market conditions after that
- Switches only if necessary
This ensures clean, structured, and intelligent rule execution across changing market conditions.