https://github.com/beeattack/MT5_Order_Management
· scanned 2026-06-17 01:38 UTC (1 month, 2 weeks ago)
8 raw signals (0 security + 8 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ -10.5 (diff) · 8 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 174 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 |
|---|---|---|---|
draw_icon |
software | healthy | build_icon.py:11 |
main |
software | healthy | build_icon.py:63 |
_icon_path |
software | healthy | main.py:15 |
main |
software | healthy | main.py:21 |
convert_dt |
software | healthy | utils/timezone_manager.py:40 |
localize_naive |
software | healthy | utils/timezone_manager.py:52 |
format_dt |
software | healthy | utils/timezone_manager.py:64 |
__init__ |
software | healthy | core/strategy.py:31 |
min_bars |
software | healthy | core/strategy.py:50 |
evaluate |
software | healthy | core/strategy.py:53 |
__init__ |
software | healthy | core/risk_manager.py:15 |
size_lots |
software | healthy | core/risk_manager.py:18 |
__init__ |
software | healthy | core/order_manager.py:22 |
_symbol_info |
software | healthy | core/order_manager.py:26 |
_filling_mode |
software | healthy | core/order_manager.py:35 |
_snap_volume |
software | healthy | core/order_manager.py:46 |
get_open_orders |
software | healthy | core/order_manager.py:54 |
close_order |
software | healthy | core/order_manager.py:100 |
close_all_orders |
software | healthy | core/order_manager.py:142 |
close_percent |
software | healthy | core/order_manager.py:159 |
open_order |
software | healthy | core/order_manager.py:181 |
reset |
software | healthy | core/server_clock.py:37 |
update_from_tick_time |
software | healthy | core/server_clock.py:42 |
calibrate |
software | healthy | core/server_clock.py:53 |
offset_seconds |
software | healthy | core/server_clock.py:73 |
server_ts_to_utc |
software | healthy | core/server_clock.py:77 |
utc_to_server_dt |
software | healthy | core/server_clock.py:82 |
_tf_constant |
software | healthy | core/auto_trader.py:43 |
__init__ |
software | healthy | core/auto_trader.py:74 |
open |
software | healthy | core/auto_trader.py:53 |
open_positions |
software | healthy | core/auto_trader.py:56 |
count |
software | healthy | core/auto_trader.py:59 |
close |
software | healthy | core/auto_trader.py:62 |
start |
software | healthy | core/auto_trader.py:112 |
stop |
software | healthy | core/auto_trader.py:159 |
kill |
software | healthy | core/auto_trader.py:165 |
on_tick |
software | dead | core/auto_trader.py:175 |
_enter |
software | healthy | core/auto_trader.py:223 |
_manage_exits |
software | healthy | core/auto_trader.py:266 |
_paper_exit_reason |
software | healthy | core/auto_trader.py:296 |
_guardrails |
software | healthy | core/auto_trader.py:317 |
_in_session |
software | healthy | core/auto_trader.py:343 |
_balance |
software | healthy | core/auto_trader.py:356 |
_daily_pnl |
software | healthy | core/auto_trader.py:362 |
_open_count |
software | healthy | core/auto_trader.py:367 |
_roll_day |
software | healthy | core/auto_trader.py:373 |
_emit_stats |
software | healthy | core/auto_trader.py:381 |
log |
software | healthy | core/auto_trader.py:391 |
__init__ |
software | healthy | core/mt5_connector.py:21 |
detect |
software | healthy | core/mt5_connector.py:24 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
ARCHITECTURE.md |
software | healthy | ARCHITECTURE.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
requirements.txt |
software | healthy | requirements.txt |
README.md |
software | healthy | README.md |
build_icon.py |
software | healthy | build_icon.py |
main.py |
software | healthy | main.py |
version.py |
software | healthy | version.py |
timezone_manager.py |
software | healthy | utils/timezone_manager.py |
__init__.py |
software | healthy | utils/__init__.py |
__init__.py |
software | healthy | models/__init__.py |
order.py |
software | healthy | models/order.py |
signal.py |
software | healthy | models/signal.py |
history_entry.py |
software | healthy | models/history_entry.py |
strategy.py |
software | healthy | core/strategy.py |
__init__.py |
software | healthy | core/__init__.py |
risk_manager.py |
software | healthy | core/risk_manager.py |
order_manager.py |
software | healthy | core/order_manager.py |
server_clock.py |
software | healthy | core/server_clock.py |
auto_trader.py |
software | healthy | core/auto_trader.py |
mt5_connector.py |
software | healthy | core/mt5_connector.py |
history_manager.py |
software | healthy | core/history_manager.py |
indicators.py |
software | healthy | core/indicators.py |
main_window.py |
software | healthy | ui/main_window.py |
__init__.py |
software | healthy | ui/__init__.py |
orders_panel.py |
software | healthy | ui/orders_panel.py |
connection_panel.py |
software | healthy | ui/connection_panel.py |
history_panel.py |
software | healthy | ui/history_panel.py |
autotrade_panel.py |
software | healthy | ui/autotrade_panel.py |
CLAUDE.md |
quality | healthy | CLAUDE.md |
| Label | Layer | Status | Path |
|---|---|---|---|
Order |
software | healthy | models/order.py:6 |
Signal |
software | healthy | models/signal.py:7 |
PaperPosition |
software | healthy | models/signal.py:17 |
HistoryEntry |
software | healthy | models/history_entry.py:6 |
EmaRsiPullbackStrategy |
software | healthy | core/strategy.py:16 |
RiskManager |
software | healthy | core/risk_manager.py:14 |
OrderManager |
software | healthy | core/order_manager.py:21 |
PaperBook |
software | healthy | core/auto_trader.py:47 |
AutoTrader |
software | healthy | core/auto_trader.py:73 |
MT5Connector |
software | healthy | core/mt5_connector.py:20 |
HistoryManager |
software | healthy | core/history_manager.py:16 |
MainWindow |
software | healthy | ui/main_window.py:197 |
OrdersPanel |
software | healthy | ui/orders_panel.py:101 |
ConnectionPanel |
software | healthy | ui/connection_panel.py:93 |
HistoryPanel |
software | healthy | ui/history_panel.py:172 |
AutoTradePanel |
software | healthy | ui/autotrade_panel.py:99 |
| Label | Layer | Status | Path |
|---|---|---|---|
utils |
software | healthy | utils |
models |
software | healthy | models |
core |
software | healthy | core |
ui |
software | healthy | ui |
| Label | Layer | Status | Path |
|---|---|---|---|
beeattack__MT5_Order_Management |
software | healthy | /data/fable5_failed_archive/beeattack__MT5_Order_Management |
This page is publicly accessible at:
https://repobility.com/scan/e72d0003-853d-4b60-9747-f2e4ae510a27/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/e72d0003-853d-4b60-9747-f2e4ae510a27/
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.