You are viewing a single comment's thread from:
RE: Coding a Poloniex Trading Bot
Here's a good library for Technical Analysis you can use: https://github.com/mrjbq7/ta-lib
It's a python wrapper for the famous and well tested TA-lib. Have fun with your bot :)
Cheers, I'll be including TA-Lib at some point for some of the more complicated indicators but for now, pandas can cope.