veswill3 / InvestmentSimulator

toying with some ideas in matlab
0 stars 0 forks source link

Cron Job #5

Closed heiden12 closed 11 years ago

heiden12 commented 11 years ago

Create a cron job to automatically pull down and save intraday stock data every night. This has two parts:

  1. Create a shell script that runs the matalab function (with no display) and copies the data to our web server.
  2. Schedule the cron job so the shell script gets run nightly
heiden12 commented 11 years ago

I think we should add "default" ticker values if none are supplied, this way the save data function can be run more easily with a cron job and shell script.