Talk about running strategies live, monitoring, automation tips, and performance.
2026-07-19 4 discussions
Add Discussion
Alex Chen2026-07-19
my automated strat stops after market close and doesnt resume next morning. is there an auto-restart setting?
Sarah Mitchell2026-07-19
check ur vps doesnt go to sleep! that was my issue - windows power settings turned off network adapter after a few hours
Marcus Williams2026-07-19
can i run multiple automated strats at the same time? got about 5 ideas i want to test live
Support2026-07-19
Technically you can run more than one, but it's not recommended for clarity — each strategy runs directly from the chart it was created on. Focus on one at a time to keep things manageable.
Alex Chen2026-07-19
i run 8 on a basic digitalocean droplet ($12/month) works fine
Support2026-07-19
Just to clarify — running multiple strategies at once isn't recommended. It's better to focus on one strategy at a time for clearer results and easier troubleshooting.
Tom Suzuki2026-07-20
if my internet goes down for 10 mins while strat is running, will it catch up when comes back or miss everything?
Alex Chen2026-07-20
it picks back up when connection restores. no catch-up on missed data tho so u lose those bars. if important moves happened ull miss em
Support2026-07-20
If the data connection is interrupted, the platform waits until it is restored and then continues normally. Trades already sent to the broker remain active. No new actions are taken during the interruption since there is no incoming market data.
Emily Watson2026-07-20
i want alerts when my strat enters a trade. is there push notification or email?
Sarah Mitchell2026-07-20
not yet. i use a workaround - my strat writes to a log file and i have a separate script that watches it and texts me. jank but works
Support2026-07-20
The platform doesn't currently have built-in push notifications. You can monitor trades through the Live Monitor interface in the application.