Create a new Tradovate JavaScript indicator
<indicator_name>tradovate/# Create New Tradovate Indicator Create a new Tradovate JavaScript indicator. Arguments: $ARGUMENTS ## Before Writing Code 1. Discuss the indicator design with me before generating code 2. Wait for my approval before creating any files ## Required Structure ### Class Definition ### Export Pattern ### File Naming - Use `[IndicatorName]LB.js` or `[IndicatorName]ProLB.js` format - Save to `/Users/lgbarn/Personal/Indicators/Tradovate/` ## Trading Context Focus: /ES and /NQ futures, 5-minute timeframe Key concepts: VWAP with bands, Session detection, Cumulative calculations ## Workfl...