[Backend] Simulate Engine - Real-time Signal Detection #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Implement the simulate engine for real-time signal detection via REST polling.
Dependencies
Tasks
API Endpoints
User Notice
Display this to free tier users:
REST polling every 60s. Pro tier users get WebSocket real-time signals.
Algorithm
a. Fetch current prices via REST
b. Check conditions
c. If met, generate signal and log
d. Wait N seconds