https://github.com/jimlynchcodes/ameritrader-bots
https://github.com/jimlynchcodes/ameritrader-bots
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimlynchcodes/ameritrader-bots
- Owner: JimLynchCodes
- License: mit
- Created: 2020-03-22T02:07:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:31:16.000Z (over 3 years ago)
- Last Synced: 2025-03-26T07:11:22.973Z (about 1 year ago)
- Language: JavaScript
- Size: 1.14 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ameritrader Bots
Each folder here represents a different script that does something related to getting stome stock-relating data, analyzing it, and / or presenting it in some way.
Each folder contains an independent javascript project with its own package.json file and npm scripts.
## _get-quote_
Takes a security symbol (equity, etf, etc.) and gets a current quote for it.
## _twitter-keyword-scraper_
Reads a list of keywords from MongoDB (really, "keyword phrases"), searches the Twitter universe for tweets made in the past day containing these keywords, and then saves the results back into MongoDB.
## _lunchtime-trend_
Looks at price movements for a few securities between 11:20am and 12:15 pm in an attempt to find the "daily trend".
## _news-watcher_
Uses superfeedr to watch for incoming rss feeds.
## _rss-feed-listener_
Uses [rss-feed-emitter](https://github.com/filipedeschamps/rss-feed-emitter) to watch for incoming rss feeds.
and more...