https://github.com/Tyled763/tradingpalantir
· scanned 2026-06-16 00:44 UTC (2 months, 1 week ago)
44 raw signals (0 security + 44 graph)
Last scanned 2 months, 1 week ago · v1 · 43 actionable findings from 1 signal source. 1 repeated signal grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 405 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 | strategy/oscmatrix.py:34 |
update |
software | healthy | strategy/oscmatrix.py:66 |
_fvg_to_str |
software | healthy | strategy/calculator.py:42 |
_calc_tp |
software | healthy | strategy/calculator.py:49 |
calc_tp |
software | healthy | strategy/calculator.py:65 |
_process_bar |
software | healthy | strategy/calculator.py:73 |
__init__ |
software | healthy | strategy/calculator.py:196 |
_osc_merge |
software | healthy | strategy/calculator.py:210 |
warmup_from_df |
software | healthy | strategy/calculator.py:214 |
get_ema_at_cutoff |
software | healthy | strategy/calculator.py:240 |
find_fractal_stop |
software | healthy | strategy/calculator.py:254 |
process_bar |
software | healthy | strategy/calculator.py:299 |
_inside |
software | healthy | strategy/engine.py:18 |
_has_bull_fvg |
software | healthy | strategy/engine.py:23 |
_has_bear_fvg |
software | healthy | strategy/engine.py:27 |
_common_checks_bull |
software | healthy | strategy/engine.py:31 |
_common_checks_bear |
software | healthy | strategy/engine.py:52 |
check_trend |
software | dead | strategy/engine.py:76 |
check_breakout |
software | dead | strategy/engine.py:105 |
check_reversal |
software | dead | strategy/engine.py:138 |
check_all_signals |
software | healthy | strategy/engine.py:165 |
__init__ |
software | healthy | strategy/decision_engine.py:35 |
evaluate_entry |
software | healthy | strategy/decision_engine.py:41 |
_bar_ms |
software | healthy | strategy/entry_signal_engine.py:21 |
_finite |
software | healthy | strategy/entry_signal_engine.py:25 |
__init__ |
software | healthy | strategy/entry_signal_engine.py:33 |
monitored |
software | healthy | strategy/entry_signal_engine.py:42 |
watch |
software | healthy | strategy/entry_signal_engine.py:45 |
unwatch |
software | healthy | strategy/entry_signal_engine.py:67 |
row |
software | healthy | strategy/entry_signal_engine.py:74 |
poll |
software | healthy | strategy/entry_signal_engine.py:79 |
_ingest |
software | healthy | strategy/entry_signal_engine.py:99 |
_detect |
software | healthy | strategy/entry_signal_engine.py:121 |
__init__ |
software | healthy | strategy/cross_state.py:34 |
update |
software | healthy | strategy/cross_state.py:38 |
__getattr__ |
software | healthy | config/__init__.py:3 |
row |
software | healthy | tests/test_exit_manager.py:15 |
test_sl_always_first |
software | healthy | tests/test_exit_manager.py:20 |
test_normal_mode_tp_hit |
software | healthy | tests/test_exit_manager.py:27 |
test_ride_latch_on_confluence_ignores_tp |
software | healthy | tests/test_exit_manager.py:34 |
test_ride_exits_on_trendflex_flip |
software | healthy | tests/test_exit_manager.py:43 |
test_ride_holds_while_trendflex_positive |
software | healthy | tests/test_exit_manager.py:50 |
test_r_progression_moves_stop_to_breakeven |
software | healthy | tests/test_exit_manager.py:57 |
test_r_progression_locks_plus_1r |
software | healthy | tests/test_exit_manager.py:66 |
test_stop_never_moves_down |
software | healthy | tests/test_exit_manager.py:75 |
test_emergency_flatten |
software | healthy | tests/test_exit_manager.py:84 |
test_trail_above_entry_labeled_profit |
software | healthy | tests/test_exit_manager.py:91 |
journal |
software | healthy | tests/conftest.py:14 |
rules |
software | healthy | tests/conftest.py:20 |
test_roundtrip_pnl_includes_fees_and_slippage |
software | healthy | tests/test_paper_broker.py:9 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
agent_card.json |
software | healthy | agent_card.json |
competition.md |
software | healthy | competition.md |
.env.example |
software | healthy | .env.example |
SUBMISSION.md |
software | healthy | SUBMISSION.md |
requirements.txt |
software | healthy | requirements.txt |
__init__.py |
software | healthy | strategy/__init__.py |
oscmatrix.py |
software | healthy | strategy/oscmatrix.py |
calculator.py |
software | healthy | strategy/calculator.py |
engine.py |
software | healthy | strategy/engine.py |
decision_engine.py |
software | healthy | strategy/decision_engine.py |
entry_signal_engine.py |
software | healthy | strategy/entry_signal_engine.py |
cross_state.py |
software | healthy | strategy/cross_state.py |
__init__.py |
software | healthy | config/__init__.py |
rules.json |
software | healthy | config/rules.json |
token_registry.json |
software | healthy | config/token_registry.json |
settings.py |
software | healthy | config/settings.py |
test_exit_manager.py |
software | healthy | tests/test_exit_manager.py |
__init__.py |
software | healthy | tests/__init__.py |
conftest.py |
software | healthy | tests/conftest.py |
test_paper_broker.py |
software | healthy | tests/test_paper_broker.py |
test_risk_governor.py |
software | healthy | tests/test_risk_governor.py |
test_min_stop_guard.py |
software | healthy | tests/test_min_stop_guard.py |
test_daily_fallback.py |
software | healthy | tests/test_daily_fallback.py |
test_drawdown_guard.py |
software | healthy | tests/test_drawdown_guard.py |
test_opportunity_radar.py |
software | healthy | tests/test_opportunity_radar.py |
test_daily_trade_monitor.py |
software | healthy | tests/test_daily_trade_monitor.py |
__init__.py |
software | healthy | journal/__init__.py |
event_types.py |
software | healthy | journal/event_types.py |
trade_journal.py |
software | healthy | journal/trade_journal.py |
evidence.py |
software | healthy | intelligence/evidence.py |
__init__.py |
software | healthy | intelligence/__init__.py |
opportunity_radar.py |
software | healthy | intelligence/opportunity_radar.py |
derivatives_pressure_engine.py |
software | healthy | intelligence/derivatives_pressure_engine.py |
token_risk_firewall.py |
software | healthy | intelligence/token_risk_firewall.py |
market_regime_engine.py |
software | healthy | intelligence/market_regime_engine.py |
__init__.py |
software | healthy | scripts/__init__.py |
run_agent.py |
software | healthy | scripts/run_agent.py |
replay.py |
software | healthy | scripts/replay.py |
detect_audit.py |
software | healthy | scripts/detect_audit.py |
score_calibration.py |
software | healthy | scripts/score_calibration.py |
diag_signals.py |
software | healthy | scripts/diag_signals.py |
app.py |
software | healthy | dashboard/app.py |
__init__.py |
software | healthy | risk/__init__.py |
core.py |
software | healthy | risk/core.py |
drawdown_guard.py |
software | healthy | risk/drawdown_guard.py |
daily_trade_monitor.py |
software | healthy | risk/daily_trade_monitor.py |
risk_governor.py |
software | healthy | risk/risk_governor.py |
__init__.py |
software | healthy | execution/__init__.py |
twak_adapter.py |
software | healthy | execution/twak_adapter.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
_Ema |
software | healthy | strategy/oscmatrix.py:22 |
OscMatrix |
software | healthy | strategy/oscmatrix.py:33 |
BarState |
software | healthy | strategy/calculator.py:23 |
BarProcessor |
software | healthy | strategy/calculator.py:195 |
TradeDecision |
software | healthy | strategy/decision_engine.py:19 |
DecisionEngine |
software | healthy | strategy/decision_engine.py:34 |
EntrySignalEngine |
software | healthy | strategy/entry_signal_engine.py:32 |
CrossTimeframeState |
software | healthy | strategy/cross_state.py:16 |
P |
software | healthy | tests/test_exit_manager.py:7 |
_NoFeed |
software | healthy | tests/test_min_stop_guard.py:9 |
FakeRegistry |
software | healthy | tests/test_opportunity_radar.py:10 |
FakeCMC |
software | healthy | tests/test_opportunity_radar.py:19 |
FW |
software | healthy | tests/test_opportunity_radar.py:106 |
TradeJournal |
software | healthy | journal/trade_journal.py:18 |
EvidenceItem |
software | healthy | intelligence/evidence.py:19 |
EvidencePack |
software | healthy | intelligence/evidence.py:42 |
ScoredToken |
software | healthy | intelligence/opportunity_radar.py:36 |
OpportunityRadar |
software | healthy | intelligence/opportunity_radar.py:62 |
DerivativesPressureEngine |
software | healthy | intelligence/derivatives_pressure_engine.py:20 |
TokenRiskFirewall |
software | healthy | intelligence/token_risk_firewall.py:22 |
MarketRegimeEngine |
software | healthy | intelligence/market_regime_engine.py:19 |
TradingPalantir |
software | healthy | scripts/run_agent.py:49 |
PaperPos |
software | healthy | scripts/replay.py:29 |
PosState |
software | healthy | risk/core.py:50 |
Position |
software | healthy | risk/core.py:58 |
PositionRegistry |
software | healthy | risk/core.py:83 |
RuleBook |
software | healthy | risk/core.py:146 |
ComplianceEntry |
software | healthy | risk/core.py:170 |
ComplianceLog |
software | healthy | risk/core.py:177 |
RiskManager |
software | healthy | risk/core.py:190 |
DrawdownGuard |
software | healthy | risk/drawdown_guard.py:15 |
DailyTradeMonitor |
software | healthy | risk/daily_trade_monitor.py:32 |
RiskGovernor |
software | healthy | risk/risk_governor.py:19 |
TwakError |
software | healthy | execution/twak_adapter.py:21 |
TwakExec |
software | healthy | execution/twak_adapter.py:41 |
ExecutionRouter |
software | healthy | execution/execution_router.py:16 |
PaperBroker |
software | healthy | execution/paper_broker.py:15 |
ATR |
software | healthy | exit/atr.py:11 |
ExitAction |
software | healthy | exit/exit_manager.py:24 |
ExitManager |
software | healthy | exit/exit_manager.py:32 |
CMCError |
software | healthy | cmc/cmc_client.py:32 |
CMC |
software | healthy | cmc/cmc_client.py:36 |
CMCMCPError |
software | healthy | cmc/mcp_client.py:33 |
CMCMcp |
software | healthy | cmc/mcp_client.py:37 |
BscDataError |
software | healthy | marketdata/gt_feed.py:43 |
GeckoTerminalFeed |
software | healthy | marketdata/gt_feed.py:47 |
TokenEntry |
software | healthy | marketdata/token_registry.py:26 |
TokenRegistry |
software | healthy | marketdata/token_registry.py:47 |
GatewayDecision |
software | healthy | llm/gateway.py:49 |
LLMGateway |
software | healthy | llm/gateway.py:61 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
strategy |
software | healthy | strategy |
config |
software | healthy | config |
tests |
software | healthy | tests |
journal |
software | healthy | journal |
intelligence |
software | healthy | intelligence |
scripts |
software | healthy | scripts |
dashboard |
software | healthy | dashboard |
risk |
software | healthy | risk |
execution |
software | healthy | execution |
exit |
software | healthy | exit |
cmc |
software | healthy | cmc |
position |
software | healthy | position |
marketdata |
software | healthy | marketdata |
llm |
software | healthy | llm |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-cz7wdyl5 |
software | healthy | /tmp/repobility-clone-cz7wdyl5 |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
events |
data | healthy | journal/trade_journal.py |
This page is publicly accessible at:
https://repobility.com/scan/4d5a6773-d686-4a1e-8c03-28b0e3cabbb3/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/4d5a6773-d686-4a1e-8c03-28b0e3cabbb3/
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.