Telegram Bot
Background Processor
Last Run
2026-05-07 16:30:05 SAST
Last Signal
none
Recent Cron Log (last 10 runs)
2026-05-07 16:30:05 [OK] signals=[none] exec=3794ms
2026-05-07 16:30:05 [OK] signals=[none] exec=3794ms
[16:30:05] Analytics recomputed for XAUUSD
[16:30:05] Analytics recomputed for BTCUSDT
[16:30:05] [XAUUSD] 1d: SELL cooldown active
[16:30:05] [XAUUSD] 4h: score=31 below threshold 33
[16:30:05] [XAUUSD] 1h: BUY cooldown active
[16:30:05] [XAUUSD] 15m: score=28 below threshold 33
[16:30:05] [XAUUSD] 1d: upserted 60 candles
[16:30:04] [XAUUSD] 4h: upserted 100 candles
cPanel Cron Command
In cPanel → Cron Jobs, set interval to every 5 minutes and command to:
/usr/local/bin/ea-php82 /home/fx-2.pay-flo.co.za/public_html/fx.pay-flo.co.za/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 "BTCSignalCron" ` -Action $action -Trigger $trigger -RunLevel Highest -Force
How to Get Your Telegram Bot Token & Chat ID
- Open Telegram and search for @BotFather
- Send
/newbotand follow the instructions - Copy the API token and paste it above
- Start a conversation with your new bot (send any message)
- Visit
https://api.telegram.org/botYOUR_TOKEN/getUpdates - Find
"chat":{"id":XXXXXXXXX}— that's your Chat ID