Commit Graph

8104 Commits

Author SHA1 Message Date
gaugau3000 76c449c0c2 volume_pair_list_extra_doc_infos 2020-02-25 19:45:23 +00:00
gaugau3000 7d7318a3ea fix_wrong_order_type 2020-02-25 19:41:20 +00:00
Matthias cfc22577be Add timeframe_to_minutes to ROI documentation 2020-02-25 16:54:48 +01:00
Matthias 31ac4598ba Fix last occurances of pair splitting 2020-02-25 07:16:37 +01:00
Matthias d34515a5de Remove constraint to have pairs in base/quote format 2020-02-25 07:04:20 +01:00
Matthias e8eaa8920e Use get_base_currency instead of splitting by / 2020-02-25 07:01:31 +01:00
Matthias e9448dc5e2 Add tsts for quote and base currency 2020-02-25 07:01:23 +01:00
Fredrik81 cd7efde6c0 Fixed coloring so it's only targeting the values not the table borders 2020-02-24 22:06:21 +01:00
Matthias 61037ab7b8 Implement get_pair_base_curr and get_pair_quote_curr 2020-02-24 21:50:27 +01:00
Matthias 3e4f663418 Move pairlist validation to exchange (we need to use .quote) from
markets
2020-02-24 21:33:42 +01:00
Matthias 6581ba56ca Use markets.quote to validate 2020-02-24 20:41:45 +01:00
Matthias 2f349e0504 Improve install documentation by streamlining the process 2020-02-24 20:21:25 +01:00
Matthias 23b47b66ec Update install-script documentation and reorder installation steps 2020-02-24 20:11:25 +01:00
Fredrik81 23bf135b8a Alignment of table content, changed coloring, changed 'Best' column to show if it's initial_point or best 2020-02-24 11:01:14 +01:00
Matthias 6c8b5ea38c
Merge pull request #2964 from freqtrade/dependabot/pip/develop/scikit-optimize-0.7.4
Bump scikit-optimize from 0.7.2 to 0.7.4
2020-02-24 10:36:45 +01:00
Matthias 4d040f3123
Merge pull request #2962 from freqtrade/dependabot/pip/develop/requests-2.23.0
Bump requests from 2.22.0 to 2.23.0
2020-02-24 10:36:19 +01:00
Matthias 88121760e4
Merge pull request #2965 from freqtrade/dependabot/pip/develop/ccxt-1.22.95
Bump ccxt from 1.22.61 to 1.22.95
2020-02-24 10:32:12 +01:00
Matthias ae7a12200c
Merge pull request #2963 from freqtrade/dependabot/pip/develop/plotly-4.5.1
Bump plotly from 4.5.0 to 4.5.1
2020-02-24 10:31:40 +01:00
dependabot-preview[bot] d63aaf3bfd
Bump ccxt from 1.22.61 to 1.22.95
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.22.61 to 1.22.95.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/1.22.61...1.22.95)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 08:05:15 +00:00
dependabot-preview[bot] ff69b511e3
Bump scikit-optimize from 0.7.2 to 0.7.4
Bumps [scikit-optimize](https://github.com/scikit-optimize/scikit-optimize) from 0.7.2 to 0.7.4.
- [Release notes](https://github.com/scikit-optimize/scikit-optimize/releases)
- [Changelog](https://github.com/scikit-optimize/scikit-optimize/blob/master/CHANGELOG.md)
- [Commits](https://github.com/scikit-optimize/scikit-optimize/compare/v0.7.2...v0.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 08:04:44 +00:00
dependabot-preview[bot] 4054dec7a0
Bump plotly from 4.5.0 to 4.5.1
Bumps [plotly](https://github.com/plotly/plotly.py) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plotly/plotly.py/compare/v4.5.0...v4.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 08:04:32 +00:00
dependabot-preview[bot] 353f722dc5
Bump requests from 2.22.0 to 2.23.0
Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.22.0...v2.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 08:04:07 +00:00
Matthias 83959f0e56
Merge pull request #2959 from hroff-1902/throttling
Better throttling
2020-02-24 06:54:52 +01:00
Matthias c657a1df2b
Merge pull request #2960 from yazeed/sort_indicators_full
indicators_full.j2 and sample_strategy.py ordering and added indicators
2020-02-24 06:45:20 +01:00
Fredrik81 7eb62ed32e Remove old print option for hyperopt-list and made table as default 2020-02-24 00:33:01 +01:00
hroff-1902 e545ef563c
Wording adjusted in helpstring 2020-02-23 22:50:58 +03:00
Yazeed Al Oyoun 0eeafcd157 matched commenting on previous sample_strategy.py 2020-02-23 16:56:55 +01:00
Yazeed Al Oyoun f25d6224dd modified sample_strategy 2020-02-23 16:22:19 +01:00
Yazeed Al Oyoun e04c2dda2c fixed typo 2020-02-22 23:58:31 +01:00
hroff-1902 d2181bdd94 Adjust tests 2020-02-23 01:55:07 +03:00
Yazeed Al Oyoun 5ac6244465 added keltner channel and uo 2020-02-22 23:50:26 +01:00
Yazeed Al Oyoun 2957756275 final touches plus 2020-02-22 23:39:01 +01:00
Yazeed Al Oyoun b49b9b515e final touches 2020-02-22 23:37:15 +01:00
Yazeed Al Oyoun 259dc75a30 some order and added weighted BB indicator to list 2020-02-22 23:10:46 +01:00
hroff-1902 ca8e52dc2c Show heartbeat message earlier after changing the state 2020-02-23 00:21:19 +03:00
Matthias 91ee48f3fb
Merge pull request #2957 from hroff-1902/fix/2948-2
Fix #2948
2020-02-22 19:37:00 +01:00
hroff-1902 e2e6b940a3 copy=False does not make the changes inline anyway, so not needed 2020-02-22 19:54:19 +03:00
hroff-1902 c651e0ac82 Fix #2948 2020-02-22 19:46:40 +03:00
hroff-1902 430f53ca11
Merge pull request #2955 from freqtrade/fix/2948
Load ohlcv data as float
2020-02-22 17:16:54 +03:00
Matthias 3186add87b Use explicit column list for float parsing 2020-02-22 14:46:54 +01:00
Matthias 7ecc56fa44 Load ohlcv data as float 2020-02-22 13:10:41 +01:00
Matthias 2fe7b683cb Add tests for cached rates 2020-02-22 11:23:13 +01:00
Matthias 77ef3240cd Implement log messages 2020-02-22 11:20:19 +01:00
Matthias 97e6e5e976 Implement caching in the correct place 2020-02-22 11:12:33 +01:00
Matthias f5b4a6d3d7 Remove fetch_ticker caching 2020-02-22 11:10:05 +01:00
hroff-1902 d9ecf3e4bf Add version and state to heartbeat message 2020-02-21 12:26:32 +03:00
hroff-1902 d2e20d86bb Align heartbeat to throttling logging 2020-02-21 05:31:21 +03:00
hroff-1902 269a669af8 Move heartbeat to worker 2020-02-21 05:07:31 +03:00
hroff-1902 881f602f91 Adjust methods params 2020-02-21 04:17:17 +03:00
hroff-1902 e0800b7c29 Make throttle start time an worker object attribute 2020-02-21 03:52:14 +03:00