A tinker toy for "forecasting" the next hour on the stock market. Please be advised this is a toy project and probably does not work. Nobody can tell the future, even a computer, the best this is good for is identifying trends over a predefined time window based upon a previous time window.
First initiate the sqlite datastore with php cli.php app:init
;
Collect data on the stock ticker items that you are interested every minute, for example I use FTSE and Gold futures so I have a cron job set to execute php cli.php stock:scrape "^FTSE" "GCQ16.CMX"
.