Quick Start Guide
Get started with TradeAnon in just a few minutes.
1. Create an Account
Visit dev.tradeanon.com and click Sign Up.
- Enter your email address
- Create a secure password
- Verify your email address
- Complete your profile
2. Log In
After verifying your email, log in using Azure AD B2C:
- Click Log In on the homepage
- Enter your credentials
- Complete multi-factor authentication (if enabled)
- You'll be redirected to the TradeAnon dashboard
3. Explore the Dashboard
The main dashboard provides quick access to all features:
Navigation Menu
- Dark Pools - Short sale volume and buy/sell ratios
- Volatility - Realized vol, VRP, and options metrics
- Macro - Federal Reserve data and economic indicators
- COT - Commitment of Traders positioning
- Sector Rotation - ROC heatmaps and relative strength
- EP Trades - Episodic Pivots momentum scanner
- Webster - Power Trend technical signals
- Options Flow - Unusual options activity
- Confluence - Multi-indicator signal aggregation
- Scanner - Real-time pre-market gapper detection
4. Your First Analysis
Let's run a simple dark pool analysis:
- Navigate to Dark Pools from the sidebar
- Select a date range (default: last 30 days)
- Choose a symbol (e.g., SPY, AAPL, TSLA)
- View the buy/sell ratio chart
- Check the data table for detailed metrics
Understanding the Metrics
- Short Volume: Total shares sold short
- Total Volume: Total shares traded
- Short Ratio: Short volume / Total volume
- Buy Ratio: Non-short volume / Short volume
A buy ratio > 1.2 suggests institutional buying pressure.
5. Set Up Alerts (Pro Feature)
Pro users can configure custom alerts:
- Navigate to Settings → Alerts
- Click Create Alert
- Select indicator (e.g., EP signal, Webster state change)
- Set threshold conditions
- Choose notification method (email, Discord webhook)
6. API Access (Pro/Enterprise)
For programmatic access:
# Get your API key from Settings → API Keys
export TRADEANON_API_KEY="your-api-key"
# Example: Fetch dark pool data
curl -H "Authorization: Bearer $TRADEANON_API_KEY" \
https://api.dev.tradeanon.com/api/dark-pools/daily?symbol=SPY&days=30
See API Documentation for complete reference.
7. Join the Community
- Discord: Get help and share strategies
- GitHub: Report bugs and request features
- Twitter: Follow @tradeanon for updates
Common Tasks
View Episodic Pivots Candidates
- Navigate to EP Trades → Candidates tab
- Review gap-up stocks with volume surge
- Check catalyst enrichment (AI-powered news analysis)
- Click Track to add to your watchlist
Check Webster Power Trend Signals
- Navigate to Webster page
- Select a symbol from the dropdown
- View current state (inactive, active, warning, breached)
- Review condition streaks (A, B, C, D)
- Check historical state transitions
Analyze COT Positioning
- Navigate to COT → Watchlist tab
- Review current extremes (contrarian signals)
- Check backtest performance metrics
- Click symbol to view detailed positioning chart