This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
⚡️ Automatically remove spiking pairs from the HO timerange #223
Labels
Bug - Fix Needed
Something isn't working as expected
Feature - Enhancement
Update or improvement to existing feature
In Progress
This is being worked on
Milestone
Issue
In the crypto market it does sometimes happen that coins defy TA & explode upwards doing a x1 - x10 on a short term basis.
However these occurrences are rare & often highly unpredictable.
Example:
Further more they lead to overfitting in our HyperOpt results,
which can easily be solved by manually removing these coin pairs from your
pair_whitelist
.However the downside of this is that we'll have to wait for a full HO before we know which pairs spiked & will cause overfitting in our results.
Solution suggestion
Include a simple non optimizable buy & hodl strategy + a new
reasonable_weekly_increase
setting into the repo! 😄Then we'll be able to use it when running
mgm-hurry download_static_pairlist
:dry_run_wallet
tostake_amount
x pairlist length (To assure the buy & hodl strategy can buy 1 of each pair in the list)timerange
reasonable_weekly_increase
in our backtest resultsThat way we should be able to automatically remove spiking pairs from our static HO pairlists! 🚀
The text was updated successfully, but these errors were encountered: