Statistics seem wrong

Bug details:

  • Bot URL → Gainium app

  • [Optional] Steps to reproduce → I tried to compute the stats given by the bot, and was unable to obtain the main result.

  • Expected result → As a consistency check, I tried to compute the Buy and Hold value and I did not recover the same than indicated by the front end.
    I did the following computation, Initial_quote/initial_price = initial number of base.
    Then compute price for attaining the value indicated on the front end price=frontend_value/base . The obtained price was never matched during the bot lifetime.

    Is something wrong with my math. I have similar problem with the other value.

Hello! Thank you for reporting this issue about the statistics display. We have received your bug report and will investigate it shortly. We appreciate you providing the bot URL, as this will help us in our investigation.


Buy and hold stat started calculation and calculated by timer, at 00:00 UTC. Start price for buy and hold was 0.0007583, so thats why it has such big negative result.

Ok, I was expecting that the computation to be done from entry price of the bot to be a fair comparison. After its true it should not change too much if not on wild alt coin. Thanks for the answer. I guess this is the same reason many of the other stats I was not able to reproduce.