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-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

  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