Validate Tradovate indicator structure and exports
<filename>tradovate/# Validate Tradovate Indicator
Validate a Tradovate JavaScript indicator structure and exports. Arguments: $ARGUMENTS
## Validation Checks
### Class Structure
- Has `init()` method
- Has `map(d, i, history)` method
- Optional `filter()` method
- Proper `this` context usage
### Export Structure
- `module.exports` present
- Required fields: name, description, calculator, params, plots
- Tags include "Luther Barnum"
- inputType defined
### Dependencies
- `require("./tools/predef")` present
- `require("./tools/meta")` present
### Common Issues
- Missing return statement in map()
- Incorre...Validate specifications, implementations, or understanding. Works with spec IDs, file paths, or freeform validation requests at any lifecycle stage.
[オプション] プロジェクト検証(env/依存/ビルド/テスト/デプロイ準備)
Validate acceptance criteria for a Jira ticket without changing status
Validate acceptance criteria for a Linear issue without changing status
Validate checklist items for a ClickUp task without changing status