sauces1313
|
4675d85b90
|
Merge branch 'freqtrade:develop' into RangeStabilityFilterMax
|
2021-07-25 02:37:56 -05:00 |
|
sauces1313
|
34c8a5afaf
|
remove second filter, add max option
|
2021-07-25 07:24:55 +00: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 |
|
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 |
|
nightshift2k
|
6cea0ef2d7
|
documentation for OffsetFilter
|
2021-07-07 11:48:26 +02:00 |
|
sauces1313
|
8b485d197a
|
Update Plugins doc
|
2021-07-07 07:54:17 +00:00 |
|
nightshift2k
|
85c7b55750
|
improvements:
- `float_timestamp` switched to `int_timestamp`
- added documentation to pairlists.md
|
2021-07-04 20:46:24 +02:00 |
|
kevinjulian
|
2d5ced7801
|
fix testcase
|
2021-07-04 21:59:59 +07:00 |
|
kevinjulian
|
3d9f3eeb07
|
feat(agefilter): add max_days_listed
|
2021-07-03 23:58:04 +07:00 |
|
Matthias
|
dff8490daa
|
Fix docs rendering for pricefilter
|
2021-06-07 20:00:30 +02:00 |
|
Matthias
|
369f19df6b
|
Add valuefilter to Pricefilters
|
2021-05-17 19:44:36 +02:00 |
|
Matthias
|
6f8225c49e
|
Merge pull request #4850 from youpas/patch-2
Fixed anchor link for PriceFilter
|
2021-05-02 17:08:59 +02:00 |
|
youpas
|
b71d850596
|
Fixed anchor link for PriceFilter
|
2021-05-02 11:47:02 +02:00 |
|
youpas
|
4fc37f15d1
|
Fixed syntax error in the example
Removed extra comma in the "Full example of Pairlist Handlers" section.
|
2021-05-02 11:41:26 +02:00 |
|
Matthias
|
0737e3fa22
|
Clarify refresh_period section for volumepairlist
part of #4689
|
2021-04-17 19:48:29 +02:00 |
|
gbojen
|
96a5b6555d
|
fix documentation inconsistency
fixes freqtrade/freqtrade#4650
|
2021-04-10 14:31:12 +02:00 |
|
Matthias
|
74bf0b6399
|
Fix typo in documentation
|
2021-04-08 19:29:51 +02:00 |
|
gbojen
|
862f69f895
|
removed typos
|
2021-04-08 16:43:38 +02:00 |
|
gbojen
|
f8244d9d76
|
resolves freqtrade/freqtrade#4650
|
2021-04-07 22:25:54 +02:00 |
|
gbojen
|
17508efbbc
|
resolves freqtrade/freqtrade#4650
|
2021-04-07 08:59:44 +02:00 |
|
Matthias
|
bf5868c96d
|
Add testcase for nonexisting pairs on whitelist
|
2021-01-15 07:10:17 +01:00 |
|
nas-
|
f72d53351c
|
Added ability to keep invalid pairs while expanding expand_pairlist
|
2021-01-15 06:37:57 +01:00 |
|
Matthias
|
bd7600ff06
|
Small visual changes
|
2020-12-31 09:43:24 +01:00 |
|
Matthias
|
04624aae40
|
Add documentation for wildcard-blacklist
|
2020-12-30 12:30:50 +01:00 |
|
Matthias
|
266031a6be
|
Disallow PerformanceFilter for backtesting
closes #4072
|
2020-12-16 19:24:47 +01:00 |
|
Leif Segen
|
5f8e67d2b2
|
Update docs/includes/pairlists.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2020-11-29 05:05:54 -06:00 |
|
Leif Segen
|
1f7d681ddb
|
Merge branch 'patch-4' of https://github.com/mrsegen/freqtrade into patch-4
|
2020-11-28 01:22:15 -06:00 |
|
Leif Segen
|
dbd50fdff6
|
Document filter.
|
2020-11-28 01:22:03 -06:00 |
|
Leif Segen
|
cfbd1c4c43
|
Merge branch 'develop' into patch-4
|
2020-11-28 01:17:34 -06:00 |
|
Leif Segen
|
05686998bb
|
Add starter entry in documentation
|
2020-11-27 21:26:42 -06:00 |
|
hoeckxer
|
0b68402c10
|
Fixed a small typo in the pairlist documentation
Signed-off-by: hoeckxer <hawkeyenl@yahoo.com>
|
2020-11-26 10:24:48 +01:00 |
|
Matthias
|
8f1d2ff070
|
Renamd volatilityFilter to RangeStabilityFilter
|
2020-11-25 15:14:29 +01:00 |
|
Matthias
|
2e1551a2eb
|
Improve tests of volatilityfilter
|
2020-11-21 19:57:17 +01:00 |
|
Matthias
|
6b672cd0b9
|
Document volatilityFilter
|
2020-11-21 15:43:29 +01:00 |
|
Matthias
|
97e58a42f4
|
Update documentation with new options
|
2020-11-19 19:17:31 +01:00 |
|
Matthias
|
f88fe5d950
|
Document new "allow_inactive" option
|
2020-11-19 19:14:43 +01:00 |
|
Matthias
|
f43bd250a2
|
Extract pairlists from configuration
|
2020-10-09 09:02:44 +02:00 |
|