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
945 stars 217 forks source link

Need to update emailing.py related import. #46

Closed ChiahungTai closed 1 year ago

ChiahungTai commented 2 years ago

Describe the bug The emailing.py is moved to autotraders.comms, the code from autotrader.emailing import send_order_summary might not be working in autotrader.bin.email_manager.py

To Reproduce Steps to reproduce the behavior:

  1. run autotrader.bin.email_manager.py directly.

Expected behavior Should not show error/

Screenshots ModuleNotFoundError: No module named 'autotrader.emailing'

Version of AutoTrader being used 0.7.2

Additional context Add any other context about the problem here.

kieran-mackle commented 1 year ago

fixed in https://github.com/kieran-mackle/AutoTrader/commit/de66b39569006146f23f9c8cd20b860bc232ab6d