Trader GPT
Your conversational analyst for capital markets. Ask for trade setups, comparisons, watchlists, or IC-ready narratives — all within your policy guardrails. Answers are explainable, holdings-aware, and exportable.
Trade Setups on Demand
Ask for entries/exits with signal confidence and context with risk bands (TP/SL).
Comparisons & Pairs
Compare two+ instruments across 1D/1W, momentum & technicals, Elliott Wave, and cycles/regression position with drivers.
Checklists & Playbooks
Generate pre-trade checklists or rebalance trading ideas you can export and share.
Holdings-Aware
Reference your portfolio to flag concentration and overlay opportunities.
IC Narratives
Produce daily & weekly one-pagers: investment bias, rationale, confidence, and recent changes.
Programmable - API
Use API/webhooks to trigger alerts, save prompts, and pipe results to your tools.
Example prompts
"US2000 vs SPY on 1D and 1W. Include signal strength, confidence, and seasonality drivers."
(2) Trade Setup
"Give me a checklist for entering AAPL this week. Include risk bands and key invalidation levels."
(3) Portfolio Monitoring
"Give me the top 5 symbols discussed across the financial news today, and trading opportunity knowing that my portfolio currently includes AAP, NVDA, GOLD and EUR/USD."
Policy guardrails
- Scope: limited to instruments & context, timeframes, and lookbacks
- Language: explanatory & transparent tone; no personalized advice
- Outputs: include drivers, confidence, and source tags
Call Trader GPT via API
curl -s -H "X-API-Key: $HEDGTRADE_API_KEY" \
-H "Content-Type: application/json" \
-X POST "https://api.united-river.com/v1/tradergpt/query" \
-d '{
"prompt": "Compare US2000 vs SPY on 1D & 1W with seasonality drivers.",
"policy": { "tf":["1D","1W"], "universe":["US2000","SPY"] },
"format": "markdown"
}' | jq
Wire outputs to your tools
- Send alerts to Slack/Teams via webhooks
- Drop CSV/JSON to your research drive
- Push IC one-pagers to your document templates
// Example webhook payload (abbrev.)
{
"id":"run_82a…",
"created":"2025-08-15T12:10:03Z",
"prompt":"Checklist for entering AAPL this week…",
"outputs":{"markdown":"## AAPL Setup\\n• Trend: …"},
"policy":{"tf":["1W"],"universe":["AAPL"]}
}
FAQs
Is this giving “advice”?
No. Trader GPT produces research outputs (signals, context, narratives). It does not provide personalized investment advice or execute trades.
Can we restrict what it can say or do?
Yes. Admins define policy guardrails: allowed instruments/timeframes, required fields (drivers, confidence), and export controls.
Where do answers come from?
From Hedgtrade’s risk signal suite that includes 46+ quant models per instrument across timeframes. Responses include rationale and confidence.
Try Trader GPT on your tickers
DISCLAIMER
Hedgtrade provides market intelligence and analytical tools for informational purposes only. We do not execute trades or provide personalized investment advice.
All users are responsible for their own trading decisions and must comply with applicable regulations in their jurisdiction.