TradingView Strategy BotYour Strategy. Our Execution.
AlphaGen is the FIRST and ONLY platform with Intent-Based TradingView Automation. Send a signal, we handle the rest. Smart position management. Zero coding.
Why Our TradingView Bot Dominates
Other platforms give you basic webhooks. We give you intelligent trade execution with position awareness, intent detection, and multi-exchange routing.
Intent-Based Trading
Send "entry", "close", or "flip" intents. Our system intelligently manages your position without overtrading or accidental flips.
Multi-Exchange Support
Execute on Hyperliquid (SPOT + Futures) and Bitget (USDT-M, USDC-M, Coin-M) from a single TradingView alert.
Safe Position Close
Our reduceOnly protection prevents accidental position flips. Close means close - never accidentally open the opposite.
Dynamic Leverage
Set leverage per trade directly from your TradingView alert. 2x for swing trades, 20x for scalps - your choice.
Real-Time P&L Tracking
Every trade is logged with entry, exit, and realized P&L. See your strategy performance at a glance.
Bank-Grade Security
AES-256-GCM encryption for API keys. Per-user passphrase authentication. Rate limiting to prevent abuse.
The Intent System Explained
Traditional webhooks are dumb - they just execute whatever you send. Our Intent System understands what you're trying to do and executes intelligently.
Opens a new position. If you already have a position in the same direction, it adds to it. If opposite direction, it safely closes first (no accidental flip).
Safely closes your existing position using reduceOnly. If no position exists, the order is aborted - no accidental opens.
Closes your current position AND opens the opposite direction in one signal. Perfect for reversal strategies that need instant direction change.
Why This Matters
The Money You're Leaving on the Table
Basic Webhook Bots
- No position awareness
- Accidental flips burn profits
- Size mismatches cause losses
- Single exchange only
- No P&L tracking
- Manual leverage management
AlphaGen Strategy Bot
- Real-time position awareness
- Intent-based execution
- Auto size from exchange
- 4 markets, 2 exchanges
- Automatic P&L calculation
- Dynamic leverage per trade
A 10% strategy edge becomes 25% when you eliminate execution errors and capture every intended trade.
Multi-Exchange Powerhouse
Route your TradingView signals to the exchange that fits your strategy. One setup, multiple destinations.
Hyperliquid
DecentralizedBitget
CentralizedSetup in 4 Steps
From zero to automated trading in under 5 minutes.
Connect Your Exchange
Add your Hyperliquid wallet or Bitget API keys. All credentials are encrypted with AES-256-GCM.
Generate Your Webhook
Get your unique webhook URL and passphrase. Each user has their own secure authentication.
Add to TradingView
Paste the webhook URL into your TradingView alert. Set your ticker, side, size, and intent.
Trade Automatically
Your strategy runs 24/7. Every signal is executed with position awareness and P&L tracking.
Simple Webhook Payload
Copy this into your TradingView alert message. Customize the dynamic values using TradingView variables.
{
"passphrase": "{{YOUR_PASSPHRASE}}",
"ticker": "{{ticker}}",
"side": "{{strategy.order.action}}",
"size": "{{strategy.position_size}}",
"intent": "entry",
"leverage": 10
}passphrase- Your secure webhook keyticker- Trading pair (e.g., BTC)side- buy or sellsize- Position size
intent- entry, close, or flipleverage- 1-50x (Hyperliquid)marketType- usdt, usdc, coin (Bitget)
Your Strategy Deserves Better Execution
Stop losing profits to dumb webhooks. Start trading with intent-based automation that understands what you're trying to do.