Oleg Polakow

Results 270 comments of Oleg Polakow

TrueStrat.run returns an indicator instance, not arrays.

Thanks for reporting, this is a well-known behavior on the part of CCXT (in fact, I get the same behavior on Mac). I'll force the latest CCXT version in the...

I cannot reproduce this behavior with Python 3.10 and Pandas 2.0.1. Only three tests fail, all being minor and requiring some changes to the testing procedure rather than functionality itself.

The failed tests are indeed harmless, Windows uses 32-bit integers by default, thus the output arrays have the data type np.int32 while they are being tested against the data type...

Make sure that you're using python-telegram-bot versions lower than 20.

Exit signals are generated strictly between each pair of entries, there's no option in community version to change this (again, this was redesigned in pro). But you can create your...

Thanks. Isn't duration in milliseconds? So it would become `duration=1000 / fps`.

Master branch reflects the latest version.

Thanks for reporting, will be fixed today.