-
-
Notifications
You must be signed in to change notification settings - Fork 0
Connecting Providers
Ryan Bayne edited this page Apr 29, 2026
·
1 revision
TradePress uses provider integrations for market data, broker data, technical indicators, and related research.
- Decide which provider you want to use for each purpose.
- Create API credentials with the provider.
- Use demo/sandbox credentials first when available.
- Do not enter live trading credentials until you understand what a feature does.
| Provider type | Typical use |
|---|---|
| Broker provider | Account, portfolio, positions, and order-related data. |
| Market data provider | Quotes, candles, indicators, and symbol data. |
| Research provider | News, sentiment, earnings, analyst data, and macro data. |
Initial core provider work includes:
- Trading212
- Alpaca
- Alpha Vantage
Provider support varies by feature. A provider being configured does not mean every TradePress feature can use it.
TradePress should read stored data first. If data is missing or stale, TradePress should queue a refresh instead of fetching provider data directly during a page load.
If provider-backed output is missing or failed, check:
- API key entered correctly.
- Correct demo/live environment selected.
- Provider account permissions.
- Feature health status.
- Any warning or failure message shown beside the feature.
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