mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
add three more currency pairs to back testing. redownloaded all test data
This commit is contained in:
parent
c9dcc1e57c
commit
41849c4a1e
|
@ -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,
|
||||
|
|
2
test/testdata/btc-edg.json
vendored
2
test/testdata/btc-edg.json
vendored
File diff suppressed because one or more lines are too long
1
test/testdata/btc-etc.json
vendored
Normal file
1
test/testdata/btc-etc.json
vendored
Normal file
File diff suppressed because one or more lines are too long
2
test/testdata/btc-eth.json
vendored
2
test/testdata/btc-eth.json
vendored
File diff suppressed because one or more lines are too long
1
test/testdata/btc-ltc.json
vendored
Normal file
1
test/testdata/btc-ltc.json
vendored
Normal file
File diff suppressed because one or more lines are too long
1
test/testdata/btc-mtl.json
vendored
Normal file
1
test/testdata/btc-mtl.json
vendored
Normal file
File diff suppressed because one or more lines are too long
2
test/testdata/btc-neo.json
vendored
2
test/testdata/btc-neo.json
vendored
File diff suppressed because one or more lines are too long
2
test/testdata/btc-omg.json
vendored
2
test/testdata/btc-omg.json
vendored
File diff suppressed because one or more lines are too long
2
test/testdata/btc-pay.json
vendored
2
test/testdata/btc-pay.json
vendored
File diff suppressed because one or more lines are too long
2
test/testdata/btc-pivx.json
vendored
2
test/testdata/btc-pivx.json
vendored
File diff suppressed because one or more lines are too long
2
test/testdata/btc-qtum.json
vendored
2
test/testdata/btc-qtum.json
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user