Commit Graph

2500 Commits

Author SHA1 Message Date
pyup-bot
4f957728bf Update scikit-learn from 0.19.1 to 0.19.2 2018-07-16 14:24:07 +02:00
pyup-bot
62f4d734b9 Update ccxt from 1.16.33 to 1.16.36 2018-07-16 14:24:06 +02:00
Samuel Husso
a3466f4b42
Merge pull request #1031 from freqtrade/feat/update_configdict
Update config dict with attributes loaded from strategy
2018-07-16 10:00:46 +03:00
Samuel Husso
050afe2bc0
Merge pull request #979 from creslinux/Check_timeframes
Handle if ticker_interval in config.json is not supported on exchange.
2018-07-16 09:57:46 +03:00
Janne Sinivirta
5c87c420c7 restore one analyze test 2018-07-16 08:59:14 +03:00
Janne Sinivirta
aeb4102bcb refactor Analyze class methods to base Strategy class 2018-07-16 08:23:39 +03:00
Janne Sinivirta
f6b8c2b40f move parse_ticker_dataframe outside Analyze class 2018-07-16 08:23:39 +03:00
Janne Sinivirta
85e6c9585a remove pass-through methods from Analyze 2018-07-16 08:23:39 +03:00
Janne Sinivirta
a74147c472 move strategy initialization outside Analyze 2018-07-16 08:23:39 +03:00
Matthias
727f569e3a
Merge pull request #1032 from freqtrade/pyup-scheduled-update-2018-07-15
Scheduled daily dependency update on sunday
2018-07-15 14:42:35 +02:00
pyup-bot
8f59759e97 Update ccxt from 1.16.16 to 1.16.33 2018-07-15 14:24:05 +02:00
Matthias
158226012a consistent use of the config dict within the test 2018-07-15 09:08:14 +02:00
Matthias
b4ba641131 Update config dict with attributes loaded from strategy 2018-07-15 09:01:08 +02:00
pyup-bot
facef28285 Update sqlalchemy from 1.2.9 to 1.2.10 2018-07-14 22:43:10 +00:00
pyup-bot
4c73cc4ae9 Update ccxt from 1.16.12 to 1.16.16 2018-07-14 22:43:10 +00:00
Samuel Husso
b86f4e4dbb rpc: dont re-use variables with different types 2018-07-14 22:43:10 +00:00
peterkorodi
a7a420828d Update plotting.md
Fix pairs and db-url in the doc
2018-07-14 22:43:09 +00:00
pyup-bot
2319730da4 Update ccxt from 1.16.6 to 1.16.12 2018-07-14 22:43:09 +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
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