Validate and test a Tradovate indicator
<filename> [--validate|--logic]tradovate/# Test Tradovate Indicator Validate structure and test logic of a Tradovate JavaScript indicator. Arguments: $ARGUMENTS ## Test Modes ### --validate (Structure Validation) Check that the indicator follows Tradovate best practices: - Proper class structure - Required exports present - Params match usage - Plots match returns ### --logic (Logic Testing) Trace through the calculation logic: - Verify formulas are mathematically correct - Check edge cases are handled - Validate session logic - Confirm filter behavior ## Validation Checklist ### Structure - [ ] Required imports present - [ ...
`/project:test <COMPONENT_OR_FEATURE>`
Write tests for code using test-driven development principles
测试策略协调员,全面测试规划和实施
Execute tests, generate test reports, and maintain test coverage
Execute comprehensive test suite with detailed reporting and coverage analysis.