I want to turn a clear swing-trading idea into a working, fully automated stock-trading algorithm for the US market. The core logic should rely solely on one technical indicator going either long or short at any one time and place live orders through a mainstream broker API such Interactive Brokers, will execute long and short positions based on trend signals derived from the indicator. multi symbol support using a UI or Quantconnect in conjunction with google sheets, excel csv file etc have manual over ride capabilities and to be able to trade different timeframes on different stocks simultaneously using different filters What I need from you: • Clean, well-commented code (Python preferred, but I’m open to another language if it shortens build time) • Parameterised strategy rules that let me adjust indicator values, entry/exit thresholds, and position sizing without rewriting code • Simple logging/alerting so I can track trades and errors in real time • Step-by-step setup instructions so I can deploy it on my own VPS or local machine Keep the initial version lean: focus on the main strategy, basic risk controls, and a straightforward execution flow. Can provide additional details of logic, settings everything in later. Once it’s trading reliably we can discuss refinements, but for now I just want a solid, ready-to-run proof-of-concept that swings in and out of US equities automatically.