Telegram Alerts
Background Processor
Last Run
2026-07-07 23:35:04 SAST
Last Signal
none
Recent Cron Log
2026-07-07 23:35:04 [OK] signals=[none] exec=3511ms
2026-07-07 23:35:04 [OK] signals=[none] exec=3511ms
[23:35:04] Analytics recomputed for XAUUSD
[23:35:04] Analytics recomputed for BTCUSDT
[23:35:04] ERROR resolving outcomes: Class "SignalOutcomeTracker" not found
[23:35:04] [XAUUSD] 1d: score=46 below threshold 65
[23:35:04] [XAUUSD] 4h: no signal (buy=41 sell=36)
[23:35:04] [XAUUSD] 1h: skipping — outside London/NY session (23:xx SAST)
[23:35:04] [XAUUSD] 15m: skipping — outside London/NY session (23:xx SAST)
[23:35:04] [XAUUSD] 1d: upserted 60 candles
[23:35:04] [XAUUSD] 4h: upserted 100 candles
[23:35:04] [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
- Open Telegram and search for @BotFather
- Send
/newbotand follow the prompts to name your bot - Copy the API token shown and paste it in the Bot Token field above
- Start a chat with your new bot by sending any message
- Visit
https://api.telegram.org/botYOUR_TOKEN/getUpdates - Find
”chat”:{”id”:XXXXXXXXX}— that number is your Chat ID - Save settings and run the cron manually once to test