95 lines
2.2 KiB
JSON
95 lines
2.2 KiB
JSON
{
|
|
"max_open_trades": 1,
|
|
"stake_currency": "USDT",
|
|
"stake_amount": 800,
|
|
"tradable_balance_ratio": 1,
|
|
"fiat_display_currency": "USD",
|
|
"dry_run": true,
|
|
"timeframe": "5m",
|
|
"dry_run_wallet": 1000,
|
|
"cancel_open_orders_on_exit": true,
|
|
"unfilledtimeout": {
|
|
"entry": 10,
|
|
"exit": 30
|
|
},
|
|
"exchange": {
|
|
"name": "binance",
|
|
"key": "",
|
|
"secret": "",
|
|
"ccxt_config": {
|
|
"enableRateLimit": true
|
|
},
|
|
"ccxt_async_config": {
|
|
"enableRateLimit": true,
|
|
"rateLimit": 200
|
|
},
|
|
"pair_whitelist": [
|
|
"BTC/USDT",
|
|
"ETH/USDT"
|
|
],
|
|
"pair_blacklist": []
|
|
},
|
|
"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": "same",
|
|
"use_order_book": true,
|
|
"order_book_top": 1
|
|
},
|
|
"pairlists": [
|
|
{
|
|
"method": "StaticPairList"
|
|
}
|
|
],
|
|
"freqai": {
|
|
"timeframes": [
|
|
"5m",
|
|
"15m"
|
|
],
|
|
"train_period": 30,
|
|
"backtest_period": 7,
|
|
"identifier": "example",
|
|
"live_trained_timerange": "",
|
|
"live_full_backtestrange": "",
|
|
"corr_pairlist": [
|
|
"BTC/USDT",
|
|
"ETH/USDT",
|
|
"LINK/USDT",
|
|
"DOT/USDT"
|
|
],
|
|
"feature_parameters": {
|
|
"period": 12,
|
|
"shift": 1,
|
|
"DI_threshold": 1,
|
|
"weight_factor": 0,
|
|
"principal_component_analysis": false,
|
|
"use_SVM_to_remove_outliers": false,
|
|
"stratify": 0
|
|
},
|
|
"data_split_parameters": {
|
|
"test_size": 0.25,
|
|
"random_state": 1
|
|
},
|
|
"model_training_parameters": {
|
|
"n_estimators": 1000,
|
|
"random_state": 1,
|
|
"learning_rate": 0.1,
|
|
"task_type": "CPU"
|
|
}
|
|
},
|
|
"bot_name": "",
|
|
"initial_state": "running",
|
|
"forcebuy_enable": false,
|
|
"internals": {
|
|
"process_throttle_secs": 5
|
|
}
|
|
}
|