Scripts calcul hyperopt multiple
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user