Rename config.json.example

it's really the config dedicated to bittrex,
so the name should reflect this in beeing config_bittrex.json.example
This commit is contained in:
Matthias
2021-01-22 19:18:21 +01:00
parent 371b374ea6
commit 31e0b09643
10 changed files with 50 additions and 51 deletions

View File

@@ -30,7 +30,7 @@ if [ $? -ne 0 ]; then
fi
# Run backtest
docker run --rm -v $(pwd)/config.json.example:/freqtrade/config.json:ro -v $(pwd)/tests:/tests freqtrade:${TAG} backtesting --datadir /tests/testdata --strategy-path /tests/strategy/strats/ --strategy DefaultStrategy
docker run --rm -v $(pwd)/config_bittrex.json.example:/freqtrade/config.json:ro -v $(pwd)/tests:/tests freqtrade:${TAG} backtesting --datadir /tests/testdata --strategy-path /tests/strategy/strats/ --strategy DefaultStrategy
if [ $? -ne 0 ]; then
echo "failed running backtest"