stevanStevic
1ec04a8dc8
Add support for max_value in volume pair list
2024-03-28 22:20:34 +01:00
Georgi D. Karapetrov
ec23fec3e6
fix typo
2024-03-13 10:45:00 +02:00
Georgi D. Karapetrov
e958552bcc
Explain precision filter better
2024-03-13 10:43:24 +02:00
Georgi D. Karapetrov
a4541fda2f
Nitpicking documentation:
...
- Clarify order_types.stoploss_on_exchange
- Detail available_capital ammendments
- Clarify BNB fee reduction when BNB runs out on Binance
- Explain PrecisionFilter
2024-03-12 11:50:00 +02:00
Matthias
817ad64402
Add docs for rangeStability sorting
2024-02-24 15:00:28 +01:00
Matthias
3677953d90
Properly cache volatility-average
2024-02-24 13:54:52 +01:00
Matthias
866ff55d84
document sort_direction mode
2024-02-24 13:34:42 +01:00
Matthias
8033faa2f2
Update pairlist cache behavior in VolumePairList
2024-02-17 15:14:11 +01:00
Robert Davey
57fd0e379a
Clarify processing_mode for RemotePairlist
...
No default value is specified in the docs for the processing_mode, making it unclear that the default behaviour is to filter out pairs, rather than append.
2024-02-15 15:57:49 +00:00
Matthias
eb7fbb0096
Improve doc wording
2024-01-29 19:39:02 +01:00
Stefano Ariestasia
63aac1a2c9
update docs
2024-01-29 19:50:19 +09:00
Matthias
63d8239011
Merge branch 'develop' into bt-metrics2
2024-01-27 16:24:05 +01:00
Matthias
132e143b9a
Minor comment fix
2024-01-27 14:49:50 +01:00
Stefano Ariestasia
bf17236e9b
fix typo in the docs
2024-01-27 16:25:54 +09:00
Matthias
a20fe8cd09
Update docs example box
2024-01-27 08:14:48 +01:00
Bloodhunter4rc
f0562c391c
remove debug, reduce duplicate code -> init_check, add docs example for save_to_file
2024-01-26 18:32:46 +01:00
Bloodhunter4rc
fd21658523
extend error except, add saving to a file of processed pairlist + docs
2024-01-26 16:46:54 +01:00
Stefano Ariestasia
e8fcac491a
use number_assets instead of limit
2024-01-09 14:32:27 +09:00
Stefano Ariestasia
d3506c249d
update docs
2024-01-09 14:08:15 +09:00
Matthias
3096cddbcf
further remove bittrex from docs
2023-12-18 07:15:24 +01:00
Matthias
a4a3b19566
Fix typo in docs
2023-09-23 10:27:44 +02:00
Matthias
8452399c12
Merge pull request #9187 from stash86/full-pairlist
...
Add FullTradesPairlist
2023-09-23 10:24:13 +02:00
Stefano
c19fe95d39
add the filter to docs, tyding up the py file
2023-09-15 11:34:56 +09:00
Stefano Ariestasia
c0a600858f
Change the cache of rangestability to 1 day
2023-09-14 08:50:06 +09:00
Matthias
8f18a52cdf
Fix Typo in remote pairlist docs
...
related: #8971
2023-07-27 09:24:42 +02:00
Bloodhunter4rc
ee1fa34df2
Add 'processing_mode' , blacklist checks
2023-07-08 18:05:46 +02:00
Bloodhunter4rc
36b33fb407
add mode to set the pairlist to blacklist additional to whitelist
...
adhere to _number_pairs
2023-06-24 12:38:31 +02:00
Bloodhunter4rc
43f5a16006
parse exception handling, remove info, cache change
2022-12-19 15:36:28 +01:00
Bloodhunter4rc
bb33b96ba7
init cache on first iteration, init checks, limit length and charmap to info replace if invalid, move filter logic
2022-12-18 22:28:12 +01:00
Bloodhunter4rc
d52c1c7554
Add unit tests
2022-12-13 20:21:06 +01:00
Bloodhunter4rc
6f92c58e33
add docs, add bearer token.
2022-12-12 13:24:33 +01:00
Matthias
30b467906c
Delist FTX, following ccxt's delisting.
2022-11-14 19:40:57 +01:00
Matthias
914bdbdd83
Remove FTX from list of supported exchanges
2022-11-12 20:32:17 +01:00
Matthias
5013351143
Rename "shuffle" parameter to "shuffle_freq"
2022-10-30 09:48:55 +01:00
Matthias
a323acf343
Improve ShufflePairlist to shuffle only once per candle
2022-10-30 09:46:12 +01:00
Matthias
1c089dcd51
Add docs for Producer/consumer pairlist
2022-09-25 09:40:44 +02:00
Matthias
2a1368d508
Offsetfilter: add number_assets parameter
...
closes #6824
2022-05-14 14:16:13 +02:00
DJCrashdummy
8a6a6ec911
corrected minor "typo" in formatting
2022-05-11 06:30:58 +02:00
Luke Ingalls
f71b2624ab
then -> than
2022-05-08 10:07:22 -07:00
Maik H
7b2e33b0bc
corrects typo
2022-02-14 20:21:42 +01:00
Matthias
3398469e55
Update PerformanceFilter to have min_profit as ratio again.
...
closes #6056
2021-12-12 13:21:36 +01:00
Matthias
de7e1e6bf7
Merge pull request #5980 from incrementby1/ShuffleFilterDetectLiveMode
...
Shuffle filter use seed only in backtesting mode
2021-11-30 06:37:35 +01:00
incrementby1
85b1f6f6b3
Update pairlists.md
2021-11-29 20:44:51 +01:00
Stefano Ariestasia
c126d2530a
Add few sentences on docs
...
- Add warning that PrecisionFilter can't be used on backtest that use multiple strategies
- Add note that not all pairlist handlers can be used on backtest
2021-11-29 14:32:33 +09:00
incrementby1
2f0f576fce
Update pairlists.md
...
ShuffleFilter will automatically detect runmodes and apply the `seed` only for backtesting modes - if ad `seed` value is set.
2021-11-27 16:28:41 +01:00
flozzone
c245a2a897
fix typo in Volatility filter description.
2021-11-22 20:10:26 +01:00
Masoud Azizi
0b6060dd11
indentation problem :)
2021-11-18 13:28:17 +03:30
Matthias
c9d974d210
Clarify performancefilter docs
...
closes #5870
2021-11-09 19:52:05 +01:00
Mario Pérez Alarcón
6f0a98229f
docs: removes duplicated "without" in pairlists.md
2021-11-09 12:27:38 +00:00
Matthias
55b0216180
Allow StaticPairlist in non-first position
...
closes #5754
2021-10-19 19:48:56 +02:00