nt8-backup-manager

Automate NinjaTrader 8 backups and validate the active local data path.

2|3|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/mkalhitti-cloud/universal-or-strategy --skill nt8-backup-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nt8-backup-manager
Source: https://github.com/mkalhitti-cloud/universal-or-strategy/tree/main/.agent/skills/nt8-backup-manager
Command: npx skills add https://github.com/mkalhitti-cloud/universal-or-strategy --skill nt8-backup-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill reduces risk of data loss and configuration disruption by automating NinjaTrader 8 backups and validating the local data path after OneDrive changes.

Core Features & Use Cases

  • Automated NT8 backups: create timestamped snapshots of Templates, Workspaces, and Config files.
  • Path validation: ensure the NinjaTrader 8 data directory is the active one to avoid misconfigurations.
  • OneDrive conflict handling: detect and prevent file locks caused by OneDrive to ensure smooth operation.
  • Use Case: A trader wants daily automated backups of NT8 settings without manual steps.

Quick Start

Run a backup using the provided PowerShell script: powershell -File ".agent/skills/nt8-backup-manager/scripts/backup.ps1"

Frequently Asked Questions about nt8-backup-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate NinjaTrader 8 backups for Templates and Workspaces?

Automated NT8 backups use a PowerShell script to generate timestamped snapshots of your Templates, Workspaces, and Config files, preventing data loss without requiring manual intervention.

Why does OneDrive lock NinjaTrader 8 files and cause configuration disruption?

OneDrive file locks occur during cloud syncing and disrupt access to your active local data directory; this backup process detects and prevents these locks to ensure smooth NinjaTrader 8 operation.

How do I validate my NinjaTrader 8 data directory path after OneDrive changes?

You validate your NinjaTrader 8 data directory by running the PowerShell backup script, which verifies directory existence and checks OneDrive lock status to avoid active path misconfigurations.

Does this NT8 backup approach work on any operating system?

This NT8 backup approach applies specifically to Windows NinjaTrader 8 setups, relying on a PowerShell script to perform file backups and validate the active local data path.

What is the best way to back up NinjaTrader 8 configuration files daily?

The best way to back up NinjaTrader 8 configuration files daily is using a PowerShell script that automates timestamped snapshots of Templates, Workspaces, and Config files while handling OneDrive conflicts.