Invalid evaluation
Hi.
Is it possible that from all positive evaluations for each timeframe, I get negative evaluation for simple strategy evaluator? Or is it a bug?

I'm running OctoBot 0.4.1 on RaspberryPI in docker.
The simple strategy evaluator is averaging evaluations from each of its relevant time frames, are you sure there are no other evaluators running ?
I only have DailyTradingMode enabled using SimpleStrategyEvaluator with BBMomentumEvaluator. There is also nothing more in evaluation matrix.
And you added no change to the code ?
No changes, just vanilla image from dockerhub. Image ID: 598481eac194, now the id does not match image from hub (I just checked it, not sure why they don't match), but I definitely did not introduce any code changes. I deployed using these commands:
docker pull drakkarsoftware/octobot:0.4.1
docker run -itd --name OctoBot -p 0.0.0.0:80:5001 -v $(pwd)/user:/octobot/user -v $(pwd)/tentacles:/octobot/tentacles -v $(pwd)/logs:/octobot/logs drakkarsoftware/octobot:0.4.1
Ok, I will try to reproduce the issue, thanks for the details !