trade-executor
trade-executor copied to clipboard
A Python framework for managing positions and trades in DeFi
- Adds notebook for comparing the lending rates of binance and AAVE - Changes data source for exitsting Binance notebook to use our native downloader instead of local parquet -...
### Goal As a strategy developer, I want to see tooltips to summary table row headings so that I can easily find more information about a statistic. ### Acceptance criteria...
# Goal As a client of `trade-executor` HTTP endpoints, I want to get responses in a reasonable amount of time, so that the service is responsive and usable. ## Details...
First upgrade to Pandas 2.x latest, needed for Python 3.12 - [ ] Fix any tests failing because of broken `pandas_ta` - fork to in-house `pandas_ta` and patch - .......
When a position 'loses' tokens, possibly due to the repair command being broken, the profit reported on the frontend strategy page is wrong. E.g. see this [strategy](https://tradingstrategy.ai/strategies/enzyme-polygon-eth-usdc) and these positions....
# Goal As an investor, I want the strategy summary metrics (displayed on the strategy index page) to be updated promptly after making a deposit or withdrawal. ## Acceptance Criteria...
# Issue The `/logs` endpoint responds with `401 Unauthorized` for most strategies. The one exception appears to be `polygon-multipair-momentum` ## Steps to reproduce 1. request the `logs` endpoint for a...
# Issue The data returned by `chart?type=netflow` endpoint is always positive. Deposit values should be positive, withdrawal values should be negative. ## Steps to reproduce The following steps could be...