Guillaume De Saint Martin
Guillaume De Saint Martin
requires https://github.com/Drakkar-Software/OctoBot-Commons/pull/205
Fixes the interpreter shutdown error however prevents the bot from stopping, hence the WIP It looks like the issue is that threadpoolexecutors are not daemons anymore and need to be...
Profitability computation depends on the shortest activated timeframe on full datafiles, since these are full data files, it should be the same value all the time issue reproduced using this...
Thank you for sending your pull request. But first, have you included unit tests, and is your code PEP8 conformant? [More details](https://github.com/Drakkar-Software/OctoBot/blob/dev/CONTRIBUTING.md) ## Summary Explain in one sentence the goal...
This is a Windows only issue. Since Python3.8, the Windows loop default implementation generates issues with several libs including aiohttp.  To avoid this warning, `SelectorEventLoop` (see [event_loop doc](https://docs.python.org/3.8/library/asyncio-eventloop.html#event-loop-implementations)) is...
This will allow more trading modes backtesting (like arbitrage trading mode)
TODO: properly handle kraken symbol data (in str instead of int) in kraken tentacle 
requires https://github.com/Drakkar-Software/OctoBot/pull/1859