Guillaume De Saint Martin

Results 31 issues of 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...

backtesting

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. ![image](https://user-images.githubusercontent.com/9078616/97214415-6249d700-17c3-11eb-9c5d-68caea4bd96c.png) To avoid this warning, `SelectorEventLoop` (see [event_loop doc](https://docs.python.org/3.8/library/asyncio-eventloop.html#event-loop-implementations)) is...

dependencies
pending

This will allow more trading modes backtesting (like arbitrage trading mode)

backtesting

Idea: * https://build-system.fman.io/

UX/UI

TODO: properly handle kraken symbol data (in str instead of int) in kraken tentacle ![image](https://user-images.githubusercontent.com/9078616/173253756-dfffaec0-4b0e-4432-8e5f-eddeb4599633.png)

requires https://github.com/Drakkar-Software/OctoBot/pull/1859