Commit Graph

8869 Commits

Author SHA1 Message Date
Matthias 18913db992 Replace ticker_interval with timeframe in sample configs 2020-06-01 20:47:36 +02:00
Matthias 950f358982 Replace occurances in test files 2020-06-01 20:47:27 +02:00
Matthias b2c241e607 Replace ticker_interval in all rpc files 2020-06-01 20:43:20 +02:00
Matthias 898def7f6c Remove ticker_interval from exchange 2020-06-01 20:39:01 +02:00
Matthias 009ea0639f Exchange some occurances of ticker_interval 2020-06-01 20:33:26 +02:00
Matthias b2025597aa Build-commands should write timeframe instead of ticker interval 2020-06-01 20:16:22 +02:00
Matthias 7e10ebc848
Merge pull request #3421 from freqtrade/dependabot/pip/develop/plotly-4.8.1
Bump plotly from 4.7.1 to 4.8.1
2020-06-01 11:39:13 +02:00
Matthias e4ace5ac1b
Merge pull request #3422 from freqtrade/dependabot/pip/develop/ccxt-1.29.5
Bump ccxt from 1.28.49 to 1.29.5
2020-06-01 11:36:56 +02:00
Matthias 0ed47abe5a
Merge pull request #3420 from freqtrade/dependabot/pip/develop/mkdocs-material-5.2.2
Bump mkdocs-material from 5.2.1 to 5.2.2
2020-06-01 11:35:16 +02:00
dependabot-preview[bot] 005addf0a5
Bump ccxt from 1.28.49 to 1.29.5
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.28.49 to 1.29.5.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/doc/exchanges-by-country.rst)
- [Commits](https://github.com/ccxt/ccxt/compare/1.28.49...1.29.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 09:20:47 +00:00
dependabot-preview[bot] 74088ba438
Bump plotly from 4.7.1 to 4.8.1
Bumps [plotly](https://github.com/plotly/plotly.py) from 4.7.1 to 4.8.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.7.1...v4.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 09:20:01 +00:00
dependabot-preview[bot] b06c1daddb
Bump mkdocs-material from 5.2.1 to 5.2.2
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.2.1...5.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 09:19:38 +00:00
hroff-1902 84c50bf16c
Merge pull request #3390 from freqtrade/rpc/profit
improve /profit to not raise an exception if no trade is closed
2020-05-30 22:06:22 +03:00
hroff-1902 96aab86e45
Merge pull request #3405 from freqtrade/remove_internals_ref
Disabledataframecheck is not in internals and does not belong there
2020-05-30 22:02:49 +03:00
hroff-1902 a162b911b6
Merge pull request #3398 from freqtrade/ccxt_config_combine
combine CCXT configurations ...
2020-05-30 21:49:44 +03:00
Matthias cc90e7b413 Show "No trades yet." when no trade happened yet 2020-05-30 19:49:16 +02:00
Matthias 91f84f1a43 Fix typo in close trade message 2020-05-30 19:28:30 +02:00
Matthias a0d6a72bc8
Update docs/configuration.md
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-30 19:26:47 +02:00
Matthias e03bde9109
Merge pull request #3403 from freqtrade/hroff-1902-patch-2
minor: Fix docs
2020-05-30 19:21:39 +02:00
Matthias e505a1b840
Merge pull request #3402 from freqtrade/hroff-1902-patch-1
Docs: fix #3401
2020-05-30 19:18:40 +02:00
Matthias 908449640a Disabledataframecheck is not in internals and does not belong there 2020-05-30 19:17:17 +02:00
hroff-1902 48915d7945
minor: Fix docs 2020-05-30 19:35:44 +03:00
hroff-1902 36c7089a03
Merge pull request #3394 from freqtrade/disable_dataframechecks
Allow changing severity of strategy-validations to log only.
2020-05-30 19:28:38 +03:00
hroff-1902 fe40e8305d
fix #3401 2020-05-30 18:58:11 +03:00
Matthias 376c536dd1 Revert "Add disable_dataframe_checks to strategy templates"
This reverts commit a9c57e5147.
2020-05-30 16:23:33 +02:00
hroff-1902 b1e6662c11
Merge pull request #3400 from freqtrade/add_stoplossid_tojson
[minor] Add missing fields to to_json output of trade
2020-05-30 12:59:31 +03:00
Matthias a9c57e5147 Add disable_dataframe_checks to strategy templates 2020-05-30 11:47:09 +02:00
Matthias 97905f86be Add missing fields to to_json output of trade 2020-05-30 11:34:39 +02:00
Matthias 28b35178e9
Update doc wording
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-30 11:24:29 +02:00
hroff-1902 a867fa669c
Merge pull request #3397 from freqtrade/bump_pandas
Version bump pandas to 1.0.4
2020-05-30 12:02:07 +03:00
Matthias 76ce2c6653 Document FTX subaccount configuration 2020-05-30 10:46:04 +02:00
Matthias f187753f8f Add ccxt_sync_config to simplify ccxt configuration 2020-05-30 10:45:50 +02:00
Matthias 6b5947392e Version bump pandas to 1.0.4 2020-05-30 09:47:09 +02:00
Matthias 7ea59b6d8e Update comment
(to trigger CI)
2020-05-30 09:43:50 +02:00
Matthias 2ed10aeb9b Add to missing point in documentation 2020-05-29 19:39:13 +02:00
Matthias ea5daee505 Allow changing severity of strategy-validations to log only. 2020-05-29 19:37:18 +02:00
Matthias 9f8b21de4a
Merge pull request #3358 from hroff-1902/refactor_generate_pairlist
Split the pairlist generation logic and filtering
2020-05-29 14:16:15 +02:00
hroff-1902 a4cf9ba85b Move check for position for StaticPairList to init 2020-05-29 12:40:05 +03:00
hroff-1902 43225cfdcf
Update docs/developer.md
Co-authored-by: Matthias <xmatthias@outlook.com>
2020-05-29 11:28:09 +03:00
Matthias 46456516bb Remove exception handler 2020-05-29 10:11:23 +02:00
Matthias 1d6e3fea85 Update /profit telegram message to support non-closed trades 2020-05-29 09:38:12 +02:00
Matthias 6261aef314 Return /profit even if no trade is closed 2020-05-29 09:03:48 +02:00
hroff-1902 909b812550
Update developer.md 2020-05-29 00:28:24 +03:00
hroff-1902 003724e400
Merge pull request #3388 from freqtrade/plotting_fixplot
[minor] Plotting should not fail if one pair didn't produce any trades
2020-05-28 21:53:26 +03:00
Matthias 7df786994d Plotting should not fail if one pair didn't produce any trades 2020-05-28 19:36:10 +02:00
hroff-1902 62ac5a9914
Merge pull request #3385 from freqtrade/3rd_issuetemplate
Add question template ...
2020-05-27 23:00:22 +03:00
hroff-1902 0234e4d293
Merge pull request #3369 from freqtrade/align_trade_outputs
Improve some api results
2020-05-27 22:56:15 +03:00
Matthias cb40e850e9 Add question template ... 2020-05-27 19:38:21 +02:00
Matthias 04eb11bb5d
Merge pull request #3377 from freqtrade/btreport_refactor
Refactor BTReport
2020-05-27 19:33:08 +02:00
Matthias 18a5787a2c
Reorder typing imports
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-27 19:17:15 +02:00