Commit Graph

93 Commits

Author SHA1 Message Date
Andrew Dinh dad11bdefe
Update Repl link 2021-11-02 11:50:34 -07:00
Andrew Dinh 0973caa15a Small fix 2020-09-18 11:58:41 -07:00
Andrew Dinh cdeac8c96f Refactor code
Fix research paper link

add note that this project is no longer maintained
2020-07-30 13:16:24 -07:00
Andrew Dinh ab371aaa12 Update README with correct paper link 2019-11-21 21:59:37 -08:00
Andrew Dinh a9fbb06db3 Removed unecessary loop cloning list 2019-11-21 21:52:53 -08:00
Andrew Dinh 94c25048cd
Merge pull request #11 from andrewkdinh/bug-fixes-1
Bug fixes 1
2019-09-08 22:19:11 -07:00
Andrew Dinh 2dd60c81a7
Update Functions.py 2019-09-08 22:18:18 -07:00
Andrew Dinh fd4b3e831d
Update Functions.py 2019-09-08 22:17:29 -07:00
Andrew Dinh d1f3d594b1
Bug fixes
Remove "is True" statements (unnecessary for if functions)
Add 5 second timeout for internet connection test
2019-09-08 22:16:46 -07:00
Andrew Dinh 41650d0f92
Update README.md 2019-06-28 18:43:46 +00:00
Andrew Dinh ec893e4863
Update main.py 2019-06-28 18:41:10 +00:00
Andrew Dinh e865c83662
Update main.py 2019-06-28 18:38:17 +00:00
Andrew Dinh 54817460cc Bug fixes
Fixed unexpected EOL
Changed default time for displaying graphs to 60 seconds
2019-05-19 20:59:32 -07:00
Andrew Dinh a825116b58 Added pytz to requirements 2019-04-23 22:33:20 -07:00
Andrew Dinh b576c74b75 Changed fetch to GET
Fixed error-handling for retrieinv indicator data
2019-04-23 20:56:32 -07:00
Andrew Dinh fa0a7f158f Remove last blank line 2019-04-21 22:27:12 -07:00
Andrew Dinh bbc4611af3 Error-handling for plotting linear regression
Moved copyright info to top of files
Changed links to relative
2019-04-21 22:16:55 -07:00
Andrew Dinh 67faa403eb Reduced logging 2019-04-21 15:59:16 -07:00
Andrew Dinh 457379c3ba Changed get: to fetch:
Fixed formatting
2019-04-20 10:42:40 -07:00
Andrew Dinh 67abe49945
Merge pull request #10 from andrewkdinh/andrewkdinh-patch-1
Fix errors from removing stocks from listOfStocks
2019-04-19 09:44:20 -07:00
Andrew Dinh 969bbdf639
Update Functions.py 2019-04-19 09:42:54 -07:00
Andrew Dinh 4b775d7bb9
Update README.md 2019-04-19 09:41:40 -07:00
Andrew Dinh 5e5444a14b
Update main.py
Fixed issues that arose when removing stocks from listOfStocks
2019-04-19 09:40:30 -07:00
Andrew Dinh 3cedf28e7c Update README 2019-04-15 23:14:50 -07:00
Andrew Dinh 3d66f7fcc6 Update README 2019-04-15 23:13:28 -07:00
Andrew Dinh a8b7b794ec Added options to restart program and plot indicator linear regression
Added link to the essay that was the basis of this project
2019-04-15 23:08:01 -07:00
Andrew Dinh fa3be3d7b9 Fixed links 2019-04-08 07:25:41 -07:00
Andrew Dinh 18730bcd43 Added code of conduct and contributing guidelines.
+ Bug fixes
2019-04-08 07:19:39 -07:00
Andrew Dinh 4fd66eab52 Merge remote-tracking branch 'origin/master' 2019-03-19 10:26:46 -07:00
Andrew Dinh 3e000fbeaa Merge pull request #9 from andrewkdinh/personal-pc
Major edits finished
2019-03-19 10:26:39 -07:00
Andrew Dinh d8ad5609f1
Merge pull request #9 from andrewkdinh/personal-pc
Major edits finished
2019-03-18 17:27:53 +00:00
Andrew Dinh 5d1f96c403 General fixes
Added color, config file, moved packages into ./modules
2019-03-18 10:26:07 -07:00
Andrew Dinh 6366453f63 Added support for persistence indicator
Changed from years to months
Added function to scrape Yahoo Finance for indicator data
Moved generic functions to Functions.py
Added function to scrape websites for stocks
Attempted to alleviate problem of async function
2019-03-01 11:06:09 -08:00
Andrew Dinh 531c41862a Add async function 2019-02-21 11:43:46 -08:00
Andrew Dinh d398924c0d Finished basic functionalities 2019-02-14 12:17:22 -08:00
Andrew Dinh bec100cd44 Remove unneeded files 2019-01-31 13:22:24 -08:00
Andrew Dinh 0dcdd1049d Finished overhaul of version-1 2019-01-31 13:22:02 -08:00
Andrew Dinh 5f63eeb57e
Merge pull request #8 from andrewkdinh/personal-pc
Last pull before overhaul
2019-01-30 16:25:28 +00:00
Andrew Dinh 765b1f4012 Last commit 2019-01-30 08:18:34 -08:00
Andrew Dinh 5423e4e281
Update README.md 2019-01-22 19:06:51 +00:00
Andrew Dinh 7817c19019
Update README.md 2019-01-22 19:06:05 +00:00
Andrew Dinh 5a49f34a77 Update README 2019-01-22 11:04:32 -08:00
Andrew Dinh 405b851dc6 Update README 2019-01-22 11:02:18 -08:00
Andrew Dinh e0e9949d62
Update README.md 2019-01-22 18:58:15 +00:00
Andrew Dinh b8db3f107f
Update README.md 2019-01-22 18:56:41 +00:00
Andrew Dinh 7ab39a5cec
Merge pull request #7 from andrewkdinh/personal-pc
Personal pc
2019-01-22 18:56:17 +00:00
Andrew Dinh 59d00e71bb
Merge branch 'master' into personal-pc 2019-01-22 18:56:08 +00:00
Andrew Dinh d1888d2779 Added support for datetime 2019-01-22 10:49:58 -08:00
Andrew Dinh 10ad297b63
Update README.md 2019-01-18 01:21:24 +00:00
Andrew Dinh 7f675e25ae Update StockReturn.py 2019-01-17 16:40:42 -08:00