-
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature Health Status
Ryan Bayne edited this page Apr 29, 2026
·
1 revision
Feature health tells you whether a feature can currently produce reliable output.
Health is separate from whether a feature exists, is enabled, or is visible.
| Status | Meaning |
|---|---|
| healthy | The latest check passed and the feature can be used normally. |
| warning | The feature is usable, but something is degraded or incomplete. |
| failed | The feature cannot currently produce reliable output. |
| unknown | TradePress has not checked the feature yet or cannot determine health. |
| not applicable | Health checks do not apply to this feature. |
- Data is stale but still usable.
- A fallback provider is being used.
- Optional data is missing.
- A calculation completed but confidence is reduced.
- Required provider configuration is missing.
- A provider call failed.
- A directive calculation failed.
- Required data is missing and no fallback exists.
- A dependency is unavailable.
If an active scoring or trading strategy uses a failed directive, TradePress should pause that strategy automatically unless a safe fallback is configured.
The strategy should show why it paused and which directive caused the pause.
When reporting a failed feature, include:
- Feature name
- Health status
- Failure reason shown in the UI
- Provider, if relevant
- Strategy name, if relevant
- Time of failure
TradePress is currently in alpha. Verify provider configuration, data freshness, and feature health before relying on output.
- Home
- Installation
- First Setup
- Connecting Providers
- Understanding Scores
- Feature Health Status
- Strategies
- Troubleshooting
- Glossary
- Alpha software
- Demo data should not be treated as real market output
- Automation is not production-ready