@timmeck/trading-brain 2.30.1 → 2.30.2
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/dist/trading-core.js +1 -1
- package/package.json +1 -1
package/dist/trading-core.js
CHANGED
|
@@ -209,7 +209,7 @@ export class TradingCore {
|
|
|
209
209
|
// 12g. Prediction Engine — Proactive Forecasting (2h horizon for trades)
|
|
210
210
|
const predictionEngine = new PredictionEngine(this.db, {
|
|
211
211
|
brainName: 'trading-brain',
|
|
212
|
-
defaultHorizonMs:
|
|
212
|
+
defaultHorizonMs: 1_200_000,
|
|
213
213
|
});
|
|
214
214
|
this.orchestrator.setPredictionEngine(predictionEngine);
|
|
215
215
|
predictionEngine.start();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timmeck/trading-brain",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.2",
|
|
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",
|