https://github.com/shoohi/markov-quant-backtester
· scanned 2026-06-16 04:38 UTC (1 month, 3 weeks ago)
6 raw signals (0 security + 6 graph)
Last scanned 1 month, 3 weeks ago · v1 · 6 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 50 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
__init__ |
software | healthy | data.py:8 |
get_latest_bars |
software | healthy | data.py:27 |
update_bars |
software | healthy | data.py:34 |
__init__ |
software | healthy | portfolio.py:8 |
update_signal |
software | healthy | portfolio.py:18 |
update_fill |
software | healthy | portfolio.py:32 |
record_current_equity |
software | healthy | portfolio.py:47 |
calculate_performance_metrics |
software | healthy | portfolio.py:59 |
__init__ |
software | healthy | strategy.py:16 |
_get_dynamic_states |
software | healthy | strategy.py:28 |
_build_transition_matrix |
software | healthy | strategy.py:52 |
calculate_signals |
software | healthy | strategy.py:71 |
__init__ |
software | healthy | events.py:40 |
print_order |
software | dead | events.py:33 |
run_headless_backtest |
software | healthy | optimize.py:15 |
grid_search_optimization |
software | healthy | optimize.py:59 |
__init__ |
software | healthy | execution.py:12 |
execute_order |
software | healthy | execution.py:17 |
process_pending_orders |
software | healthy | execution.py:22 |
annualised_sharpe |
software | healthy | metrics.py:9 |
max_drawdown |
software | healthy | metrics.py:21 |
buy_and_hold_metrics |
software | healthy | metrics.py:31 |
download_sample_data |
software | healthy | get_data.py:6 |
run_backtest |
software | healthy | main.py:20 |
load_price_data |
software | healthy | app.py:20 |
run_simulation |
software | healthy | app.py:41 |
| Label | Layer | Status | Path |
|---|---|---|---|
data.py |
software | healthy | data.py |
portfolio.py |
software | healthy | portfolio.py |
conftest.py |
software | healthy | conftest.py |
strategy.py |
software | healthy | strategy.py |
events.py |
software | healthy | events.py |
optimize.py |
software | healthy | optimize.py |
execution.py |
software | healthy | execution.py |
requirements.txt |
software | healthy | requirements.txt |
README.md |
software | healthy | README.md |
metrics.py |
software | healthy | metrics.py |
get_data.py |
software | healthy | get_data.py |
main.py |
software | healthy | main.py |
app.py |
software | healthy | app.py |
requirements-dev.txt |
software | healthy | requirements-dev.txt |
| Label | Layer | Status | Path |
|---|---|---|---|
HistoricCSVDataHandler |
software | healthy | data.py:5 |
Portfolio |
software | healthy | portfolio.py:7 |
MarkovChainStrategy |
software | healthy | strategy.py:6 |
Event |
software | healthy | events.py:1 |
MarketEvent |
software | healthy | events.py:6 |
SignalEvent |
software | healthy | events.py:13 |
OrderEvent |
software | healthy | events.py:23 |
FillEvent |
software | healthy | events.py:37 |
SimulatedExecutionHandler |
software | healthy | execution.py:4 |
| Label | Layer | Status | Path |
|---|---|---|---|
shoohi__markov-quant-backtester |
software | healthy | /data/fable5_failed_archive/shoohi__markov-quant-backtester |
This page is publicly accessible at:
https://repobility.com/scan/e835b392-9834-49a4-94d0-c65de70750c8/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/e835b392-9834-49a4-94d0-c65de70750c8/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.