Matthias
|
002a46c5a0
|
Fix typo in docstring
|
2022-10-10 14:16:37 +00:00 |
|
Matthias
|
994c1c5ea0
|
use Config typing in more places
|
2022-09-18 13:31:52 +02:00 |
|
Matthias
|
5aaab75d1c
|
Add test for dynamic_pairlist_expand
|
2022-08-13 10:18:57 +02:00 |
|
Matthias
|
3b827ee60a
|
Add "freqai.enabled" flag to disable freqAI via config flag
aligns with how other optional modules work in freqtrade.
|
2022-08-13 09:24:04 +02:00 |
|
robcaulk
|
153336d424
|
move corr_pairlist expansion to after expand_pairlist()
|
2022-07-31 15:45:28 +02:00 |
|
Robert Caulk
|
607455919e
|
Change config parameter names to improve clarity and consistency throughout the code (!!breaking change, please check discord support channel for migration instructions or review templates/FreqaiExampleStrategy.py config_examples/config_freqai_futures.example.json file changes!!)
|
2022-07-10 12:35:44 +02:00 |
|
robcaulk
|
ff531c416f
|
reduce complexity inside start_download_data() in an effort to appease flake8
|
2022-05-25 15:31:50 +02:00 |
|
lenik terenin
|
1d24d3d5ee
|
case insensitive blacklist
Allow "btc/usdt" pairs in blacklist to match to "BTC/USDT" pairs that come from the exchange.
|
2021-09-05 22:41:58 +09:00 |
|
Matthias
|
16f9675356
|
Fix whitelist expansion problem
|
2021-01-23 20:40:27 +01:00 |
|
nas-
|
f72d53351c
|
Added ability to keep invalid pairs while expanding expand_pairlist
|
2021-01-15 06:37:57 +01:00 |
|
Matthias
|
04624aae40
|
Add documentation for wildcard-blacklist
|
2020-12-30 12:30:50 +01:00 |
|
Matthias
|
0affacd39a
|
Support invalid regex blacklist from config
|
2020-12-30 10:14:22 +01:00 |
|
Matthias
|
704cf14383
|
Add expand_pairlist method
|
2020-12-30 09:55:44 +01:00 |
|