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 22:55:06 SAST
Last Signal none
Recent Cron Log (last 10 runs)
2026-05-07 22:55:06 [OK] signals=[none] exec=4964ms
2026-05-07 22:55:06 [OK] signals=[none] exec=4964ms
[22:55:06] Analytics recomputed for XAUUSD
[22:55:06] Analytics recomputed for BTCUSDT
[22:55:06] [XAUUSD] 1d: SELL cooldown active
[22:55:06] [XAUUSD] 4h: BUY cooldown active
[22:55:06] [XAUUSD] 1h: BUY cooldown active
[22:55:06] [XAUUSD] 15m: SELL cooldown active
[22:55:06] [XAUUSD] 1d: upserted 60 candles
[22:55:06] [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-v2.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