Telegram Bot
Background Processor
Last Run
2026-07-07 12:55:03 UTC
Last Signal
none
Recent Cron Log (last 10 runs)
2026-07-07 12:55:03 [OK] signals=[none] exec=1888ms
2026-07-07 12:55:03 [OK] signals=[none] exec=1888ms
[12:55:03] Analytics recomputed
[12:55:03] 1d: Skipping SELL — cooldown active
[12:55:03] 4h: Skipping BUY — cooldown active
[12:55:03] 1h: Skipping BUY — cooldown active
[12:55:03] 15m: No signal (score=28 after penalty — need 33)
[12:55:03] Upserted 59 candles for 1d
[12:55:03] Upserted 99 candles for 4h
[12:55:02] Upserted 149 candles for 1h
cPanel Cron Command
In cPanel → Cron Jobs, set interval to every 5 minutes and command to:
/usr/local/bin/ea-php82 /home/www.fx.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