Commit Graph

12396 Commits

Author SHA1 Message Date
Sam Germain
d8f9b3cafa updated mkdocs 2021-07-12 19:39:35 -06:00
Sam Germain
93d4332012 Removed unneccessary whitespace 2021-07-10 22:39:39 -06:00
Sam Germain
c8a0d486ea Merge branch 'develop' into margin-db 2021-07-10 20:45:28 -06:00
Sam Germain
6083568d56 Updated interest and ratio calculations to correct functions 2021-07-10 20:44:57 -06:00
Matthias
e4e2340f91 Fix bug where currencies are duplicated
in case there is dust
2021-07-10 10:02:05 +02:00
Matthias
6129c5ca9e Fix deprecation warnings from pandas 1.3.0
closes #5251
2021-07-09 20:46:38 +02:00
Matthias
2f33b97b95 Validate startup candles for backtesting correctly
closes #5250
2021-07-09 07:20:43 +02:00
Matthias
fb25130588
Merge pull request #5244 from octaviusgus/develop
fix daily profit data bug and daily profit curve example
2021-07-09 07:06:14 +02:00
Matthias
d96d6024f4
Merge pull request #5252 from kevinjulian/agefilter-max-days-listed
Fix Agefilter cannot appear on startup messages
2021-07-08 20:29:06 +02:00
Matthias
03861945a3 Update documentation page too. 2021-07-08 20:04:47 +02:00
kevinjulian
2a4a980855 Merge branch 'agefilter-max-days-listed' of https://github.com/kevinjulian/freqtrade into agefilter-max-days-listed 2021-07-08 19:25:32 +07:00
Sam Germain
2bcfaabcf8 test prsistence leverage passes with new ratio calc 2021-07-08 05:59:13 -06:00
Sam Germain
c753bd0ddc updated ratio_calc_profit function 2021-07-08 05:37:54 -06:00
Sam Germain
e7d6fac553 Added docstrings to methods 2021-07-08 00:51:41 -06:00
kevinjulian
863391122f fix short desc not appear 2021-07-08 13:42:52 +07:00
Sam Germain
963bb89087 ran isort . 2021-07-08 00:12:39 -06:00
Matthias
225522762b
Merge pull request #5231 from nightshift2k/enhancement/range-based-volumefilter
Range based VolumeFilter
2021-07-08 07:22:37 +02:00
Matthias
e5da7ff6db Fix typos and improve wording in docs 2021-07-08 07:02:40 +02:00
Sam Germain
e1fca320e6 passed mypy 2021-07-07 22:51:10 -06:00
Sam Germain
8f5150e831 Flake8 compliant 2021-07-07 22:24:30 -06:00
Sam Germain
769f72e5ee All persistence margin tests pass 2021-07-07 21:14:08 -06:00
Sam Germain
79d394058f Changed InterestMode enum implementation 2021-07-07 21:04:38 -06:00
Sam Germain
03595bf951 Took liquidation price out of order 2021-07-07 20:21:02 -06:00
Matthias
76e51cddba
Merge pull request #5246 from nightshift2k/feature/offsetfilter
new filter OffsetFilter for offsetting incoming pairlists
2021-07-07 21:06:23 +02:00
nightshift2k
7dc826d6b3 warning for range based lookback performance
more readable formatting of examples
2021-07-07 20:43:37 +02:00
nightshift2k
5a2bc192d4
Update docs/includes/pairlists.md
Co-authored-by: Matthias <xmatthias@outlook.com>
2021-07-07 20:29:55 +02:00
nightshift2k
4d4ed82db8
Update docs/includes/pairlists.md
Co-authored-by: Matthias <xmatthias@outlook.com>
2021-07-07 20:29:52 +02:00
Matthias
62f2597f7a
Merge pull request #5228 from kevinjulian/agefilter-max-days-listed
feat(agefilter): add max_days_listed
2021-07-07 20:22:04 +02:00
Matthias
682f880630 Slightly simplify if statement, add additional test 2021-07-07 20:05:56 +02:00
kevinjulian
8248d1acd1 run flake8 2021-07-07 22:10:22 +07:00
kevinjulian
00a1931f40 fix test 2021-07-07 21:24:44 +07:00
nightshift2k
c44e87cd30 added tests for `OffsetFilter
to `test_pairlist.py`
2021-07-07 12:06:55 +02:00
nightshift2k
6cea0ef2d7 documentation for OffsetFilter 2021-07-07 11:48:26 +02:00
nightshift2k
f30e300f18 adjusted test_pairlist.py for fixed rolling sum 2021-07-07 11:28:35 +02:00
nightshift2k
3c3772703b changed quoteVolume to be built over a
rolling period using lookback_period
to avoid pair_candles being larger
than requested lookback_period
2021-07-07 09:46:05 +02:00
Sam Germain
057c380597 uncommented liquidation_price in order object 2021-07-07 01:30:42 -06:00
Sam Germain
0d6210c837 Moved leverage and is_short variables out of trade constructors and into conftest 2021-07-07 01:06:51 -06:00
Sam Germain
26ee6470f4 Pass all but one test, because sqalchemy messes up 2021-07-07 00:43:06 -06:00
Sam Germain
11f5dae143 set initial_stop_loss in stoploss helper 2021-07-06 22:34:08 -06:00
octaviusgus
d1104bd434 fix daily profit data and daily profit curve example 2021-07-06 22:47:39 +02:00
Kevin Julian
0f3d34eaf4
Merge branch 'develop' into agefilter-max-days-listed 2021-07-06 19:47:18 +07:00
kevinjulian
502c69dce3 change short desc 2021-07-06 19:36:42 +07:00
Sam Germain
ea4271ef34 Tried to add liquidation price to order object, caused a test to fail 2021-07-06 00:43:01 -06:00
Sam Germain
925558b6b0 updated timezone.utc time 2021-07-06 00:18:03 -06:00
Sam Germain
d73473d45c updated todos 2021-07-06 00:11:43 -06:00
Sam Germain
2fedbfbcd2 Added checks for making sure stop_loss doesn't go below liquidation_price 2021-07-06 00:07:14 -06:00
Matthias
dec523eef0 Display verison of installed FreqUI 2021-07-06 07:20:05 +02:00
Sam Germain
f607920ad6 test_adjust_stop_loss_short passes 2021-07-05 22:43:51 -06:00
Sam Germain
0f2952e90c made leveraged test names unique 2021-07-05 22:11:52 -06:00
Sam Germain
9ca588c780 test_update_market_order for shorts passes 2021-07-05 22:01:46 -06:00