better CNN info in the dash

This commit is contained in:
Dobromir Popov
2025-05-31 00:47:59 +03:00
parent 3a748daff2
commit d3868f0624
4 changed files with 768 additions and 46 deletions

View File

@ -33,6 +33,7 @@ from collections import deque
from .config import get_config
from .tick_aggregator import RealTimeTickAggregator, RawTick, OHLCVBar
from .cnn_monitor import log_cnn_prediction
logger = logging.getLogger(__name__)