Add function to search exchange for closest matching pairs/tfs

This commit is contained in:
robcaulk
2022-09-17 15:05:50 +02:00
parent 4d93a6b757
commit ff300d5c85
3 changed files with 38 additions and 23 deletions

View File

@@ -8,18 +8,19 @@
"identifier": "spicy-id",
"feature_parameters": {
"include_timeframes": [
"3m",
"15m",
"1h"
"30m",
"1h",
"4h"
],
"include_corr_pairlist": [
"BTC/USDT",
"ETH/USDT"
"BTC/USD",
"ETH/USD"
],
"label_period_candles": 20,
"include_shifted_candles": 2,
"DI_threshold": 0.9,
"weight_factor": 0.9,
"principal_component_analysis": true,
"indicator_periods_candles": [
10,
20