cyberjunky / freqtrade-cyber-bots

Freqtrade bot helpers and strategies
MIT License
12 stars 8 forks source link

Caching and improve for trading limits #10

Closed amargedon closed 4 months ago

amargedon commented 4 months ago

Improved trading limit calculation by using the first SO instead of the BO value. Add mechanism to cache dataframes to avoid recalculation of the indicators (especially helpful with more indicators). CPU vs RAM optimalization.