API Configuration
Practice with simulated funds before using real money.
You are using real funds. All trades will use real money.
If using an agent/API wallet to trade on behalf of your main account, enter your main account address here
✓ Private Key Configured
Your private key is stored securely
Default Trading Settings
Change Password
Account Status
Open Positions
Execute Trade
Webhook Status
Loading webhook status...
Toggle webhooks on/off to control whether TradingView alerts can execute trades
Webhook URL
Use this URL in your TradingView alert webhook settings
TradingView Alert Message
No Pine Script changes required! Works with any strategy.
Hyperliquid symbol (BTC, ETH, SOL, etc.)
Your target position size
1-50x leverage
For logging/tracking
Chart timeframe
✅ Copy and paste this into your TradingView alert message
The TradingView variables ({{...}}) will be automatically filled with your strategy's data!
📋 Setup Instructions
In TradingView: Open your strategy chart and click the Alert button (⏰)
Condition: Select your strategy → "Order fills and alert() function calls"
Webhook URL: Copy the URL from above and paste it in TradingView
Message: Copy the generated message from above and paste it in TradingView alert message field
Done! Your strategy will now trade automatically. Start on testnet to verify.
🎯 How It Works
✅ Opens Long
action="buy" + market_position="long"
✅ Opens Short
action="sell" + market_position="short"
✅ Closes Position
market_position="flat" → CLOSE!
✅ No Code Changes
Works with your strategy as-is