Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added filtering module, also support loading from a single-column CSV of tickers #40

Closed
wants to merge 38 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f974456
Update market_scanner.py
NihilistPenguin Jul 31, 2020
7574904
Add files via upload
NihilistPenguin Jul 31, 2020
6f5cb6c
Update grapher.py
NihilistPenguin Jul 31, 2020
ae0a979
Add files via upload
NihilistPenguin Jul 31, 2020
2f4fd42
Update README.md
NihilistPenguin Jul 31, 2020
29c29bc
Update README.md
NihilistPenguin Jul 31, 2020
4c1770b
Update README.md
NihilistPenguin Jul 31, 2020
cbf1b4e
Update grapher.py
NihilistPenguin Jul 31, 2020
f9e20da
Update grapher.py
NihilistPenguin Jul 31, 2020
eb859ec
Update market_scanner.py
NihilistPenguin Jul 31, 2020
2fd7709
add figures directory with demo images
Jul 31, 2020
1d9ddc8
add figures directory with sample images
Jul 31, 2020
24eca53
Delete .gitignore
NihilistPenguin Jul 31, 2020
e845186
Update README.md
Jul 31, 2020
18b5427
Update README.md
Jul 31, 2020
65c26cf
Update README.md
Jul 31, 2020
9fb4250
Merge pull request #16 from tcosculluela/master
Jul 31, 2020
21933ae
Revert "Parallelization"
SamPom100 Jul 31, 2020
f2b9e36
Merge pull request #20 from SamPom100/revert-16-master
Jul 31, 2020
4893e10
Merge pull request #18 from NihilistPenguin/master
Jul 31, 2020
bd6508b
Revert "Add various functionality "
SamPom100 Jul 31, 2020
1032b62
Merge pull request #21 from SamPom100/revert-18-master
Jul 31, 2020
93270ef
Make Anomaly Finding more Pandas friendly
Jul 31, 2020
3f7b376
Merge branch 'master' into pandas_branch
elizabethshirley Jul 31, 2020
ff600fe
Merge pull request #1 from alexshirley/pandas_branch
elizabethshirley Aug 1, 2020
5c1c0f0
Rebasing off of updated upstream
Aug 1, 2020
79b4f29
Update README.md
elizabethshirley Aug 1, 2020
20274d0
merge success
c0sc0 Aug 1, 2020
ae1c40d
Merge branch 'master' into Pandas-Refactor-updated-to-master
elizabethshirley Aug 1, 2020
ba162bd
Merge branch 'master' into Pandas-Refactor-updated-to-master
elizabethshirley Aug 1, 2020
f292699
Catching up with changes on master
Aug 1, 2020
08e075d
Allow modifiable DAY_CUTOFF
Aug 1, 2020
02ae698
Merge pull request #2 from alexshirley/Pandas-Refactor-updated-to-master
c0sc0 Aug 1, 2020
d6130d1
merge & clean
c0sc0 Aug 1, 2020
fa1c93d
hide secret key, default params, exportList in stocklist
c0sc0 Aug 1, 2020
328217e
added module for filtering tickers
c0sc0 Aug 2, 2020
aefa9e8
brainfart
c0sc0 Aug 2, 2020
b7cafc9
remove vscode settings
c0sc0 Aug 2, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
__pycache__/
__pycache__
__pycache__
*.pyc
.vscode/settings.json
Loading