# crontab inside the container (weekdays, 06:30 server time)
30 6 * * 1-5  /work/morning.sh >> /work/log/morning.log 2>&1

# morning.sh, allow-list of CLI commands: candles, backtest
# 1) candles for every symbol in symbols.txt
# 2) filters.py  -> passed.txt
# 3) backtest for every .cbotset in hypotheses/ on passed symbols
# 4) summary.py  -> one message to the channel
