kieran-mackle / AutoTrader

A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
https://kieran-mackle.github.io/AutoTrader/
GNU General Public License v3.0
937 stars 216 forks source link

Cannot find GetData function #107

Closed uncle-sann closed 3 months ago

uncle-sann commented 3 months ago

where is this function: from autotrader.lib.autodata import GetData

uncle-sann commented 3 months ago

I handled that with: from autotrader.brokers.yahoo import Broker