|
|
@ -5,7 +5,6 @@ from auto_trading.predictor.mean_agg import MeanAggregator |
|
|
|
from auto_trading.predictor.normalized import NormalizedPredictor |
|
|
|
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 |
|
|
|
from tqdm import tqdm # type: ignore |
|
|
|
import pandas as pd # type: ignore |
|
|
|