alpacahq / Momentum-Trading-Example

An example algorithm for a momentum-based day trading strategy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import Issue

cdiener1 opened this issue · comments

I think that "from ta import macd" needs to change to "from ta.trend import macd" because of an update.