Hardcoded fee to remove hyperopt-mongo-worker error

Hardcoded fee to remove hyperopt-mongo-worker error
This commit is contained in:
MoonGem 2018-03-23 21:07:25 -05:00 committed by GitHub
parent b964efbb42
commit 5b953f03e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ class Backtesting(object):
open_date=buy_row.date,
stake_amount=stake_amount,
amount=stake_amount / buy_row.open,
fee=exchange.get_fee()
fee=0.0025
)
# calculate win/lose forwards from buy point