-
-
Notifications
You must be signed in to change notification settings - Fork 0
Admin Guide Scoring Directives
Scoring directives are individual rules or calculations used by strategies.
A directive evaluates one signal, such as a technical indicator, market condition, timing rule, or provider-backed data point. Strategies combine directives to produce a raw score.
Before using a directive in a strategy, check its health:
- healthy: usable
- warning: usable but degraded
- failed: do not rely on it
- unknown: not checked yet
- not applicable: health checks do not apply
Directive and strategy scores are raw numeric values. A strategy may show a percentage by comparing the raw score with the strategy maximum.
See Understanding Scores.
If an active scoring or trading strategy uses a failed directive, TradePress should pause that strategy automatically unless a deliberate safe fallback is configured.
- Confirm all required directives are healthy.
- Confirm providers and imports are configured.
- Understand the raw score and strategy maximum.
- Resolve failed directives before relying on automated behaviour.
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