tradingstrategy-ai / trade-executor

A Python framework for managing positions and trades in DeFi
https://tradingstrategy.ai
Other
101 stars 28 forks source link

Teemu feature requests #485

Open AlexTheLion123 opened 1 year ago

AlexTheLion123 commented 1 year ago

In our last meeting, @tsorro detailed 4 feature requests for the Trading Strategy backtesting solution:

Data restructuring

This is where the order of the candles (or rather chunks of candles) in the price chart can be shuffled around. This can help prevent overfitting

Remove top + bottom 5% of positions

Basically, allow the user to be able to remove outlier positions from the profitability analysis

Training + testing set

As name implies, break backtesting data up into training and testing set. Best way to do this might just be for user to manually select different dates?

Monte Carlo simulation

A brief introduction: https://www.investopedia.com/articles/investing/112514/monte-carlo-simulation-basics.asp

tsorro commented 1 year ago

I updated the description slightly and introduced the Monte Carlo simulation method