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

Save Binance data to our own database would save time and avoid future API problems.

enhancement

1. Remove all example strategies from documentation website 2. Move to deprecated (do not use page/section) 3. Make documentation point to new Github getting started repo

documentation
priority: P1
size: L

### Steps to reproduce 1. Add the following code cell to this [notebook](https://github.com/tradingstrategy-ai/trade-executor/blob/master/notebooks/momentum/spot-and-short-momentum.ipynb) after the backtest is run: ```python from tradeexecutor.visual.benchmark import visualise_long_short_benchmark from tradeexecutor.visual.equity_curve import calculate_long_compounding_realised_trading_profitability, calculate_compounding_realised_trading_profitability from plotly...

priority: P2
size: M

See [Discord](https://discord.com/channels/888448459168948284/1116326396596338738/1237145537824690258) message To live strategy working again on the lastest version I had to comment out `start_at` and `end_at` in `load_partial_data` and provide `required_history_period` argument, but then the backtest...

priority: P1

Allowing float/int, as was previously done, in `contains_cross_over` or `contains_cross_under` can lead to many missed crossovers/unders

- Create new notebook `v03-matic-breakout-credit-supply`

# Issue The performance data shown both on the [strategy index page](http://localhost:5173/strategies) and the [strategy performance page](http://localhost:5173/strategies/polygon-multipair-momentum/performance) is inconsistent with the actual performance of the strategy based on its trades....

bug
priority: P1
size: S