ForexFactory  Leaderboard Trader Tracker & Trading Signals avatar

ForexFactory Leaderboard Trader Tracker & Trading Signals

Pricing

from $0.20 / trader analyzed

Go to Apify Store
ForexFactory  Leaderboard Trader Tracker & Trading Signals

ForexFactory Leaderboard Trader Tracker & Trading Signals

Analyzes ForexFactory leaderboard traders' open positions across major currency pairs and gold. Generates LONG/SHORT signals based on top vs. poor performer positioning. Includes economic calendar with impact filtering.

Pricing

from $0.20 / trader analyzed

Rating

0.0

(0)

Developer

Yuliia Kulakova

Yuliia Kulakova

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Share

ForexFactory Leaderboard Trader Tracker & Trading Signals

ForexFactory Signals

Stop guessing. Trade with the crowd โ€” or against it.

This actor analyzes real traders on ForexFactory's public leaderboard, studies their open positions across major currency pairs, and generates directional trading signals based on where the best (and worst) performers are positioned right now.


๐Ÿ’ก What You Get

  • Trading signals (LONG / SHORT / NEUTRAL) for major forex pairs and gold โ€” updated every run
  • Trader profiles with full performance stats: return, win rate, profit factor, Sharpe ratio
  • Economic calendar with high/medium/low impact events and affected currency pairs
  • Contrarian confirmation โ€” when top performers go long AND poor performers go short, the signal is flagged as STRONG

๐Ÿš€ How It Works

ForexFactory hosts thousands of traders who publicly share their live trades. This actor:

  1. Scrapes the live trades feed to identify active traders
  2. Visits each trader's profile to collect performance statistics and open positions
  3. Classifies traders โ€” top 25% (Winners) vs bottom 25% (Losers) by composite score
  4. Aggregates positions per currency pair with weighted scoring
  5. Generates actionable signals โ€” if Winners are long and Losers are short โ†’ LONG signal
  6. Fetches live prices for all pairs from ForexFactory's market data API
  7. Optionally scrapes the economic calendar for upcoming market-moving events

The more traders analyzed, the more reliable the signal. We recommend 50โ€“200 traders for production use.


๐ŸŽฏ Modes

ModeWhat it doesSpeed
signalsFull leaderboard analysis โ†’ trading signals5โ€“15 min
tradersProfile stats for specific usernames1โ€“3 min
calendarEconomic calendar with impact filter~30 sec
fullSignals + calendar combined6โ€“16 min

โš™๏ธ Input Examples

Generate signals for major pairs:

{
"mode": "signals",
"pairs": ["EURUSD", "GBPUSD", "USDJPY", "XAUUSD"],
"maxTraders": 100
}

Track specific traders:

{
"mode": "traders",
"trackUsernames": ["toptrader1", "forexking", "goldmaster"]
}

Economic calendar โ€” today, high impact only:

{
"mode": "calendar",
"calendarDays": "today",
"calendarImpact": ["high"]
}

Full analysis โ€” signals + calendar:

{
"mode": "full",
"pairs": ["EURUSD", "GBPUSD", "XAUUSD"],
"maxTraders": 50,
"calendarDays": "today",
"calendarImpact": ["high", "medium"]
}

๐Ÿ“Š Output Example

Trading Signal:

{
"type": "signal",
"pair": "EURUSD",
"signal": "LONG",
"strength": "STRONG",
"score": 64.54,
"contrarian": true,
"rationale": "LONG | top traders: 105L/57S | confirmed by poor performers",
"price": 1.16744,
"traderCount": 8,
"timestamp": "2026-05-14T15:11:17Z"
}

Trader Profile:

{
"type": "trader",
"username": "hbanna",
"allTimeReturn": 716.7,
"weekReturn": 3.7,
"profitFactor": 2.58,
"sharpeRatio": 0.92,
"winRate": 86.8,
"openPairs": ["GBPUSD", "ETHUSD"]
}

Calendar Event:

{
"type": "calendar",
"date": "Thu May 14",
"time": "1:30pm",
"currency": "USD",
"impact": "high",
"event": "Core Retail Sales m/m",
"forecast": "0.7%",
"previous": "1.9%",
"affectedPairs": ["EURUSD", "GBPUSD", "USDJPY", "XAUUSD"]
}

๐Ÿ“‹ Output Fields

Signal fields

FieldDescription
pairCurrency pair (EURUSD, XAUUSD, etc.)
signalLONG / SHORT / NEUTRAL
strengthSTRONG / MODERATE / WEAK / N/A
scoreWeighted net position score
contrarianTrue if losers confirm the signal
rationaleHuman-readable signal explanation
priceCurrent live price
traderCountNumber of traders with positions in this pair

Trader fields

FieldDescription
allTimeReturnAll-time account return (%)
weekReturnThis week's return (%)
profitFactorGross profit / gross loss ratio
sharpeRatioRisk-adjusted return
winRateWinning trades percentage
openPairsCurrently open currency pairs

๐Ÿ’ฐ Pricing

This actor uses pay-per-event billing โ€” you only pay for what you scrape.

EventPrice
Trader profile analyzed$0.20
Calendar event$0.05

Estimated run cost:

  • Calendar only (today, high impact) โ†’ ~$0.25โ€“0.50
  • 3 specific traders โ†’ ~$0.60
  • Signals with 30 traders โ†’ ~$6
  • Signals with 100 traders โ†’ ~$20

๐Ÿ’ก For regular trading use, run with 30โ€“50 traders on a schedule. Best value, reliable signals.


๐ŸŽฏ Use Cases

  • Algorithmic trading โ€” feed signals into your trading bot via API
  • Market research โ€” understand retail positioning on major pairs
  • Sentiment analysis โ€” track how the crowd is positioned before major news
  • Trader monitoring โ€” follow specific ForexFactory users and their open trades
  • News trading โ€” combine calendar events with positioning data for high-probability setups

โฐ Scheduling Tips

Run this actor on a schedule for fresh signals:

  • Signals โ€” every 4โ€“8 hours for intraday positioning updates
  • Calendar โ€” once per day (morning) to plan your trading session
  • Full mode โ€” before major news events (NFP, CPI, FOMC)

โš ๏ธ Notes

  • ForexFactory uses Cloudflare protection โ€” residential proxies are required and are included in the cost
  • Signals reflect current open positions, not price predictions โ€” always use with your own analysis
  • More traders analyzed = more reliable signal. Minimum recommended: 20 traders