|
|
@ -6,8 +6,7 @@ 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.main import Bot |
|
|
|
import matplotlib.pyplot as plt |
|
|
|
|
|
|
|
import matplotlib.pyplot as plt # type: ignore |
|
|
|
|
|
|
|
|
|
|
|
if __name__ == '__main__': |
|
|
|