Quick Start Guide
Get up and running with TradeStaq in under 5 minutes. This guide will walk you through creating your first automated trade.
Prerequisites
- An email address for registration
- A cryptocurrency exchange account (optional - you can start with paper trading)
Step 1: Create Your Account
- Visit tradestaq.com and click Sign Up
- Enter your email address and create a secure password
- Check your inbox for the verification email
- Click the verification link to activate your account
Note: If you don't receive the verification email within a few minutes, check your spam folder or request a new verification email.
Step 2: Connect Your First Exchange
For beginners, we recommend starting with Paper Trading - a risk-free way to test strategies with virtual funds.
Creating a Paper Exchange
- Navigate to Dashboard → Exchanges
- Click Add Exchange
- Select any supported exchange (e.g., Binance)
- Choose Paper Trading mode
- Click Create Exchange
You'll receive $10,000 in virtual USDT to practice with.
Note: Paper trading simulates real market conditions but does not execute actual trades. Use it to test your strategies before going live.
Step 3: Create Your First Bot
Creating a Signal Bot
Signal bots execute trades based on external webhook signals (like TradingView alerts).
- Navigate to Dashboard → Signal Bots
- Click Create Bot
- Enter a descriptive name (e.g., "BTC TradingView Strategy")
- Select your paper exchange
- Choose your trading pair (e.g., BTC/USDT)
- Configure position sizing (start with 10% for testing)
- Click Create Bot
Webhook URL
After creation, you'll receive a unique Webhook URL. This is where you'll send trading signals.
https://www.tradestaq.com/api/webhooks/trade/your-unique-id
Note: Keep your webhook URL private! Anyone with this URL can send trading signals to your bot.
Step 4: Send Your First Signal
Test your bot by sending a simple signal using curl or any HTTP client:
curl -X POST https://www.tradestaq.com/api/webhooks/trade/YOUR_WEBHOOK_ID \
-H "Content-Type: application/json" \
-d '{"action": "buy", "symbol": "BTCUSDT"}'
Or use the Test Webhook button in your bot's settings to send a test signal directly.
Step 5: Monitor Your Trades
- Navigate to Dashboard → Positions
- View your open positions and their P&L
- Check the Signal Bots page to see bot statistics and recent signals
What's Next?
Now that you've created your first bot, explore these topics:
- Manual Trading Terminal - Try the TradeStaq Pro Terminal with real-time charting
- Connect a Live Exchange - Trade with real funds
- TradingView Integration - Connect professional trading alerts
- Risk Management - Protect your capital with stop losses
- Subscription Tiers - Unlock more features
Try Manual Trading
Want to execute trades directly? Check out the new TradeStaq Pro Terminal:
- Navigate to Dashboard → Trading
- Experience real-time price feeds, advanced charting, and instant order execution
- Use keyboard shortcuts (
Ctrl+/to view all) for lightning-fast trading - Monitor positions with live PnL updates
Learn more about Manual Trading →
Troubleshooting
Bot not receiving signals?
- Verify the webhook URL is correct
- Check that your bot status is Active
- Ensure the signal JSON format is correct
- Check the bot's activity logs for error messages
Paper balance not updating?
Paper trading balances sync periodically. Click the refresh button on your exchange card to force a sync.
Need more help?
Contact our support team at hello@tradestaq.com.
Related Guides
- Browse Trading Bots by Exchange — see available trading pairs on Binance
- Connect Binance — most popular exchange setup
- Connect Bybit — great for futures trading
- Connect Hyperliquid — decentralized perpetuals
- Trading Strategies — explore available strategies
- Backtesting — test before you trade