Back to list
mkalhitti-cloud

nt8-log-monitor

by mkalhitti-cloud

NinjaTrader 8 automated trading system for MES/MGC

0🍴 0📅 Jan 25, 2026

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)

Core Capabilities

  1. Identify Latest Logs: Finds the most recent .txt log files and Rithmic/Brokerage trace files.
  2. Error Detection: Scans for "Rejected", "Termination", "Error", and "Exception".
  3. 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:

  1. Run Scan-LogsForErrors.ps1.
  2. Look for any Termination or Error logs timestamped within the last 5 minutes.
  3. Report status to the user.

Score

Total Score

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon