Settings

BTC/USD

Telegram Alerts

Get from @BotFather on Telegram.

Message your bot, then visit:
https://api.telegram.org/bot{TOKEN}/getUpdates

Signal Thresholds

Gold enforces min 68 regardless.

Gold uses 2.0× (fixed).

Background Processor

Last Run 2026-07-08 00:55:06 SAST
Last Signal none
Recent Cron Log
2026-07-08 00:55:06 [OK] signals=[none] exec=5176ms
2026-07-08 00:55:06 [OK] signals=[none] exec=5176ms
[00:55:06] Analytics recomputed for XAUUSD
[00:55:06] Analytics recomputed for BTCUSDT
[00:55:06] ERROR resolving outcomes: Class "SignalOutcomeTracker" not found
[00:55:06] [XAUUSD] 1d: score=25 below threshold 65
[00:55:06] [XAUUSD] 4h: score=49 below threshold 65
[00:55:06] [XAUUSD] 1h: skipping — outside London/NY session (0:xx SAST)
[00:55:06] [XAUUSD] 15m: skipping — outside London/NY session (0:xx SAST)
[00:55:06] [XAUUSD] 1d: upserted 60 candles
[00:55:06] [XAUUSD] 4h: upserted 100 candles
[00:55:05] [XAUUSD] 1h: upserted 150 candles

cPanel Cron Command

/usr/local/bin/ea-php82 /home/fx-v2.pay-flo.co.za/public_html/cron/process_signals.php

Windows Task Scheduler

$action = New-ScheduledTaskAction `
  -Execute "C:\xampp\php\php.exe" `
  -Argument "C:\xampp\htdocs\cron\process_signals.php"
$trigger = New-ScheduledTaskTrigger `
  -RepetitionInterval (New-TimeSpan -Minutes 5) `
  -Once -At (Get-Date)
Register-ScheduledTask -TaskName "SignalProCron" `
  -Action $action -Trigger $trigger -RunLevel Highest -Force

How to Set Up Telegram Alerts

  1. Open Telegram and search for @BotFather
  2. Send /newbot and follow the prompts to name your bot
  3. Copy the API token shown and paste it in the Bot Token field above
  4. Start a chat with your new bot by sending any message
  5. Visit https://api.telegram.org/botYOUR_TOKEN/getUpdates
  6. Find ”chat”:{”id”:XXXXXXXXX} — that number is your Chat ID
  7. Save settings and run the cron manually once to test