Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abronte/tradr

Simple trading bot
https://github.com/abronte/tradr

Last synced: 17 days ago
JSON representation

Simple trading bot

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.