Samuel Husso
|
b86f4e4dbb
|
rpc: dont re-use variables with different types
|
2018-07-14 22:43:10 +00:00 |
|
gcarq
|
7e81755a63
|
add tests for telegram.send_msg
|
2018-07-14 22:43:09 +00:00 |
|
gcarq
|
fc80233dad
|
remove duplicate send_msg invocation
|
2018-07-14 22:43:09 +00:00 |
|
gcarq
|
dc0c90e717
|
status: return arrow object instead humanized str
|
2018-07-14 22:43:09 +00:00 |
|
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 |
|
Matthias
|
474deead06
|
add missing s to Backtest cum results
|
2018-07-14 22:43:08 +00:00 |
|
Jean-Baptiste LE STANG
|
870a3b9308
|
Reafcotring Create Trade
|
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 |
|
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
|
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 |
|
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
|
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 |
|
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 |
|
Janne Sinivirta
|
af32473cc8
|
avoid re-serialization of whole dataframe
|
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 |
|
Janne Sinivirta
|
5b5437b2d1
|
handle the case where we have zero buys
|
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 |
|
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 |
|
xmatthias
|
9bcbb058ba
|
increase exchange code coverage
|
2018-07-14 22:42:51 +00:00 |
|