Merge pull request #8033 from stash86/bt-metrics
update config-freqai-example to match latest binance futures pair syntax
This commit is contained in:
commit
25f89ac194
@ -21,8 +21,8 @@
|
|||||||
"ccxt_config": {},
|
"ccxt_config": {},
|
||||||
"ccxt_async_config": {},
|
"ccxt_async_config": {},
|
||||||
"pair_whitelist": [
|
"pair_whitelist": [
|
||||||
"1INCH/USDT",
|
"1INCH/USDT:USDT",
|
||||||
"ALGO/USDT"
|
"ALGO/USDT:USDT"
|
||||||
],
|
],
|
||||||
"pair_blacklist": []
|
"pair_blacklist": []
|
||||||
},
|
},
|
||||||
@ -60,8 +60,8 @@
|
|||||||
"1h"
|
"1h"
|
||||||
],
|
],
|
||||||
"include_corr_pairlist": [
|
"include_corr_pairlist": [
|
||||||
"BTC/USDT",
|
"BTC/USDT:USDT",
|
||||||
"ETH/USDT"
|
"ETH/USDT:USDT"
|
||||||
],
|
],
|
||||||
"label_period_candles": 20,
|
"label_period_candles": 20,
|
||||||
"include_shifted_candles": 2,
|
"include_shifted_candles": 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user