Validate and test a Pine Script indicator
<filename> [--validate|--logic]pine/# Test Pine Script Indicator Validate structure and test logic of a Pine Script indicator. Arguments: $ARGUMENTS ## Test Modes ### --validate (Structure Validation) Check that the indicator follows Pine Script best practices: - Version declaration present - Proper indicator() call - All inputs defined correctly - All plots have valid sources - No deprecated functions (for version) ### --logic (Logic Testing) Trace through the calculation logic: - Verify formulas are mathematically correct - Check edge cases are handled - Validate session logic - Confirm plot conditions ## Validation Ch...
`/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.