Hey everyone! ๐ I have another question for people who are already running their own AI trading systems. Iโm currently building my own AI trading project, and Iโve been thinking about something I havenโt really figured out yet: Once the project is completely built and tested, where do you actually run it? Since a trading AI may need to stay active for long periods and continuously receive market data, process signals, monitor positions, and interact with broker APIs, Iโm assuming it needs some kind of server or always-on machine. Iโd love to know how you guys handle this in real-world projects. For example: - Do you run your trading AI on your personal PC, or do you move it to a VPS/cloud server/dedicated server? - If you use a cloud server, which type of setup do you use? - What kind of CPU, RAM, storage, and GPU does your system actually need? - Does an AI trading system normally need a GPU running 24/7, or can the trading/decision system run mostly on CPU? - How do you handle uptime, internet connection, server restarts, power failures, and system crashes? - Do you run the entire system on one machine, or split different services across multiple machines/servers? - What do you use for monitoring, logs, alerts, and automatic recovery if something goes wrong? - Roughly how much does your infrastructure cost per month? Iโm asking because Iโm trying to plan the architecture of my project beyond development and testing. Iโd especially love to hear from people who have actually taken their trading AI beyond the development stage and are running it continuously in a real environment. Iโm still learning, so if Iโm misunderstanding anything about how trading systems are normally hosted or operated, please correct me. Thanks! ๐