Commit Graph

56 Commits

Author SHA1 Message Date
Matthias 8562e19776 Document protections to come from the strategy 2021-06-17 20:15:53 +02: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 43d7f9ac67 Add bid_last_balance parameter
to interpolate sell prices

closes #3270
2021-03-20 14:38:26 +01:00
Matthias 3629892fc3 Stoploss-guard should use the trade_limit or more
fix #4404
2021-02-20 19:38:44 +01:00
Matthias 43986d3f73 Move Pricing to subpage 2021-02-02 20:26:01 +01:00
Matthias 5f5f75e147
Improve wording in protections documentation 2021-01-20 13:57:53 +01:00
Tijmen van den Brink 992d6b8018 Small improvement to MaxDrawDown protection 2021-01-20 09:24:30 +01: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 f159c46438 Include stoploss_on_exchange in stoploss_guard
fix #4183
2021-01-11 07:55:01 +01:00
Matthias c9e477214f Allow protections to be set in the strategy 2021-01-06 16:37:09 +01:00
Matthias a906093153 FIx doc wording for all guards 2021-01-06 09:45:21 +01:00
hoeckxer f7b055a58c Attempt to improve wording
Signed-off-by: hoeckxer <hawkeyenl@yahoo.com>
2021-01-06 09:26:03 +01:00
hoeckxer 95732e8991 Clarification in documentation
Signed-off-by: hoeckxer <hawkeyenl@yahoo.com>
2021-01-05 21:03:23 +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
Matthias 8a2fbf6592 Small cleanup of protection stuff 2020-12-13 10:16:09 +01:00
Matthias f047297995 Improve wording, fix bug 2020-12-07 15:48:06 +01:00
Matthias effc96e92b Improve tests for backtest protections 2020-12-07 11:39:01 +01:00
Matthias 946fb09455 Update help command output 2020-12-07 11:39:01 +01:00
Matthias d4799e6aa3 Implement *candle definitions 2020-12-07 10:54:26 +01:00
Matthias a93bb6853b Document *candles settings, implement validations 2020-12-07 10:47:13 +01:00
Matthias eb952d77be Move lookback_period to parent __init__ 2020-12-07 08:27:14 +01:00
Matthias f13e9ce5ed Improve docs 2020-12-07 08:23:10 +01:00
Matthias b36f333b2f Add new protections to full sample, documentation 2020-12-07 08:23:10 +01:00
Matthias 9947dcd1da Beta feature warning 2020-12-07 08:23:10 +01:00
Matthias 397a15cb61 Improve protection documentation 2020-12-07 08:23:10 +01:00
Matthias 12e84bda1e Add developer docs for Protections 2020-12-07 08:23:10 +01:00
Matthias dce2364672 Add stoploss per pair support 2020-12-07 08:23:10 +01:00
Matthias bb06365c50 Improve protection documentation 2020-12-07 08:23:10 +01:00
Matthias 1f703dc341 Improve protection documentation 2020-12-07 08:23:10 +01:00
Matthias 00d4820bc1 Add low_profit_pairs 2020-12-07 08:23:10 +01:00
Matthias 3447f1ae53 Implement first stop method 2020-12-07 08:23:10 +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