mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add docs for rangeStability sorting
This commit is contained in:
parent
67152ad48a
commit
817ad64402
|
@ -450,6 +450,8 @@ If the trading range over the last 10 days is <1% or >99%, remove the pair from
|
|||
]
|
||||
```
|
||||
|
||||
Adding `"sort_direction": "asc"` or `"sort_direction": "desc"` enables sorting for this pairlist.
|
||||
|
||||
!!! Tip
|
||||
This Filter can be used to automatically remove stable coin pairs, which have a very low trading range, and are therefore extremely difficult to trade with profit.
|
||||
Additionally, it can also be used to automatically remove pairs with extreme high/low variance over a given amount of time.
|
||||
|
|
Loading…
Reference in New Issue
Block a user