TPTBusiness
|
9e269dafe1
|
fix: add hypothesis to test deps and fix missing imports in deep tests
|
2026-05-09 18:06:39 +02:00 |
|
TPTBusiness
|
3dfa6d5f11
|
revert: remove automated release social workflow
|
2026-05-09 17:54:14 +02:00 |
|
TPTBusiness
|
a9f526e6ef
|
feat: auto-post releases to Mastodon and X/Twitter via GitHub Actions
|
2026-05-09 17:53:11 +02:00 |
|
TPTBusiness
|
6538efa89d
|
chore: remove accidentally committed binary
|
2026-05-09 17:49:00 +02:00 |
|
TPTBusiness
|
9d6c6d1d5f
|
refactor: rename project from Predix to NexQuant
Rename all source files, scripts, tests, documentation, and configuration
from Predix/predix to NexQuant/nexquant across the entire codebase.
|
2026-05-09 17:48:22 +02:00 |
|
TPTBusiness
|
70029b4577
|
docs: update README — Kronos-small, test depth, daemon setup, project structure
- Kronos: auto-integrated into fin_quant, 3 horizons, model size table
- Tests: 1125+ collected (was 134), property-based + fuzzing
- CLI: updated commands, removed outdated Kronos commands
- llama-server: reduced to 18 GPU layers for Kronos co-existence
- Daemon setup: auto-restart commands for fin_quant, autopilot, live trader
- Project structure: scripts/, test/ details, current architecture
|
2026-05-09 09:39:06 +02:00 |
|
TPTBusiness
|
d098a8213b
|
test: deep tests for predix_parallel (RunState, env, commands) and continuous_strategies (ML model)
- predix_parallel: 20 tests — RunState elapsed formatting (property-based, 200 inputs),
status icons, API key loading, round-robin assignment, env building (local +
openrouter), command building, edge cases
- continuous_strategies: 11 tests — build_ml_model (sufficient/insufficient data,
OOS rejection, never-crashes property), config validation, style cycling
|
2026-05-09 08:50:13 +02:00 |
|
TPTBusiness
|
0407b3c53e
|
test: deep tests for predix_gen_strategies_real_bt (36 tests)
- _rescale_thresholds: property-based fuzzing (200 random inputs),
RSI toward-50 logic, small-threshold scaling, syntax preservation
- Factor loading: empty dir, sort by IC, top_n, missing parquet, corrupt JSON
- OHLCV loading: file-not-found, cache reuse
- TeeFile: writes to multiple handles, fileno delegation
- Backtest runner: sandbox execution, syntax error, missing signal
- Acceptance criteria: 7-parameter combinatorial check (daytrading + swing)
- Configuration: style defaults (daytrading vs swing)
|
2026-05-09 08:41:08 +02:00 |
|
TPTBusiness
|
6e420e0715
|
test: deep property-based + fuzzing tests for backtest, verifier, and autopilot
- test_verify_runtime_deep: hypothesis property tests, fuzzing 1000 random results,
invariant independence checking, edge cases (NaN, inf, negative trades)
- test_vbt_backtest_deep: property tests (cost monotonicity, signal inversion,
max_dd invariants), edge cases (1 bar, empty, NaN, inf, mismatched lengths)
- test_autopilot: mocked orchestrator tests (failure recovery, counting logic,
ensemble building, style cycling, hypothesis property tests)
|
2026-05-08 23:12:33 +02:00 |
|
TPTBusiness
|
c92530c5a8
|
chore: remove accidentally committed pycache files
|
2026-05-08 22:47:50 +02:00 |
|
TPTBusiness
|
d924f3d142
|
test: add tests for RDAgentLog debug() and LiteLLMAPIBackend
|
2026-05-08 22:47:41 +02:00 |
|
TPTBusiness
|
0ef2b96455
|
Revert "feat: prioritize Kronos foundation model factors in strategy selection"
This reverts commit b58fc5622dd08ab81ba890db1896f06f2266fe29.
|
2026-05-08 18:32:38 +02:00 |
|
TPTBusiness
|
360140f671
|
feat: prioritize Kronos foundation model factors in strategy selection
|
2026-05-08 18:32:16 +02:00 |
|
TPTBusiness
|
ac39bbb058
|
fix: restore KronosPredictor instantiation deleted during refactor
|
2026-05-07 21:52:37 +02:00 |
|
TPTBusiness
|
b81466cac9
|
feat: support Kronos-small and Kronos-base models, auto-select GPU/CPU
|
2026-05-07 21:45:28 +02:00 |
|
TPTBusiness
|
b7f3fb824e
|
fix: add missing debug() method to RDAgentLog
|
2026-05-06 21:25:59 +02:00 |
|
TPTBusiness
|
0554d59f48
|
feat: integrate Kronos foundation model into fin_quant R&D loop
|
2026-05-06 16:22:03 +02:00 |
|
TPTBusiness
|
9f93ca1374
|
fix: prevent LLM retry loop from consecutive assistant message corruption
|
2026-05-05 18:56:12 +02:00 |
|
TPTBusiness
|
64ac65dfff
|
gitignore: add STARRED_REPOS_ANALYSIS.md to internal docs
|
2026-05-05 16:56:45 +02:00 |
|
Trading Prediction Technology
|
2fd7256e1b
|
Add Predix data flow architecture diagram
Added a detailed SVG diagram illustrating the Predix data flow architecture, covering the full pipeline from data source to live trading.
|
2026-05-05 16:44:10 +02:00 |
|
TPTBusiness
|
4e4c782fd5
|
feat: run Kronos on CPU to avoid GPU conflict with llama-server
|
2026-05-05 15:29:01 +02:00 |
|
TPTBusiness
|
d51a4edf0b
|
chore: release v1.5.0 — manual release, update manifest and AGENTS.md
|
2026-05-05 15:10:47 +02:00 |
|
dependabot[bot]
|
008a16c512
|
chore(deps): Bump axios from 1.15.0 to 1.15.2 in /web (#55)
Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.15.0...v1.15.2)
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.15.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.5.0
|
2026-05-05 07:22:00 +02:00 |
|
TPTBusiness
|
d8e95aa988
|
fix: sync release manifest to v1.4.3 (was diverged at 0.8.0)
|
2026-05-05 07:21:34 +02:00 |
|
TPTBusiness
|
1b93ae2c99
|
fix: relax WF default test (wf_oos_sharpe_mean not present when 0 windows)
|
2026-05-05 06:44:04 +02:00 |
|
github-actions[bot]
|
318d1c1caa
|
chore(master): release 0.8.0 (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-05-04 22:32:05 +02:00 |
|
dependabot[bot]
|
5a63024ed5
|
chore(deps): Update gymnasium requirement from >=0.29.0 to >=0.29.1 (#51)
Updates the requirements on [gymnasium](https://github.com/Farama-Foundation/Gymnasium) to permit the latest version.
- [Release notes](https://github.com/Farama-Foundation/Gymnasium/releases)
- [Commits](https://github.com/Farama-Foundation/Gymnasium/compare/v0.29.0...v0.29.1)
---
updated-dependencies:
- dependency-name: gymnasium
dependency-version: 0.29.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-05-04 22:32:02 +02:00 |
|
dependabot[bot]
|
710957fc4e
|
chore(deps): Update beautifulsoup4 requirement from >=4.12.0 to >=4.14.3 (#50)
Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version.
---
updated-dependencies:
- dependency-name: beautifulsoup4
dependency-version: 4.14.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-05-04 22:31:48 +02:00 |
|
dependabot[bot]
|
c94f5c6cc7
|
chore(deps): Update optuna requirement from >=3.5.0 to >=3.6.2 (#52)
Updates the requirements on [optuna](https://github.com/optuna/optuna) to permit the latest version.
- [Release notes](https://github.com/optuna/optuna/releases)
- [Commits](https://github.com/optuna/optuna/compare/v3.5.0...v3.6.2)
---
updated-dependencies:
- dependency-name: optuna
dependency-version: 3.6.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-05-04 22:31:44 +02:00 |
|
dependabot[bot]
|
f933c0f1a2
|
chore(deps): Update streamlit requirement from >=1.47 to >=1.57.0 (#53)
Updates the requirements on [streamlit](https://github.com/streamlit/streamlit) to permit the latest version.
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](https://github.com/streamlit/streamlit/compare/1.47.0...1.57.0)
---
updated-dependencies:
- dependency-name: streamlit
dependency-version: 1.57.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-05-04 22:31:41 +02:00 |
|
TPTBusiness
|
e412eb0f32
|
docs: add closed-source test policy; remove closed-source test imports
|
2026-05-04 22:31:11 +02:00 |
|
TPTBusiness
|
2cdedc9948
|
test: add 9 tests (verifier edge cases, factor loader, stability, MTF, save strategy) — 641 total
|
2026-05-04 22:19:49 +02:00 |
|
TPTBusiness
|
439bc7872a
|
test: add 10 tests (continuous gen, strategy builder, live trader, factor integration) — 632 total
|
2026-05-04 22:11:39 +02:00 |
|
TPTBusiness
|
bff706d3e1
|
fix: update WF test for new default (wf_rolling=True)
|
2026-05-04 22:04:05 +02:00 |
|
TPTBusiness
|
55b2f22ad0
|
test: add 15 tests (WF details, optuna, preflight, signal validation, IC bounds) — 622 total
|
2026-05-04 21:56:28 +02:00 |
|
TPTBusiness
|
56bd719a9c
|
test: add 15 tests (perf bounds, chaining, multi-index, metric bounds, factor runner edges) — 607 total
|
2026-05-04 21:43:18 +02:00 |
|
TPTBusiness
|
4f92bbd916
|
test: add 16 headform tests (docker mocks, spread, rollover, regression, cross-system) — 592 total
|
2026-05-04 21:39:27 +02:00 |
|
TPTBusiness
|
7e2e28542b
|
test: add 7 robustness tests (slippage, latency, MC-reshuffle, OOS, weekend gaps) — 576 total
|
2026-05-04 21:06:53 +02:00 |
|
TPTBusiness
|
bc744d5f51
|
fix: skip Kronos factor on GPUs < 20GB to avoid CUDA OOM (shared with llama-server)
|
2026-05-04 20:31:11 +02:00 |
|
TPTBusiness
|
8be73eae9a
|
feat: enable walk-forward OOS validation by default in backtest_signal_ftmo
|
2026-05-04 18:43:17 +02:00 |
|
TPTBusiness
|
bbf127013e
|
test: add 15 deepest tests (property-based, metamorphic, fuzzing, stress) — 569 total
|
2026-05-04 18:31:28 +02:00 |
|
TPTBusiness
|
8bf75ccfa6
|
test: add 14 tests for final untested modules (runtime_info, repo_utils, json_loader) — 554 total
|
2026-05-04 18:21:31 +02:00 |
|
TPTBusiness
|
f4962bde81
|
fix(security): replace os.path.realpath with pathlib.resolve in safe_resolve_path to fix path-injection alerts
|
2026-05-04 18:05:09 +02:00 |
|
TPTBusiness
|
70ad304a37
|
test: add 23 open-source tests (CLI, backtest edge cases, core utils, protections, env, log) — 540 total
|
2026-05-03 23:13:55 +02:00 |
|
TPTBusiness
|
8409451ac4
|
feat: continuous strategy generator (WF, MTF, stability, ML models, auto-ensemble)
|
2026-05-03 22:42:29 +02:00 |
|
TPTBusiness
|
982b902b1a
|
feat: optimize strategy generator (cache OHLCV, min_sharpe 1.5, predix generate-strategies CLI)
|
2026-05-03 21:58:07 +02:00 |
|
TPTBusiness
|
cc265d6045
|
refactor: move strategy_orchestrator and optuna_optimizer to closed-source (local/)
|
2026-05-03 21:38:09 +02:00 |
|
TPTBusiness
|
1e7d4b76a0
|
docs: update license section from MIT to AGPL-3.0
|
2026-05-03 21:20:41 +02:00 |
|
TPTBusiness
|
1606546496
|
feat: add runtime backtest verification (10 invariant checks in <1ms) + 489 tests + README docs
|
2026-05-03 14:00:49 +02:00 |
|
TPTBusiness
|
4fd43f34c0
|
test: add 8 cross-implementation validation tests (IC/Sharpe/MaxDD cross-check, buy-and-hold equality, IC invariance) — closes 5% gap, 477 total
|
2026-05-03 13:53:43 +02:00 |
|