Software automation toolNot financial advice5 brokers · 1 platform

TradingView alerts in.
Real orders out — on your accounts.

Crypto on Binance, forex/CFDs on any MT5 broker, US stocks on TradeStation and Tastytrade. You bring the strategy, the alerts and the accounts — Skynet is the plumbing that executes exactly what you send, with full logging and safety limits.

TradingView alert messages
# Binance · crypto
buy BTCUSDT mkt fund $100
# MetaTrader 5 · forex
{"action":"buy","symbol":"XAUUSD","volume":0.01}
# TradeStation · stocks
[{"B":"TRADESTATION","TS":"AAPL","TT":"BUY","OT":"MARKET","FUND":"200"}]
5
brokers, one login
5-digit
support ID per alert
AES-256
credentials at rest
0
withdrawal permissions

Five ways to automate — one platform

Pick the market you trade. Each runs your own strategy on your own account, with full logging and safety limits.

🟡

Binance — Crypto

Spot & USDT-M futures via your own API keys. Market, limit, stop, TP/SL/TSL exits, leverage and reduce-only scale-outs. Withdrawal-enabled keys are refused by design.

SpotUSDT-M FuturesTestnet included
Connect Binance
📈

MetaTrader 5 — Forex / CFD

Forex, gold, indices and CFDs through any MT5 broker. Paste your broker login once — we host and run the terminal 24/7. No VPS, no EA setup. Copy trading included.

Any MT5 brokerHosted terminalsCopy trading
Connect MetaTrader 5
🏛️

TradeStation — Stocks / ETFs

US stocks and ETFs on your own TradeStation account. Connect by logging in AT TradeStation — OAuth, so your password never touches us. SIM (paper) and live accounts, each with its own webhook URL.

US Stocks & ETFsOAuth loginSIM + Live
Connect TradeStationHow to connect — 2-minute guide →
🥨

Tastytrade — Stocks

US equities on your own Tastytrade account via an OAuth grant you create yourself — we never see your password. Position-aware buy/sell/exit: covers, closes and flips handled automatically. Sandbox first, live when confirmed.

US EquitiesOAuth grantSandbox + Live
Connect Tastytrade
🇮🇳

India — Equities

NSE/BSE equities on your own Indian broker account — Zerodha, Upstox, Angel One, Fyers, Dhan, Groww & 5paisa. Log in on the broker's site or paste your API token; we never see your password. Market/limit buy & sell by shares or ₹, position-aware exit, per-account safety caps.

NSE / BSE7 brokersNo code
Connect India brokerHow it works →

How it works

From zero to your first automated order in under five minutes — on a demo account, without risking a cent.

1

Create an account

Register and request access. An administrator reviews and approves new accounts — usually the same day.

2

Connect your broker

Binance: paste API keys (tested before saving). MT5: paste your broker login once. TradeStation: OAuth login. Tastytrade: paste your OAuth grant.

3

Copy your webhook URL

Every connected account gets its own unique webhook URL — paste it into a TradingView alert with a simple JSON or text message.

4

Your alerts execute

Alerts become orders on your own account within seconds. Every event is logged under a 5-digit support ID.

Built like infrastructure, not a side project

🔑

Your credentials stay yours

API keys and OAuth tokens are AES-256-GCM encrypted at rest and never shown again. Binance keys with withdrawals enabled are refused. TradeStation access is revocable from your broker profile any time.

Alert in, order out

One webhook URL per account. JSON or plain-text commands — market, limit, stop, closes, cancels, flatten-all — validated, queued and executed in seconds.

🧾

Every event traceable

Every alert gets a 5-digit support ID: raw payload, parsed command, the broker's exact response, and any error — visible in your dashboard, exportable as CSV.

🧪

Practice before real money

Binance Testnet, MT5 demo accounts and TradeStation SIM all work exactly like live. Live trading stays locked behind an explicit confirmation per account.

🛡️

Safety limits built in

Per-account max order value, optional symbol allowlists, duplicate-alert replay protection, per-token rate limits and a full audit trail.

🤖

Build your own bot (API)

Create API keys with read/trade scopes and drive your connected accounts from Python — Binance-style HMAC signing, so existing bot code ports in minutes.

📡

Live data over WebSocket

Stream tickers, klines, depth and your own order events from wss://skynet.sbs — push, not polling, for dashboards and bots.

🧩

Point-and-click generators

Alert generators for every broker build the exact message for you — including TradingView strategy placeholders like {{strategy.order.action}}.

For builders

A real API under the hood

Everything the dashboard does, your code can do too. Create scoped API keys (read / trade), sign requests with the same HMAC convention Binance uses, and stream live market data and your own order events over WebSocket. Existing Python bots port with minimal changes.

  • · REST v1 — accounts, balances, positions, orders across brokers
  • · WebSocket — tickers, klines, depth, order lifecycle events
  • · Per-key rate limits, IP allowlists, one-time secrets, full audit
Create an API key
# python · read balances, stream ticks
import requests

r = requests.get(
    "https://skynet.sbs/api/v1/accounts",
    headers={"X-SKYNET-APIKEY": "sk_live_..."},
)
print(r.json())   # binance + mt5 + tradestation accounts

# wss://skynet.sbs/ws/v1?key=sk_live_...
# {"method":"SUBSCRIBE","params":["market.btcusdt.ticker"]}

Simple, infrastructure pricing

You pay for the automation service — never a cut of your trades, and never a fee tied to performance. Your keys, your accounts, your risk.

Beta

Current
Freewhile we're in beta
  • All platforms (Binance, MT5, TradeStation)
  • Unlimited TradingView alerts
  • REST + WebSocket API
  • Community support
Get started free

Pro

Coming soonfor active traders
  • Everything in Beta
  • Higher rate limits
  • Priority execution lane
  • Email support
Start on Beta

Custom

Let's talkteams & funds
  • Dedicated infrastructure
  • Custom integrations
  • SLA + onboarding
  • Direct support channel
Contact us

Beta plans and limits may change before general availability.

Frequently asked questions

Is this financial advice, signals or copy trading?

No. Skynet is a neutral software tool. You bring your own strategy, your own alerts and your own broker accounts. We only convert the instructions YOU send into orders on the account YOU control. We never suggest trades.

Do you hold my funds? Can you withdraw?

Never. Funds stay at your broker. Binance keys with withdrawal permission are rejected at connection time. TradeStation's trading API has no withdrawal capability, and you can revoke Skynet's access from your TradeStation profile at any time.

How do I connect TradeStation?

Click Connect TradeStation in the dashboard, log in on TradeStation's own page, and your SIM + live accounts appear with their own webhook URLs. Your password never touches Skynet. See the step-by-step guide at /guides/tradestation.

How fast are orders placed?

Alerts are persisted, validated and queued in milliseconds; typical webhook-to-broker time is well under a second plus your broker's own processing. Every order's timeline is visible under its support ID.

What happens if my alert is malformed?

It is rejected with a precise, human-readable error (e.g. "LIMIT requires P (limit price)") and logged under a support ID — nothing is guessed, nothing is silently dropped.

Can I trade a demo account first?

Yes — Binance Spot/Futures Testnet, MT5 demo logins and TradeStation SIM accounts are all first-class. Live accounts additionally require an explicit "enable live trading" confirmation.

What does it cost?

The platform is in early access. Contact support for current plans — there is no charge to register, connect a demo account and test your pipeline end-to-end.

What this platform is — and what it is not

Skynet is a software automation product only. It is not an investment plan, profit system, trading-signal service, copy-trading product, managed-account service or guaranteed-return product. We never hold your funds, we cannot withdraw from your accounts, and we do not tell you what to trade. Trading cryptocurrencies, forex, CFDs and equities involves substantial risk of loss — automation executes your instructions faster, including instructions that lose money.

Wire up your first alert today

Demo accounts on all three brokers. No card required.

Create your account