PropHub / Automate / Traders Post Setup Guide
🔗 Complete Setup Guide — Updated 2026

Traders Post — Complete
Setup Guide for Prop Traders

Step-by-step guide to connecting TradingView alerts to your prop firm broker via Traders Post. From account creation to your first automated trade — under an hour.

⏱ ~45 mins to complete
📊 TradingView Pro required
✅ Works with MT4, MT5, cTrader
🏦 Prop firm compatible
What is Traders Post?

The Bridge Between TradingView and Your Broker

Traders Post is a webhook automation platform that sits between TradingView and your broker. When TradingView fires an alert (triggered by your Pine Script indicator), it sends a JSON message to Traders Post's webhook URL. Traders Post reads that message, translates it into a trade order, and sends it to your connected broker — executing the trade on your prop firm account while you're anywhere else.

The result: your strategy runs 24/7 without you watching a screen. No missed setups. No emotional decisions. No FOMO. Your only job is to make sure the system is set up correctly and the risk parameters are configured for your prop firm account.

💡
What You'll Need Before Starting
  • TradingView Pro or higher — free plan doesn't support webhooks
  • Traders Post account — free trial available at traderspost.io
  • Broker account connected to your prop firm — MT4, MT5, cTrader or Tradovate
  • A Pine Script indicator with alertcondition() — use our free indicators or your own
Step by Step

Full Setup Walkthrough

1
Create Your Traders Post Account
5 minutes — free trial available

Go to traderspost.io and sign up for a free account. The free tier allows you to test the system. You'll need a paid plan (~$49/month) for live trading — this is worth it once your automation is working and generating consistent returns from your funded account.

Once logged in, you'll see the Traders Post dashboard. The two main things you need are: Broker Connections (connecting your broker account) and Webhooks (generating your webhook URL for TradingView).

app.traderspost.io/dashboard
Traders Post Dashboard
🔗 Broker Connections
Connect MT4/MT5/cTrader
📡 Webhooks
Get your webhook URL
📊 Strategies
Configure trade rules
📋 Trade Log
View executed trades
2
Connect Your Broker
10 minutes — requires your broker login credentials

Click Broker Connections → Add New Connection. Select your broker type — most prop firms use MT4 or MT5. You'll need your broker's server name, login number, and password (the investor password, not master, for MT4/MT5).

Supported Brokers for Prop Firms

  • MetaTrader 4 (MT4) — used by FTMO, FundingPips, Blue Guardian and many forex firms
  • MetaTrader 5 (MT5) — used by The5ers, FundedNext, E8 Funding, FXIFY
  • cTrader — used by some European forex firms
  • Tradovate — used by Apex Trader Funding (futures)
  • Rithmic — used by many futures prop firms including Topstep
⚠️
Use the Correct MT4/MT5 Password
MT4 and MT5 have two passwords: Master (full access) and Investor (read-only). Traders Post requires the Master password to place trades. Do not confuse this with your prop firm portal login — these are different credentials.
3
Create a Strategy in Traders Post
10 minutes — this is where you configure your risk rules

A Strategy in Traders Post is a configuration that defines how incoming webhook signals are translated into trades. Click Strategies → Create Strategy and configure the following:

app.traderspost.io/strategies/new
Create Strategy
Strategy NameVWAP Reversal — Apex $50K
Broker ConnectionApex MT5 Account ▼
TickerEURUSD
Order TypeMarket ▼
Quantity (lots)0.5
Stop Loss (pips)30
Take Profit (pips)60
Save Strategy
💡
Position Sizing for Prop Firms
Set your quantity based on 1% risk per trade. On a $50,000 Apex account: 1% = $500 risk. With a 30-pip stop on EURUSD (pip value ~$10/lot): $500 ÷ (30 × $10) = 1.67 lots. Round down to 1.5 lots for safety.
4
Get Your Webhook URL
2 minutes — copy this URL for TradingView

In your strategy settings, scroll to the Webhook section. Traders Post will show you a unique webhook URL that looks like:

Webhook URL
https://traderspost.io/trading/webhook/YOUR-UNIQUE-TOKEN-HERE

Copy this URL. You'll paste it into TradingView in the next step. Keep this URL private — anyone with it can send signals to your broker account.

5
Set Up the TradingView Alert
10 minutes — requires TradingView Pro

In TradingView, open your chart with the PropHub indicator applied. Right-click anywhere on the chart and select Add Alert (or press Alt+A).

tradingview.com
Create Alert
ConditionPropHub — Extended VWAP Reversal ▼
VWAP Reversal — LONG ▼
TriggerOnce Per Bar Close ▼
ExpiryOpen-ended ▼
⚠️ Enable Webhook URL
Webhook URLhttps://traderspost.io/trading/...
Message box ↓ (paste JSON here)
{"account": "...", "action": "buy", ...}
⚠️
Set Trigger to "Once Per Bar Close"
Always use Once Per Bar Close rather than "Once Per Bar" or "Every X Minutes". This prevents multiple signals firing from the same candle. Only use "Once Per Bar" if your strategy specifically requires intra-bar alerting.
6
Paste the JSON Alert Message
2 minutes — copy from our free indicators page

In the TradingView alert's Message box, paste the JSON message corresponding to your alert type. For a LONG signal from the VWAP Reversal indicator:

JSON — Alert Message
{
  "ticker": "{{ticker}}",
  "action": "buy",
  "order_type": "market",
  "quantity": 1
}

{{ticker}} is a TradingView placeholder that automatically inserts the current chart symbol when the alert fires. Traders Post uses this to know which instrument to trade.

7
Test with Paper Trading First
Essential before going live on a funded account

Before connecting your live prop firm account, test the entire chain using Traders Post's Paper Trading mode. This simulates trade execution without placing real orders. Send a test webhook using Traders Post's built-in tester and confirm the trade appears correctly in the paper trading log.

  • Send a test signal from Traders Post dashboard → Test Webhook
  • Confirm the trade appears in Paper Trading log with correct direction, size, and stop/target
  • Wait for your indicator to fire a real signal on the chart — confirm it triggers correctly
  • Check the Traders Post trade log to see the incoming signal was received
  • Only switch to live broker after 5+ successful paper trades
🚨
Never Skip Paper Testing on a Funded Account
A misconfigured JSON message or wrong position size on a funded account can cause unexpected trades. Test everything in paper mode first. A single oversized automated trade can breach a daily loss limit and fail your challenge.
8
Go Live — Switch to Your Prop Firm Account
When paper testing is confirmed working

In Traders Post, edit your Strategy and switch the Broker Connection from Paper Trading to your live prop firm broker connection. Your TradingView alerts and webhook URL don't change — only the destination broker switches. The next time your indicator fires a signal, it will execute on your real funded account.

You're Now Automated
Your setup is complete. TradingView monitors the market 24/7. When your indicator's conditions are met, an alert fires, the webhook sends the JSON to Traders Post, and your funded account executes the trade — whether you're at your desk, in a meeting, or asleep. Check your phone at lunch. Your account is working.
FAQ

Common Questions

Does Traders Post work with all prop firms?
Traders Post works with any broker that your prop firm uses — MT4, MT5, cTrader, Tradovate, and Rithmic. Most major prop firms are compatible. Check that your specific firm's broker platform is on Traders Post's supported list before subscribing.
How much does Traders Post cost?
Traders Post starts at approximately $49/month for the basic plan. A free trial is available. For traders running multiple funded accounts, the cost is quickly justified — one additional funded account payout typically covers several months of the subscription fee.
Will prop firms close my account for using automation?
Most prop firms allow automation. Apex, The5ers, FTMO, FundedNext, and Tradeify all permit automated strategies. However, HFT, latency arbitrage, and tick scalping are banned at most firms. Check our Prop Firm Automation Rules guide before going live.
What if my internet goes down while a trade is open?
Traders Post runs on cloud servers — it's not affected by your local internet connection. As long as your TradingView alerts are active and your broker's servers are online, the automation continues. Your stop loss orders are placed on the broker's server the moment the trade opens, so even if everything goes offline your risk is capped.