Scripts calcul hyperopt multiple

This commit is contained in:
Jérôme Delacotte
2025-10-26 16:20:33 +01:00
parent 04c7d190b1
commit f6951fd56f
6 changed files with 219 additions and 21 deletions

View File

@@ -47,10 +47,10 @@ while read -r PAIR; do
continue
fi
if [[ "$START" < "2024-09-01" ]]; then
echo "TOO OLD $START"
continue
fi
# if [[ "$START" < "2024-09-01" ]]; then
# echo "TOO OLD $START"
# continue
# fi
TIMERANGE="${START//-/}-${END//-/}"
echo "Running hyperopt for $PAIR $REGIME with timerange $TIMERANGE"
@@ -63,7 +63,7 @@ while read -r PAIR; do
# COLUMNS=200 LINES=40 script -q -c "
freqtrade hyperopt --strategy $STRATEGIE --config user_data/config.json --hyperopt-loss OnlyProfitHyperOptLoss --timerange $TIMERANGE --timeframe 5m --spaces sell buy protection --pair $converted -e 80 -j7
freqtrade hyperopt --strategy $STRATEGIE --config user_data/config.json --hyperopt-loss OnlyProfitHyperOptLoss --timerange $TIMERANGE --timeframe 5m --spaces sell buy --pair $converted -e 80 -j7 --print-all
echo "Saved hyperopt output to $OUTPUT_JSON"