trade-executor icon indicating copy to clipboard operation
trade-executor copied to clipboard

A Python framework for managing positions and trades in DeFi

Results 74 trade-executor issues
Sort by recently updated
recently updated
newest added

Support credit supply position to be created directly with Aave so we can use the position on chains that 1delta doesn't support

enhancement
priority: P2

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

enhancement
priority: P2

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...

enhancement
priority: P1

# 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...

enhancement
priority: P1
size: S

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...

priority: P2

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...

enhancement
priority: P2
EPIC