user custom user agent

This commit is contained in:
gcarq
2017-05-24 22:23:20 +02:00
parent 8703f3ebe6
commit 1d55b7d452
2 changed files with 4 additions and 7 deletions

View File

@@ -208,7 +208,6 @@ def create_trade(stake_amount: float, exchange):
## Pick random pair and execute trade
#idx = random.randint(0, len(whitelist) - 1)
#pair = whitelist[idx]
pair = None
# Pick pair based on StochRSI buy signals
for p in whitelist:
if get_buy_signal(p):