Debug and troubleshoot Tradovate indicator errors
<filename> [--error <message>]tradovate/# Debug Tradovate Indicator Troubleshoot errors and issues in a Tradovate JavaScript indicator. Arguments: $ARGUMENTS ## Debugging Process 1. Read the indicator file completely 2. If error message provided, analyze it 3. Check for common Tradovate issues 4. Identify the root cause 5. Suggest specific fixes ## Common Tradovate Errors ### Module Errors | Error | Cause | Fix | |-------|-------|-----| | "Module not found" | Wrong require path | Check path | | "X is not a function" | Missing import | Add require() | | "X is not defined" | Undeclared variable | Define variable | | "Unexpecte...
`/project:debug <TASK_DESCRIPTION>`
Systematic four-phase debugging framework for finding root causes
Apply expert debugging methodology to investigate a specific issue
Systematically diagnose and resolve bugs through conversational investigation and root cause analysis
Investigate and diagnose issues without necessarily fixing them