Settings

BTC/USD

Telegram Bot

Get from @BotFather on Telegram

Send a message to your bot then visit:
https://api.telegram.org/bot{TOKEN}/getUpdates

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

  1. Open Telegram and search for @BotFather
  2. Send /newbot and follow the instructions
  3. Copy the API token and paste it above
  4. Start a conversation with your new bot (send any message)
  5. Visit https://api.telegram.org/botYOUR_TOKEN/getUpdates
  6. Find "chat":{"id":XXXXXXXXX} — that's your Chat ID