jesse
jesse copied to clipboard
An advanced crypto trading bot written in Python
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
It would be great if I can reattach the optimization process after closing the browser tab or a lost network connection. At the moment Jesse is working in the background...
Currently terminate() is called before closing out the final backtest trades. The backtest is complete once all trades have been closed, metrics updated etc, not before. Even Jesse's documentation states...
**Describe the bug** I installed jesse w/o docker and upon running frontend I see the following error: `TypeError: As of 3.10, the *loop* parameter was removed from Lock() since it...
import_candles() when called via jesse.research exits early when the start_date of the candles is before the first available date. This is due to the "return" returning nothing and calling run()...
**Describe the bug** Creating custom exchange drivers **To Reproduce** Steps to reproduce the behavior: 1. Create a plugins.py from drivers.AngleOne import AngleOneSpot import_candles_drivers = { 'AngleOne Spot': AngleOneSpot } 3....
**Describe the bug** It's more a question than bug. So temp directory has ~2700 files (i.e. '2021-01-22-2021-03-15-Binance Perpetual Futures-BTC-USDT.pickle") and has size of ~22GB. Can I clean it? I'm running...
I wanted to upgrade my python version from 3.9 to 3.11 and i was unable to install jesse until i upgraded these packages. I tried on 3.11.2 and 3.11.7 and...
The current `is_price_near` implementation still gives false positives for mid-range priced assets, e.g. ~0.0250, which once again leads to totally unrealistic backtests:  I have updated the method to be...
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.74.0 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...