43V3RFX / user_data /config_secure.json
Nanny7's picture
feat: Initial Freqtrade HF Space deployment
260ef75
{
"$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"
]
}
}