@timmeck/trading-brain 2.29.0 → 2.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ Same full engine suite as Brain, fed with trade history via DataMiner:
|
|
|
50
50
|
|
|
51
51
|
### Dream Mode & Consciousness
|
|
52
52
|
- **Dream Engine** — Offline consolidation: memory replay, synapse pruning, compression, importance decay
|
|
53
|
-
- **
|
|
53
|
+
- **Mission Control Dashboard** — Unified dashboard at http://localhost:7788 (Consciousness Entity, Thoughts, Engines, Intelligence)
|
|
54
54
|
- **Prediction Engine** — Holt-Winters forecasting for win rates and PnL with auto-calibration
|
|
55
55
|
- **AutoResponder** — Automatically adjusts trading parameters when anomalies detected
|
|
56
56
|
- **Self-Improvement Loop** — Generates improvement suggestions
|
|
@@ -161,10 +161,10 @@ trading import <file> Import trades from JSON
|
|
|
161
161
|
|
|
162
162
|
| Brain | Version | Purpose | Ports |
|
|
163
163
|
|-------|---------|---------|-------|
|
|
164
|
-
| [Brain](../brain) | v3.
|
|
165
|
-
| **Trading Brain** | v2.
|
|
166
|
-
| [Marketing Brain](../marketing-brain) | v1.
|
|
167
|
-
| [Brain Core](../brain-core) | v2.
|
|
164
|
+
| [Brain](../brain) | v3.34.0 | Error memory, code intelligence, full autonomy & self-modification | 7777 / 7778 / 7788 |
|
|
165
|
+
| **Trading Brain** | v2.29.0 | Adaptive trading intelligence with signal learning & backtesting | **7779** / 7780 |
|
|
166
|
+
| [Marketing Brain](../marketing-brain) | v1.30.0 | Content strategy, engagement & cross-platform optimization | 7781 / 7782 / 7783 |
|
|
167
|
+
| [Brain Core](../brain-core) | v2.34.0 | Shared infrastructure — 30+ engines | — |
|
|
168
168
|
|
|
169
169
|
## Support
|
|
170
170
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timmeck/trading-brain",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.1",
|
|
4
4
|
"description": "Adaptive trading intelligence system with Hebbian synapses, spreading activation, Wilson Score confidence, and adaptive calibration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|