gcarq
e31eb2cf4e
use more granular msg dict for buy/sell notifications
2018-07-14 22:43:09 +00:00
gcarq
f7412a66de
use dict as argument for rpc.send_msg
2018-07-14 22:43:09 +00:00
gcarq
dc6a6072d6
implement name property in abstract class
2018-07-14 22:43:09 +00:00
gcarq
b19fcc69fa
refactor _rpc_balance
2018-07-14 22:43:09 +00:00
gcarq
cf68d0b8e4
return dict from _rpc_status and handle rendering in module impl
2018-07-14 22:43:09 +00:00
gcarq
5f9b28fecb
remove markdown formatting from exception string
2018-07-14 22:43:09 +00:00
gcarq
ef8b10d196
convert start, stop and reload_conf to return a dict
2018-07-14 22:43:09 +00:00
pyup-bot
0ca13ec294
Update ccxt from 1.15.42 to 1.16.6
2018-07-14 22:43:08 +00:00
Matthias
474deead06
add missing s to Backtest cum results
2018-07-14 22:43:08 +00:00
pyup-bot
07fbd34c82
Update ccxt from 1.15.35 to 1.15.42
2018-07-14 22:43:08 +00:00
Jean-Baptiste LE STANG
870a3b9308
Reafcotring Create Trade
2018-07-14 22:43:08 +00:00
pyup-bot
09a15c98b1
Update ccxt from 1.15.28 to 1.15.35
2018-07-14 22:43:08 +00:00
Matthias
92f1f70981
replace "transparent" with rgb to fix exception in plotly 3.0.0
2018-07-14 22:43:08 +00:00
Matthias
a9233c3ebe
update plotly
2018-07-14 22:43:08 +00:00
pyup-bot
76a42b9acb
Update ccxt from 1.15.27 to 1.15.28
2018-07-14 22:43:08 +00:00
Gert Wohlgemuth
4c61153522
Fixing database issues
...
1. if database is defined in config file, it currently tosses an exception that only export file or db is defined
2. if trades are loaded from databases, plot crashes with an exception 'cannot compare tz-naive and tz-aware datetime-like objects'
3. if Trade is not closed, crashes with exception that NoneType has no field timestamp
all should be fixed
2018-07-14 22:43:08 +00:00
Matthias
3d8fdacbb6
Add tests for change to open_rate
2018-07-14 22:43:08 +00:00
Matthias
5d334d22f1
Use open-rates for backtesting
2018-07-14 22:43:07 +00:00
Matthias
45b920b8fb
Improve formattiong of table
2018-07-14 22:43:07 +00:00
Matthias
86ad9e99e6
fix tests for backtest-result output table
2018-07-14 22:43:07 +00:00
Matthias
7cc27c2d59
add cumsum to backtest-results
2018-07-14 22:43:07 +00:00
pyup-bot
b13966372f
Update pandas from 0.23.2 to 0.23.3
2018-07-14 22:43:07 +00:00
pyup-bot
603a7c0f6b
Update ccxt from 1.15.25 to 1.15.27
2018-07-14 22:43:07 +00:00
Matthias
00bf7b737b
don't flag data as outdated which isn't
2018-07-14 22:43:07 +00:00
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