Convert a Tradovate indicator to another platform
<filename> --to <pine|ninja>tradovate/# Convert Tradovate Indicator Convert a Tradovate JavaScript indicator to Pine Script or NinjaScript. Arguments: $ARGUMENTS ## Before Converting 1. Read the source Tradovate file completely 2. Identify all params, calculations, and plots 3. Note any Tradovate-specific features that won't translate 4. Discuss the conversion plan with me before proceeding 5. Wait for my approval before creating the target file ## Conversion Mappings ### Data Access | Tradovate | Pine Script | NinjaScript | |-----------|-------------|-------------| | `d.close()` | `close` | `Close[0]` | | `d.open()` | `op...