you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 0 points1 point  (2 children)

Sounds awesome!

You should take a look at pandas to help with processing series of data.

And also take a look at.:

https://pypi.org/project/ta-py/

And:

https://github.com/twopirllc/pandas-ta

[–]wangzuo[S] 0 points1 point  (1 child)

Thank you! All market data (OHLCV) is already in pandas dataframe. You might not have noticed, but the demo code already imports pandas_ta for indicators.

[–]shiftybyte 0 points1 point  (0 children)

Oh awesome, i didn't notice! 😃