OctoBot icon indicating copy to clipboard operation
OctoBot copied to clipboard

Invalid evaluation

Open omicronns opened this issue 4 years ago • 5 comments

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?

image

I'm running OctoBot 0.4.1 on RaspberryPI in docker.

omicronns avatar Oct 20 '21 20:10 omicronns

The simple strategy evaluator is averaging evaluations from each of its relevant time frames, are you sure there are no other evaluators running ?

GuillaumeDSM avatar Oct 23 '21 12:10 GuillaumeDSM

I only have DailyTradingMode enabled using SimpleStrategyEvaluator with BBMomentumEvaluator. There is also nothing more in evaluation matrix.

omicronns avatar Oct 26 '21 12:10 omicronns

And you added no change to the code ?

GuillaumeDSM avatar Oct 30 '21 19:10 GuillaumeDSM

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

omicronns avatar Nov 03 '21 11:11 omicronns

Ok, I will try to reproduce the issue, thanks for the details !

GuillaumeDSM avatar Nov 03 '21 18:11 GuillaumeDSM