add mongodb support for hyperopt parallelization

This commit is contained in:
gcarq
2017-11-25 02:04:37 +01:00
parent 5bf583cba4
commit e27a6a7a91
6 changed files with 74 additions and 23 deletions

View 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