Real-time stock and options data collection system
Begin collecting stock and options data from Finviz. Downloads fundamentals and options chains for monitored stocks.
Start MonitoringVerify database connection, configuration settings, and system readiness before running the monitor.
Run TestsView and manage the MySQL database schema. Create tables and insert sample data for testing.
View Schema{
"cachedir": "cache\/",
"mysqlconnstr": "mysql:host=127.0.0.1;dbname=u597115793_olc;charset=utf8mb4",
"mysql_username": "u597115793_olc",
"mysql_password": "***hidden***",
"mysql_port": 3306
}