As for now, cache folder could be something like caches/binanceusdm/BNB_USDT:USDT/.
This would not work under Windows, or under Linux where this directory is mounted to Windows host.
As an exercise, I will make a PR for this myself.
Code relevant for this is:
|
return symbol.replace("/", "_") |
As for now, cache folder could be something like
caches/binanceusdm/BNB_USDT:USDT/.This would not work under Windows, or under Linux where this directory is mounted to Windows host.
As an exercise, I will make a PR for this myself.
Code relevant for this is:
passivbot/src/candlestick_manager.py
Line 233 in 4f399b2