How best to deploy pyetrade algo at scheduled times on the cloud? #74
Replies: 1 comment 1 reply
-
Hello, I’ve been using AWS EC2 for 5 years, non automated install (just local dev + rsync to the vm on aws). Costs around 30$/month minimum but is very reliable vs a local hosting. Coming from linux it’s very easy. You can also rent a windows server for a bit more money, which i did at some point to automate clicking on a windows app. In any case i don’t recommend sticking with one trading system, better to have backups. When i switched to tradestation I added an abstraction layer and unit tests to my auto trading app, to be able to add quickly other brokers with minimal bugs and rewrite. Good luck! |
Beta Was this translation helpful? Give feedback.
-
I have been working with Windows Task Manager locally and Google Cloud in the cloud but have been very interested in knowing how others deploy their automated trading programs. Do you do it locally or on the cloud? Which cloud providers do you use? Can you point to any examples of deploying an automated program built with pyetrade?
Beta Was this translation helpful? Give feedback.
All reactions