mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
add mongodb support for hyperopt parallelization
This commit is contained in:
5
scripts/start-hyperopt-worker.sh
Executable file
5
scripts/start-hyperopt-worker.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
DB_NAME=freqtrade_hyperopt
|
||||
|
||||
hyperopt-mongo-worker --mongo=127.0.0.1:1234/${DB_NAME} --poll-interval=0.1
|
||||
Reference in New Issue
Block a user