Signal Subscriptions

Raw Signal
API Access.

Free Gold signals for everyone. Upgrade to Pro for the full feed across all instruments — real-time, EA-ready, with API access. Enterprise adds custom filters and direct webhook delivery to your bot.

Free
$0/forever

Gold signals with coach commentary. Perfect for learning and validating the strategy.

  • XAUUSD (Gold) signals only
  • 6-8 signals per day
  • Coach commentary on every setup
  • $1,000 hypothetical examples
  • Website signal feed
  • WhatsApp delivery
  • Email delivery
  • Other instruments (BTC, ETH, NQ)
  • API access
  • Telegram channel
  • EA-ready JSON format
Get Free Signals
Most Popular
Pro
$149/month

Full signal feed across all instruments. Real-time API access for your trading bots.

  • All instruments — Gold, BTC, ETH, NQ, EUR/USD
  • Full signal feed — no limits
  • Real-time delivery — no delays
  • EA-ready JSON format via API
  • API key for bot integration
  • Telegram channel access
  • Website + WhatsApp + Email
  • Coach commentary on every setup
  • $1,000 hypothetical examples
  • Custom instrument filters
  • Direct webhook to your bot
Enterprise
$499/month

Everything in Pro plus custom filters and direct webhook push to your trading infrastructure.

  • Everything in Pro
  • Custom instrument filters
  • Direct webhook to your bot/server
  • 30 req/min API rate limit
  • Redistribution rights — white-label to your clients
  • Dedicated support channel
  • All instruments — current + new
  • Real-time + EA-ready JSON
  • Telegram + WhatsApp + Email
  • Coach commentary

Signal API Preview

Pro & Enterprise subscribers get real-time JSON access

GET /api/signals/live?api_key=your_key
Response:
{
  "instrument": "XAUUSD",
  "direction": "LONG",
  "timeframe": "H1",
  "entry_zone": [4466.00, 4472.00],
  "stop_loss": 4452.00,
  "take_profit_1": 4540.00,
  "risk_reward": 4.3,
  "coach_commentary": "Gold tapping H1 demand...",
  "published_at": "2026-04-15T14:30:00Z"
}

Enterprise Webhook

We push signals directly to your bot's endpoint

POST https://your-bot.com/signals (your endpoint)
We send:
{
  "event": "new_signal",
  "signal": {
    "instrument": "BTCUSDT",
    "direction": "LONG",
    "entry": 67200,
    "stop_loss": 66400,
    "take_profit": 71800,
    "risk_reward": 4.0
  },
  "filters": ["BTCUSDT", "XAUUSD"],
  "timestamp": "2026-04-15T14:30:00Z"
}

Configure your webhook URL and instrument filters in your dashboard. Signals arrive within seconds of publication.

Signal API FAQ

Can I use the API with my MetaTrader EA?

Yes. Pro and Enterprise subscribers get an API key that returns EA-ready JSON. Parse the response and execute trades directly from your EA. We provide MT4/MT5 example code in the docs.

How fast is delivery?

Signals hit the API within seconds of publication. Enterprise webhook delivery is near-instant — we POST to your endpoint the moment a signal is published.

What instruments are included in Pro?

All instruments we trade: XAUUSD (Gold), BTCUSDT, ETHUSDT, NQ (Nasdaq), ES (S&P), and major forex pairs. Free tier is Gold only.

Can I filter which instruments I receive?

Enterprise subscribers can configure custom instrument filters. Pro receives all instruments.

What format are the signals in?

JSON with all fields: instrument, direction, timeframe, entry zone, stop loss, take profits (up to 3), risk/reward ratio, coach commentary, and $1K example.

Is there a rate limit?

Pro: 10 requests/minute — more than enough for any bot polling every 6+ seconds. Enterprise: 30 requests/minute, though Enterprise subscribers receive signals via webhook push so polling is rarely needed. Limits exist to prevent abuse and protect signal integrity.

Can I resell or redistribute the signals?

Pro subscribers: No. Your API key is for your personal trading use only. Redistribution or resale will result in immediate termination without refund. Enterprise subscribers: Yes — Enterprise includes redistribution rights. You may white-label and redistribute signals to your own clients, community, or platform. This is one of the key reasons to choose Enterprise.