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.
Pick the market you trade. Each runs your own strategy on your own account, with full logging and safety limits.
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.
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.
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 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.
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.
From zero to your first automated order in under five minutes — on a demo account, without risking a cent.
Register and request access. An administrator reviews and approves new accounts — usually the same day.
Binance: paste API keys (tested before saving). MT5: paste your broker login once. TradeStation: OAuth login. Tastytrade: paste your OAuth grant.
Every connected account gets its own unique webhook URL — paste it into a TradingView alert with a simple JSON or text message.
Alerts become orders on your own account within seconds. Every event is logged under a 5-digit support ID.
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.
One webhook URL per account. JSON or plain-text commands — market, limit, stop, closes, cancels, flatten-all — validated, queued and executed in seconds.
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.
Binance Testnet, MT5 demo accounts and TradeStation SIM all work exactly like live. Live trading stays locked behind an explicit confirmation per account.
Per-account max order value, optional symbol allowlists, duplicate-alert replay protection, per-token rate limits and a full audit trail.
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.
Stream tickers, klines, depth and your own order events from wss://skynet.sbs — push, not polling, for dashboards and bots.
Alert generators for every broker build the exact message for you — including TradingView strategy placeholders like {{strategy.order.action}}.
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.
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"]}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 plans and limits may change before general availability.
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.
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.
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.
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.
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.
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.
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.
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.
Demo accounts on all three brokers. No card required.
Create your account