The tracking pipeline
Every BUY or SELL signal we publish gets recorded the moment it fires with four fields locked in place:
- Entry price — the closing price on the day the signal was generated
- Target price — computed from the AI verdict, recent resistance/support, and ATR-scaled range
- Stop loss — the invalidation level below (BUY) or above (SELL) the entry
- Confidence — the fused 0-100 score at time of publication
A separate cron job then updates the tracker at three checkpoints — day 1, day 3, and day 7 — pulling the actual PSX closing price for each interval. Based on how those closes compare to the original entry, target, and stop, the row is stamped with a final outcome:
success
Target price hit within 7 trading days without triggering the stop-loss.
partial
Moved meaningfully in the right direction (halfway to target) but didn't hit the full level.
failed
Stopped out, or day 7 close was flat / against the direction.
Only success counts as a target-hit for the marketing table. Everything else — including partial — is disclosed transparently on the results page.
Why this matters
Most trading platforms in Pakistan and beyond curate their "wins" retrospectively — they show trades that happened to work out and quietly forget the ones that didn't. That's not a track record; that's marketing. Our approach forces us to publish every outcome, which means:
- The signals we retire (like SELL_OVERBOUGHT in Round 11) get retired for measured reasons, not narrative ones.
- The confidence bands we advertise are the confidence bands the data actually earned.
- When macro is unfavorable and the system stops producing actionable calls, we don't paper over it — you see the throttle.
Five real wins — verify them yourself
Here are the top target-hit signals pulled live from our tracking table right now. Every number below is on the PSX tape at dps.psx.com.pk — check the tickers, check the dates, check the prices.
Signal fired 2026-04-20
+61.1%
realized in 7d
Entry
PKR 62.96
Target
PKR 74.88
Best 7-day
PKR 101.41
Signal fired 2026-04-21
+49.2%
realized in 7d
Entry
PKR 94.31
Target
PKR 116.95
Best 7-day
PKR 140.72
Signal fired 2026-04-07
+30.9%
realized in 7d
Entry
PKR 303.77
Target
PKR 349.07
Best 7-day
PKR 397.54
Signal fired 2026-04-04
+26.8%
realized in 7d
Entry
PKR 50.15
Target
PKR 55.00
Best 7-day
PKR 36.71
Signal fired 2026-04-03
+25.8%
realized in 7d
Entry
PKR 50.15
Target
PKR 55.00
Best 7-day
PKR 37.19
What's built into every signal you see
Fusion scoring
Gemini AI + RSI + MACD + Bollinger + volume + sector momentum combined into one 0-100 score.
Round 11 filters
Every candidate is filtered against historical win-rate data — signal types with poor track records are actively rejected.
Macro adjustment
Pakistan-specific context — SBP rate, IMF program status, geopolitical tension — automatically penalizes or boosts the score.
Time-horizon tag
Every signal ships with SHORT / MEDIUM / LONG plus an expected days-to-outcome band.