#!/bin/bash echo "Starting QuantumBotX Trading Application..." echo "========================================" echo "" echo "Make sure MetaTrader 5 is running before continuing!" echo "" read -p "Press Enter to continue..." echo "" python3 run.py