alpacahq / Momentum-Trading-Example

An example algorithm for a momentum-based day trading strategy.
642 stars 218 forks source link

Import Issue #42

Open cdiener1 opened 2 years ago

cdiener1 commented 2 years ago

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