Update dependencies and configuration files

- Added new dependencies: `plotly`, `websocket`, `cffi`, `gevent`, `greenlet`, and `narwhals` to `pyproject.toml` and `uv.lock`.
- Updated `.gitignore` to exclude the `frontend/` directory.
- Modified configuration files to set `start_date` to `2025-01-01` in `config_bbrs.json` and `config_default.json`, with `stop_date` set to `null` in both.
- Introduced a new project metadata file `.cursor/project.mdc` for project documentation and management.
This commit is contained in:
Ajasra
2025-05-25 15:39:10 +08:00
parent 65ae3060de
commit 2418538747
6 changed files with 235 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"start_date": "2025-03-01",
"stop_date": "2025-03-15",
"start_date": "2025-01-01",
"stop_date": null,
"initial_usd": 10000,
"timeframes": ["1min"],
"strategies": [

View File

@@ -1,5 +1,5 @@
{
"start_date": "2025-03-01",
"start_date": "2024-01-01",
"stop_date": null,
"initial_usd": 10000,
"timeframes": ["15min"],