Show HN: Portfolio simulator using trend-following indicators and rebalance API
a day ago
- #API-integration
- #automated-alerts
- #portfolio-management
- AlgorithmicFIRE provides automated portfolio rebalancing alerts via Make.com integration or REST API.
- Daily market trend analysis occurs after market close; users poll status via API key to trigger notifications.
- Make.com blueprint setup includes importing scenario, setting variables, authorizing Gmail, and scheduling weekday runs post-7 PM EST.
- Alert previews show portfolio status tables indicating rebalance needs, asset allocations, and signal statuses.
- State-matching architecture ensures reliability by detecting allocation shifts from data restatements or strategy updates.
- API endpoint returns consolidated portfolio data, change flags, and pre-formatted HTML summaries for easy integration.
- Python example demonstrates minimal code to check rebalance status using standard library.