|
|
@ -7,9 +7,8 @@ from auto_trading.predictor.selector import SelectorPredictor |
|
|
|
from auto_trading.predictor.random_predictor import RandomPredictor |
|
|
|
from auto_trading.predictor.derivate import Derivate |
|
|
|
from auto_trading.main import Bot |
|
|
|
import matplotlib.pyplot as plt # type: ignore |
|
|
|
from tqdm import tqdm |
|
|
|
import pandas as pd |
|
|
|
from tqdm import tqdm # type: ignore |
|
|
|
import pandas as pd # type: ignore |
|
|
|
pd.options.plotting.backend = "plotly" |
|
|
|
|
|
|
|
|
|
|
|