You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🧪 **Backtest Lab:**Advanced simulation engine with Benchmark capabilities and Plotly visualizations.
30
+
* 📈 **Strategy Factory:** Plug-and-play strategy engine with **Vectorized Execution** for high performance (Currently supporting **EMA Crossover** & **RSI Mean Reversion**).
31
+
* 🧪 **Backtest Lab:**Realistic simulation engine with **Fee/Commission structure** (Fixed + Variable), Benchmark capabilities, and detailed metrics (ROI, Max Drawdown).
32
32
* 🛡️ **Risk First:** Built-in Risk Manager enforcing the 2% Rule and ATR-based volatility stops.
33
-
* 📊 **Interactive Dashboard:** Streamlit UI for portfolio monitoring, strategy configuration, and system control.
33
+
* 📊 **Interactive Dashboard:** Streamlit UI for portfolio monitoring, strategy configuration, system control, and log inspection.
34
+
35
+
---
36
+
37
+
## ⚙️ Configuration (`config/strategies.json`)
38
+
39
+
The system behavior is fully customizable via JSON, manageable directly from the **Control Panel**:
40
+
41
+
-**`active_strategy`**: Selects the logic to run in production (e.g., "RSI").
42
+
-**`risk_params`**: Controls capital exposure (Risk % per trade, Stop Loss ATR multiplier).
43
+
-**`fees_config`**: Simulates broker costs (Fixed fee + % per trade) for realistic backtests and net-profit calculation.
44
+
-**`strategies_params`**: Specific parameters for each algorithm (e.g., RSI Period, EMA Windows).
34
45
35
46
---
36
47
@@ -67,8 +78,8 @@ Once running, access the Dashboard at **`http://localhost:8501`** to initialize
67
78
Detailed documentation is available in the **[GitHub Wiki](https://github.com/leoBitto/petunia/wiki)**.
68
79
69
80
***[Strategy Playbook](https://www.google.com/search?q=https://github.com/leoBitto/petunia/wiki/Strategy-Playbook):** Deep dive into EMA and RSI logic.
70
-
***[Risk Management](https://www.google.com/search?q=https://github.com/leoBitto/petunia/wiki/Risk-Management-Bible):** How position sizing works.
71
-
***[Architecture](https://www.google.com/search?q=https://github.com/leoBitto/petunia/wiki/Architecture-%26-Data-Flow):** System internals and data pipeline.
81
+
***[Risk Management](https://www.google.com/search?q=https://github.com/leoBitto/petunia/wiki/Risk-Management-Bible):** How position sizing and Fee calculation works.
82
+
***[Architecture](https://www.google.com/search?q=https://github.com/leoBitto/petunia/wiki/Architecture-%2526-Data-Flow):** System internals and data pipeline.
72
83
***[Developer Guide](https://www.google.com/search?q=https://github.com/leoBitto/petunia/wiki/Developer-Guide):** Project structure and contribution guidelines.
73
84
74
85
---
@@ -78,17 +89,16 @@ Detailed documentation is available in the **[GitHub Wiki](https://github.com/le
0 commit comments