← スキル一覧に戻る

nt8-log-monitor
by mkalhitti-cloud
NinjaTrader 8 automated trading system for MES/MGC
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: nt8-log-monitor description: Autonomous monitoring of NinjaTrader 8 logs and trace files for errors, rejections, and crashes.
NinjaTrader 8 Log Monitor Skill
This skill allows Antigravity to autonomously verify the health of the NinjaTrader 8 environment by scanning system logs and trace files.
Universal Path: ${PROJECT_ROOT}
Executors: ${BRAIN} (Reasoning), ${HANDS} (Gemini Flash via delegation_bridge)
Related Skills
- file-manager - File operations and deployment
- delegation-bridge - Safe deployment execution
- wearable-project - Portability standards
Core Capabilities
- Identify Latest Logs: Finds the most recent
.txtlog files and Rithmic/Brokerage trace files. - Error Detection: Scans for "Rejected", "Termination", "Error", and "Exception".
- Instrument Monitoring: Scans specifically for events related to MES or MGC.
When to Use
- After Deployment: Always run this skill after deploying a new version of the Master Strategy (
UniversalORStrategyV8_X) to ensure it initialized without errors. - After Rejection: If you suspect an order was rejected or a stop wasn't placed, use this skill to check the
log/directory. - Connection Issues: Check the
trace/directory for Rithmic disconnects or timeout errors.
Script Usage
Find Latest Logs
.agent\skills\nt8-log-monitor\scripts\Get-LatestLog.ps1
Scan for Errors
.agent\skills\nt8-log-monitor\scripts\Scan-LogsForErrors.ps1 -Keywords @("Rejected", "Error", "MGC")
Protocol: Post-Deployment Health Check
After updating a strategy:
- Run
Scan-LogsForErrors.ps1. - Look for any
TerminationorErrorlogs timestamped within the last 5 minutes. - Report status to the user.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です