-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtasks and ideas
53 lines (39 loc) · 2.35 KB
/
tasks and ideas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
-remove non-alphanumerics from articles
-break the articles down by word to feed into sentiment analysis
-sentiment analysis algorithm
-get bot server live, always running
-create rules we want the bot to have (stop/sell %s)
-time analysis algorithm
-distinguish between time's shares and sentiment's shares
-sentiment in the morning, time in the afternoon
- filter articles by number of times ticker is mentioned
-> if AAPL is mentioned 1 time, the article isn't actually talking about it.
we want to analyze articles that actually are specific to a stock, not just
mentioning (maybe make it where we only keep articles with 3-4 + mentions)
LOGO
- Q, inside is a robot that blinks into money signs
- Quant with a robot next to it if Q is too small
WEBSITE IDEAS
- news articles, "this article made us buy 10 shares of..."
- webscrape alpaca, store values needed for website in a python file,
link the python to the html
IDEA:
Remove side bar, have other stuff centered on site, when you scroll past what is quant bot
it starts showing our portfolio one by one of each stock, the info thats in sidebar (price, shares,
market value that we're holding, p/l, etc), as well as the most recent decision we made and the associated
reasoning (news article, time series analysis). This way it makes it more original (no more ripping from
robinhood) and i feel like it would be super clean and make the website seem more populated with relevant info
/ complete
https://stackoverflow.com/questions/15088037/python-script-to-do-something-at-the-same-time-every-day
http://cr.yp.to/daemontools/supervise.html
https://towardsdatascience.com/how-to-web-scrape-with-python-in-4-minutes-bc49186a8460
https://realpython.com/beautiful-soup-web-scraper-python/
https://realpython.com/python-web-scraping-practical-introduction/
https://towardsdatascience.com/the-complete-guide-to-time-series-analysis-and-forecasting-70d476bfe775
https://towardsdatascience.com/sentiment-analysis-concept-analysis-and-applications-6c94d6f58c17
https://towardsdatascience.com/nlp-from-a-time-series-perspective-39c37bc18156
sentiment
https://monkeylearn.com/blog/sentiment-analysis-with-python/
https://monkeylearn.com/sentiment-analysis/
following this
https://www.digitalocean.com/community/tutorials/how-to-perform-sentiment-analysis-in-python-3-using-the-natural-language-toolkit-nltk