add three more currency pairs to back testing. redownloaded all test data

This commit is contained in:
Janne Sinivirta
2017-09-25 22:01:54 +03:00
parent c9dcc1e57c
commit 41849c4a1e
11 changed files with 11 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ def print_results(results):
))
class TestMain(unittest.TestCase):
pairs = ['btc-neo', 'btc-eth', 'btc-omg', 'btc-edg', 'btc-pay', 'btc-pivx', 'btc-qtum']
pairs = ['btc-neo', 'btc-eth', 'btc-omg', 'btc-edg', 'btc-pay', 'btc-pivx', 'btc-qtum', 'btc-mtl', 'btc-etc', 'btc-ltc']
conf = {
"minimal_roi": {
"2880": 0.005,