coci / trindipy

Trading indicator's implementation in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trindipy

Trading indicator's implementation in python

Usage :

>>> from trindipy import sma

>>> prices = [25.25,25.50,25.00,24.90,26.80]

>>> sma = sma(data_feed=prices,time_period=5)

>>> sma
... 25.49

supported indicators:

contributtion :

feel free to MR to repository :)

About

Trading indicator's implementation in python


Languages

Language:Python 100.0%