╔════════════════════════════════════════════════════════════════╗ ║ Crypto Algo Trading Platform - Service Launcher ║ ║ Starting all services... ║ ╚════════════════════════════════════════════════════════════════╝ Starting services: -------------------------------------------------------------------------------- 🚀 Market Data Runner... ✅ Started (PID: 934484) 🚀 Trade Monitor Runner... ✅ Started (PID: 934526) 🚀 Telegram Bot Runner... ✅ Started (PID: 934536) 🚀 Order Status Poller... ✅ Started (PID: 934538) -------------------------------------------------------------------------------- 📝 Process IDs saved to: /home/primaryk/public_html/crypto-algo.primarykeytech.in/bin/../storage/launcher.pid ╔════════════════════════════════════════════════════════════════╗ ║ ✅ All Services Started Successfully ║ ╚════════════════════════════════════════════════════════════════╝ Services running: • Market Data Runner • Trade Monitor Runner • Telegram Bot Runner • Order Status Poller Monitoring: 📊 View logs: tail -f storage/logs/market-data.log 📊 All logs: tail -f storage/logs/*.log Management: 🛑 Stop all: php bin/stop-all-services.php 📋 Status: php bin/check-services-status.php Platform: Linux/Mac • Services are running as background processes • PIDs saved in: /home/primaryk/public_html/crypto-algo.primarykeytech.in/bin/../storage/launcher.pid • Use stop-all-services.php to terminate 🎯 Trading Platform is now running!