trade-executor
trade-executor copied to clipboard
A Python framework for managing positions and trades in DeFi
Support credit supply position to be created directly with Aave so we can use the position on chains that 1delta doesn't support
Currently we have only open and close credit supply position support. To make it more convenient for strategy development, we should support also increase and reduce position
Currently short trades can be failed without proper reason with just `execution reverted` message. Fixing this problem post-mortem proved to be very difficult. Instead we could have retry logic with...
# Issue The `icon_url` value provided by most strategy executors uses `http` protocol instead of `https`. `frontend` uses the `icon_url` in an `` tag. This results in the following warning...
See Discord [thread](https://discord.com/channels/888448459168948284/1042719707037450240/1219758359775805542) for reference Here is a short list of strategy ideas you could to work on - Regime filter for the current ETH/BTC/USDC and MATIC/ETH/USDC RSI strategies Should...
We should aim to make the trade-executor library as accesible as possible, without sacrificing use cases for advanced users. Currently, there is a lot of boilerplate code that can be...