backtest.sh 更新
This commit is contained in:
parent
40911f603c
commit
1ea7d2ec75
@ -44,7 +44,8 @@ freqtrade backtesting \
|
||||
--fee 0.0016 \
|
||||
--cache none >output.log 2>&1
|
||||
sed -i 's/\x1B\[[0-9;]*m//g' output.log
|
||||
python3 filter.py
|
||||
|
||||
#python3 tools/filter.py
|
||||
|
||||
rm ./result/* -fr
|
||||
mv ./user_data/backtest_results/* ./result/
|
||||
@ -65,7 +66,7 @@ fi
|
||||
|
||||
cd -
|
||||
sed -i 's/\x1B\[[0-9;]*m//g' output.log
|
||||
python3 filter.py
|
||||
#python3 ../filter.py
|
||||
cp output_filted.log result/ -f
|
||||
cd tools/
|
||||
python tradestocsv.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user