AD PRABHU SETTINGS

⏱️ Daily Automation Controls

Enable or disable automated background executions (Manual triggers in dashboard always remain active).

📊 Multi-Strategy Breakout Models

Toggle individual technical models used to identify swing setups.

🎯 Swing Trade Risk/Reward & Momentum Parameters

Fixed target, stop-loss cap, and momentum indicators.

Standard +5.0% swing profit target
Strict maximum -2.0% capital protection
Breakout volume multiple of 20D SMA
Liquidity filter to eliminate illiquid traps
Bullish momentum zone
Minimum 20.0 for established trend

🌐 Deployment & Cron Automation Guide

Instructions for hosting on https://scanner.adprabhuwealthacademy.com/ or local Windows scheduler.

1. Production cPanel Cron Job Configuration (Runs automatically)

Add this single cron job in your hosting cPanel to run every 5 minutes (the script automatically executes the 5:30 PM sync and 9:30 AM lock at the appropriate IST times):

*/5 * * * * curl -s "https://scanner.adprabhuwealthacademy.com/cron_runner.php?token=adprabhu_screener_sec_2026&action=auto" >/dev/null 2>&1
2. Local Windows Task Scheduler Execution

A helper batch file run_scheduler.bat is included in your workspace root. You can schedule it in Windows Task Scheduler or double-click to test execution.

C:\xampp\php\php.exe C:\xampp\htdocs\screener\cron_runner.php --action=auto
Need to reinstall or reset default universe? Reset Database Tables →