Skip to content

bushi07/misc-finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misc-finance

Various scripts in R for financial analysis.

Note that these scripts are primarily used for basic tasks such as daily monitoring of symbols, charting trends, and research reports.

These scripts are not intended for day trading or any sort of realtime market analysis.

* symbol.alert.R : An R script for daily monitoring of a list of stock symbols with an email alert if they exceed specified buy/sell thresholds.

Examples: # symbol.alert.R cron job command line R --vanilla -e "source('/home/repo/misc-finance/R/symbol.alert.R'); symbol.alert('/home/me/symbol.alert.dat', '[email protected]')" >/dev/null

About

Various scripts in R for financial analysis

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors