miro-ka / mosquito

Trading Bot with focus on Evolutionary Algorithms and Machine Learning
GNU General Public License v3.0
260 stars 53 forks source link

RuntimeWarning #34

Closed crack00r closed 6 years ago

crack00r commented 6 years ago
Couldn't find exchange rate for: USDT
Fri Aug  4 08:00:07 2017, close:0.000001, | 0.12286907BTC| 0.00277929USDT | $: 0.0%, b&h: 0.0%
going to sleep for:  28  seconds.
/root/mosquito/strategies/mosquito.py:62: RuntimeWarning:

invalid value encountered in double_scalars

Couldn't find exchange rate for: USDT
Couldn't find exchange rate for: USDT
miro-ka commented 6 years ago

please, are you using the default config.sample.ini file? What currencies are you trying to trade?

crack00r commented 6 years ago

just only mosquto.py --live so, default settings

miro-ka commented 6 years ago

Mosquito strategy (especially in dev branch) was ONLY tested as backtest. I'm now testing paper and live modes. Sorry for that, I should have written it somewhere more visible.

Bumblebee is the most tested strategy so far, please use that one as a base for your strategies.