File size: 2,694 Bytes
260ef75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
  "$schema": "https://schema.freqtrade.io/schema.json",
  "trading_mode": "futures",
  "margin_mode": "isolated",
  "max_open_trades": 5,
  "stake_currency": "USDT",
  "stake_amount": 200,
  "tradable_balance_ratio": 1,
  "fiat_display_currency": "USD",
  "dry_run": true,
  "timeframe": "1h",
  "dry_run_wallet": 10000,
  "cancel_open_orders_on_exit": true,
  "unfilledtimeout": {
    "entry": 10,
    "exit": 30
  },
  "exchange": {
    "name": "binance",
    "key": "",
    "secret": "",
    "ccxt_config": {},
    "ccxt_async_config": {},
    "pair_blacklist": [],
    "password": ""
  },
  "entry_pricing": {
    "price_side": "same",
    "use_order_book": true,
    "order_book_top": 1,
    "price_last_balance": 0.0,
    "check_depth_of_market": {
      "enabled": false,
      "bids_to_ask_delta": 1
    }
  },
  "exit_pricing": {
    "price_side": "other",
    "use_order_book": true,
    "order_book_top": 1
  },
  "pairlists": [
    {
      "method": "VolumePairList",
      "number_of_pairs": 20,
      "number_assets": 20
    },
    {
      "method": "AgeFilter",
      "min_days_listed": 30
    }
  ],
  "freqai": {
    "enabled": true,
    "model_save_type": "stable",
    "freqaimodel": "LightGBMRegressor",
    "purge_old_models": 2,
    "train_period_days": 15,
    "backtest_period_days": 7,
    "live_retrain_hours": 0,
    "identifier": "unique-id",
    "feature_parameters": {
      "include_timeframes": [
        "1h",
        "4h",
        "1d"
      ],
      "include_corr_pairlist": [
        "BTC/USDT:USDT",
        "ETH/USDT:USDT"
      ],
      "label_period_candles": 20,
      "include_shifted_candles": 2,
      "DI_threshold": 0.9,
      "weight_factor": 0.9,
      "principal_component_analysis": false,
      "use_SVM_to_remove_outliers": true,
      "indicator_periods_candles": [
        10,
        20
      ],
      "plot_feature_importances": 0
    },
    "data_split_parameters": {
      "test_size": 0.33,
      "random_state": 1
    },
    "model_training_parameters": {}
  },
  "bot_name": "43v3r",
  "force_entry_enable": true,
  "initial_state": "running",
  "internals": {
    "process_throttle_secs": 5
  },
  "api_server": {
    "enabled": true,
    "listen_ip_address": "127.0.0.1",
    "listen_port": 8085,
    "username": "freqtrade_admin",
    "password": "lK8nMVmsAtahyWacNNhiLA",
    "jwt_secret_key": "y0K22oKHXv2ofsGJSIC1i_jbTj2RApGmT3WvgFCCjXFScwYW8XH6S9QwjrAZh52zObKvEgEyrQAPXjoQoHPzbw",
    "jwt_token_timeout": 3600,
    "verbosity": "info",
    "enable_openapi": false,
    "CORS_origins": [
      "https://localhost:3000",
      "https://127.0.0.1:3000",
      "http://localhost:3000",
      "http://127.0.0.1:3000"
    ]
  }
}