Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abronte/tradr
Simple trading bot
https://github.com/abronte/tradr
Last synced: 17 days ago
JSON representation
Simple trading bot
- Host: GitHub
- URL: https://github.com/abronte/tradr
- Owner: abronte
- Created: 2011-08-03T22:58:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-26T00:02:50.000Z (almost 13 years ago)
- Last Synced: 2024-11-11T19:44:56.524Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 450 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tradr
=====Simple stock trading bot built with Node and usses the Tradeking API. Stocks are traded based on the slope of an exponential moving average (EMA) of the stock price. When the slope goes from negative, to positive, that is a buy singal. When it goes from positive to negativeg, that is a sell signal.