reportify-cli 0.1.43__tar.gz → 0.1.44__tar.gz
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.
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/PKG-INFO +1 -1
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/pyproject.toml +1 -1
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/skills/reportify-ai/references/API_REFERENCE.md +0 -1
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/params.py +0 -1
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/.gitignore +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/Makefile +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/README.md +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/scripts/README.md +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/scripts/bump_version.sh +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/scripts/publish.sh +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/skills/reportify-agent/SKILL.md +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/skills/reportify-ai/SKILL.md +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/skills/reportify-ai/references/COMMANDS.md +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/__init__.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/client.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/__init__.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/agent.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/channels.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/concepts.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/docs.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/following.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/kb.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/macro.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/quant.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/search.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/stock.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/timeline.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/commands/user.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/main.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/output.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/settings.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/src/utils.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/tests/__init__.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/tests/integration/test_docs_integration.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/tests/integration/test_stock_integration.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/tests/test_commands/__init__.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/tests/test_commands/test_docs.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/tests/test_commands/test_quant.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/tests/test_commands/test_search.py +0 -0
- {reportify_cli-0.1.43 → reportify_cli-0.1.44}/uv.lock +0 -0
{reportify_cli-0.1.43 → reportify_cli-0.1.44}/skills/reportify-ai/references/API_REFERENCE.md
RENAMED
|
@@ -287,7 +287,6 @@ Stock symbols must use `market:ticker` format:
|
|
|
287
287
|
| `sell_commission` | float | | 0 | Sell commission rate, takes priority over commission |
|
|
288
288
|
| `min_commission_amount` | float | | 0 | Minimum commission per trade in CNY |
|
|
289
289
|
| `slippage` | float | | 0 | Slippage ratio (buy up / sell down) |
|
|
290
|
-
| `stop_loss` | float | | 0 | Stop loss % (0=disabled) |
|
|
291
290
|
| `position_size` | float | | 0.2 | Max position size ratio per stock (based on total assets) |
|
|
292
291
|
| `max_positions` | int | | 5 | Max number of holding stocks |
|
|
293
292
|
| `min_volume` | int | | 100 | Minimum trading volume |
|
|
@@ -482,7 +482,6 @@ QUANT_BACKTEST_PARAMS = [
|
|
|
482
482
|
ParamDef("sell_commission", "float", "Sell commission rate, takes priority over commission", default=0),
|
|
483
483
|
ParamDef("min_commission_amount", "float", "Minimum commission per trade in CNY", default=0),
|
|
484
484
|
ParamDef("slippage", "float", "Slippage ratio, buy price up / sell price down", default=0),
|
|
485
|
-
ParamDef("stop_loss", "float", "Stop loss ratio (0 to disable)", default=0),
|
|
486
485
|
ParamDef("position_size", "float", "Max position size ratio per stock based on total assets"),
|
|
487
486
|
ParamDef("max_positions", "int", "Max number of holding stocks"),
|
|
488
487
|
ParamDef("min_volume", "int", "Minimum trading volume", default=100),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|