Browse Source

feat: debug

pull/15/head
QuentinN42 1 year ago
parent
commit
4bf4e588d1
Signed by: number42 GPG Key ID: 2CD7D563712B3A50
  1. 2
      main.py

2
main.py

@ -1,4 +1,5 @@
import pandas as pd # type: ignore
import logging
from auto_trading.broker.backtest import Backtest
from auto_trading.strat.hold import Hold
@ -7,6 +8,7 @@ from auto_trading.bot import Bot
pd.options.plotting.backend = "plotly"
logging.basicConfig(level=logging.DEBUG)
if __name__ == "__main__":

Loading…
Cancel
Save