From indicator alert to executed order
Most trading strategies live inside TradingView as a Pine Script alert — accurate, but useless the moment you're away from your desk. CryptoStratium closes that gap: point a TradingView webhook at your account and every alert becomes a live buy or sell command on your connected exchange, executed by the same robotic algo trade engine that powers the rest of the platform.
Built for webhooks, not just TradingView
TradingView is the most common source, but the inbound signal pipeline isn't limited to it. Investing.com alerts and other webhook-capable tools can feed the same pipeline, so however your strategy generates its signal, the execution path into an automated crypto trading bot stays the same.
What happens after the webhook fires
- Alert received — your webhook posts the signal to your CryptoStratium endpoint.
- Risk checked — vault rules cap position size before anything executes, see risk management.
- Order placed — the auto-bot fires the trade on your exchange.
- Result logged — the fill shows up instantly in your live trading reports.
Once a signal is flowing in automatically, you can also publish it back out — see signal sharing — so followers get the same TradingView-triggered call the moment it fires.