Matthias
|
8e9186cb69
|
reduce calculation effort (slightly!)
|
2018-07-14 22:43:07 +00:00 |
|
Matthias
|
5bd38c51ba
|
Update Dockerfile to 3.6.6
|
2018-07-14 22:43:07 +00:00 |
|
pyup-bot
|
d261a79cb7
|
Update pandas from 0.23.1 to 0.23.2
|
2018-07-14 22:43:07 +00:00 |
|
pyup-bot
|
750a10c8dd
|
Update ccxt from 1.15.21 to 1.15.25
|
2018-07-14 22:43:07 +00:00 |
|
Matthias
|
0fcf8e54ad
|
move comment to correct place
|
2018-07-14 22:43:06 +00:00 |
|
Matthias
|
02abc25f68
|
Add more tests to validate buy/sell rows
|
2018-07-14 22:43:06 +00:00 |
|
pyup-bot
|
9e0d67e398
|
Update ccxt from 1.15.13 to 1.15.21
|
2018-07-14 22:43:06 +00:00 |
|
Matthias
|
ad850443c4
|
Add test which checks the backtest result
|
2018-07-14 22:43:06 +00:00 |
|
Samuel Husso
|
8ab7595a96
|
rpc: get rid of extra else and fix mypy warning
|
2018-07-14 22:43:06 +00:00 |
|
Samuel Husso
|
31ffbdf1f3
|
rpc: fstrings
|
2018-07-14 22:43:06 +00:00 |
|
Samuel Husso
|
d3974ee46d
|
telegram: fstrings in use
|
2018-07-14 22:43:06 +00:00 |
|
Samuel Husso
|
bcf1d44919
|
convert_backtesting: fstrings in use
|
2018-07-14 22:43:06 +00:00 |
|
Samuel Husso
|
f92a2e7b5e
|
persistence: fstrings in use
|
2018-07-14 22:43:06 +00:00 |
|
Samuel Husso
|
928e86e799
|
freqtradebot,main,hyperopt: fstrings in use
|
2018-07-14 22:43:06 +00:00 |
|
Samuel Husso
|
1117ca5f53
|
config, optimize: fstrings in use
|
2018-07-14 22:43:06 +00:00 |
|
pyup-bot
|
c0082cd430
|
Update pytest from 3.6.2 to 3.6.3
|
2018-07-14 22:43:06 +00:00 |
|
pyup-bot
|
4a64e3135c
|
Update ccxt from 1.15.8 to 1.15.13
|
2018-07-14 22:43:06 +00:00 |
|
pyup-bot
|
be718459ea
|
Update ccxt from 1.15.7 to 1.15.8
|
2018-07-14 22:43:05 +00:00 |
|
Janne Sinivirta
|
08cc0dc131
|
sort imports
|
2018-07-14 22:43:05 +00:00 |
|
Janne Sinivirta
|
218574f8b5
|
use joblib.dump and load for trials
|
2018-07-14 22:43:05 +00:00 |
|
Janne Sinivirta
|
95233ba1dd
|
change pickle file name to better suit it's current purpose
|
2018-07-14 22:43:05 +00:00 |
|
Janne Sinivirta
|
c7cd09dae8
|
fix tests after changing the dumping and pickling dataframe in hyperopt
|
2018-07-14 22:43:05 +00:00 |
|
Janne Sinivirta
|
43e32beaad
|
run at least one epoch
|
2018-07-14 22:43:05 +00:00 |
|
Janne Sinivirta
|
e673d7e29d
|
remove dead code
|
2018-07-14 22:43:05 +00:00 |
|
Janne Sinivirta
|
f289f67686
|
sort imports in hyperopt.py
|
2018-07-14 22:43:05 +00:00 |
|
pyup-bot
|
f9f8448cc3
|
Update ccxt from 1.15.3 to 1.15.7
|
2018-07-14 22:43:05 +00:00 |
|
Janne Sinivirta
|
af32473cc8
|
avoid re-serialization of whole dataframe
|
2018-07-14 22:43:05 +00:00 |
|
Janne Sinivirta
|
af32fecd88
|
improve documentation
|
2018-07-14 22:43:05 +00:00 |
|
Janne Sinivirta
|
c7447b045c
|
use cpu count explicitly in job count
|
2018-07-14 22:43:04 +00:00 |
|
Janne Sinivirta
|
b81c4d9634
|
use fstring
|
2018-07-14 22:43:04 +00:00 |
|
pyup-bot
|
dd7c72f017
|
Update ccxt from 1.14.301 to 1.15.3
|
2018-07-14 22:43:04 +00:00 |
|
Janne Sinivirta
|
5b5437b2d1
|
handle the case where we have zero buys
|
2018-07-14 22:43:04 +00:00 |
|
Janne Sinivirta
|
970166dddc
|
update hyperopt documentation
|
2018-07-14 22:43:04 +00:00 |
|
xmatthias
|
20ec439293
|
remove unnecessary variable
|
2018-07-14 22:43:04 +00:00 |
|
xmatthias
|
63861b25e3
|
Address PR comment
|
2018-07-14 22:43:04 +00:00 |
|
xmatthias
|
30b9439854
|
change while-loop to enumerate - add intensified test for this scenario
|
2018-07-14 22:43:04 +00:00 |
|
xmatthias
|
2d25747e07
|
Address some PR comments
|
2018-07-14 22:43:04 +00:00 |
|
xmatthias
|
21a666d67f
|
address PR comments
|
2018-07-14 22:43:04 +00:00 |
|
xmatthias
|
3919321e84
|
rename innerfun to mock_ccxt_fun
|
2018-07-14 22:43:01 +00:00 |
|
xmatthias
|
096540d047
|
Add get_markets mock to new tests
|
2018-07-14 22:42:58 +00:00 |
|
xmatthias
|
57f3f80cbb
|
Fix missing comma in example.json
|
2018-07-14 22:42:58 +00:00 |
|
pyup-bot
|
1acdd7170c
|
Update sqlalchemy from 1.2.8 to 1.2.9
|
2018-07-14 22:42:55 +00:00 |
|
pyup-bot
|
a8c7a2de38
|
Update ccxt from 1.14.295 to 1.14.301
|
2018-07-14 22:42:55 +00:00 |
|
Nullart
|
efaac5c0ac
|
separating unfulfilled timeouts for buy and sell
|
2018-07-14 22:42:55 +00:00 |
|
Janne Sinivirta
|
289aa388ed
|
mypy fixes
|
2018-07-14 22:42:51 +00:00 |
|
pyup-bot
|
2a9e948628
|
Update ccxt from 1.14.289 to 1.14.295
|
2018-07-14 22:42:51 +00:00 |
|
xmatthias
|
9bcbb058ba
|
increase exchange code coverage
|
2018-07-14 22:42:51 +00:00 |
|
xmatthias
|
9daba9e7a9
|
rename test-function
|
2018-07-14 22:42:50 +00:00 |
|
xmatthias
|
9e6e765c3b
|
add test for exchange_has
|
2018-07-14 22:42:50 +00:00 |
|
xmatthias
|
1427ced247
|
add test for Not supported
|
2018-07-14 22:42:50 +00:00 |
|