Using Yahoo Finance node JS module to apply algorithm trading principles in real time. An app that will recommend buying and selling trends based on moving averages of stocks
#####################################################################################
INSTRUCTIONS
- download repository
- make sure you have node js installed in your machine, you can check that by tying
node
in your bash/terminal/cmdline. If not installed install from this link here.(Its not a virus dont worry) - run
npm install
this will install all the dependencies needed for development and running. - Now use your commandline or terminal to navigate into the directory you downloaded the repository in and run the command
npm run sight
. This should run the json package start script which will show you the program! - Furthermore for faster development
dev.sh
can be run which will run the browserify command and bundle the js wihtout needing seperate commands!
!DISCLAIMER THIS IS NOT FINANCIAL ADVICE!