Commit Graph

8842 Commits

Author SHA1 Message Date
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
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 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
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
Matthias b2125bd6ee check for None to allow 0.0 profit 2020-05-27 19:15:56 +02:00
hroff-1902 e0dc7fedf5
Merge pull request #3380 from freqtrade/rpi_crosscompile
Raspberry Docker image - fix and correctly crosscompile
2020-05-27 14:31:24 +03:00
hroff-1902 a0556689ea Merge pull request #3381 from freqtrade/fix/orderbook_keyerror
Fix orderbook keyerror
2020-05-27 11:52:29 +03:00
Matthias f4af4cc2b2 Small formatting improvement 2020-05-27 07:11:59 +02:00
Matthias 8c87fcdae3 Rename PricingException to PricingError 2020-05-26 20:35:11 +02:00
Matthias 16cd1f06b2 Rename get_order_book to fetch_l2_order_book (aligning to ccxt) 2020-05-26 20:27:35 +02:00
Matthias d09a347853 Add tests for pricingexception 2020-05-26 20:24:44 +02:00
Matthias 7a7b26e840 Add exception handlers for orderbook logic 2020-05-26 20:14:05 +02:00
Matthias 76e4e5897f Introduce pricing exception 2020-05-26 20:08:01 +02:00
Matthias bdf795b8b0 final cleanup - use different cache image for now 2020-05-26 19:40:27 +02:00
Matthias 3e3cce4559 Use pct instead of _perc 2020-05-26 19:25:03 +02:00
Matthias 448546b0a4 Some cleanup in script 2020-05-26 19:16:44 +02:00
Matthias e370d635bf
Merge pull request #3379 from hroff-1902/fix-3378
Fix #3378
2020-05-26 17:16:11 +02:00
Matthias 2f596f739d Use cache correctly 2020-05-26 17:14:52 +02:00
Matthias 27e0c2604c
Add comment to ensure we're not accidentally removing this again 2020-05-26 16:58:29 +02:00
Matthias 500ce50153 Switch to docker experimental ... 2020-05-26 16:45:42 +02:00
Matthias 7f5feab5cf Fix notifications, build ... 2020-05-26 16:45:19 +02:00
Matthias 571d61de84 Cancel previous automatically? 2020-05-26 16:45:15 +02:00
Matthias 4fbd2deb37 Use correct image 2020-05-26 16:45:15 +02:00
Matthias a7c0e86bfd Test rpi using buildx and dockerfile.armhf
Uses piwheels for pi image
2020-05-26 16:44:49 +02:00
hroff-1902 9f573481a8 Fix #3378 2020-05-26 13:54:45 +03:00
Matthias 18d2587800 Address feedback 2020-05-26 06:12:25 +02:00
hroff-1902 a484124272 Raise exception if StaticPairList on a non-first position 2020-05-25 23:14:51 +03:00
hroff-1902 c3206d72cb Adjust docstring for IPairList.gen_pairlist() 2020-05-25 22:49:57 +03:00
Matthias abf79e4ab4 Use temporary variable to clean up code 2020-05-25 20:47:48 +02:00
Matthias 6a9a8f927e Rename some methods, improve some testing 2020-05-25 20:46:31 +02:00
Matthias 462c35cf75 Move stats generation to the top 2020-05-25 20:22:22 +02:00