I need a trading bot that connects to Avanza and executes a pure swing-trading strategy on Swedish and international stocks available through that platform. The core logic should identify entry and exit points automatically, place the corresponding orders through Avanza’s API (or an efficient workaround if the public API is limited) and keep a real-time log of all positions, P/L and order statuses. I want it to execute good entries, trailing stops, logical exits. I believe its necessary that the bot takes chart information on Tradingview and execute the trades on Avanza since Avanzas platform is not optimal for analyzing the charts if that is possible to do. (There is some indicators you can use on Avanza aswell ofc. I am just not so confident about it since I always use Tradingview myself to analyze but maybe we can get it to work straight on Avanza.) For version one, my priority is reliability on Avanza alone; maybe expansion to other exchanges in the future is possible, so structuring the code in a modular way will help. Python is the natural choice on my side, but I am open to other languages if you can show clear advantages in latency or maintainability. Deliverables I expect: • Fully documented source code for the bot • Config file where I can adjust symbols, risk parameters and position sizing • Simple dashboard or CLI that shows open positions, pending orders and historical trades • Setup guide so I can deploy it on a cloud VPS or a local machine without extra support The swing strategy can be your proprietary logic or a transparent, rule-based model using indicators such as moving averages and RSI—whichever you believe will deliver consistent, medium-term trades during Avanza’s trading hours. My benchmark is one trade every few days or so, not hyper-active scalping. I want it to run on the 12hour candles and hold the trades a couple of days to weeks to max 1-2-3 months and make a logic exit based on prior price resistances and other indicators that make sense to exit the trade. I will run a short demo with a small amount of money and once it proves stable I scale it up with the same codebase. Let me know the tech stack you prefer and any previous work interfacing with similar broker APIs, Avanza is a Swedish exchange so I don't expect you to have been working on it before. Best regards F