-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 803 Bytes
/
config.json
File metadata and controls
30 lines (30 loc) · 803 Bytes
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
{
"api_key": "",
"api_secret": "",
"base_asset": "BNB",
"quote_asset": "USD",
"starting_cash": 100000.0,
"starting_cash_live": 1150.0,
"fee_rate": 0.001,
"telegram_bot_token": "",
"telegram_chat_id": "",
"telegram_enabled": true,
"send_real_orders": false,
"live_symbol": "BNBUSD",
"live_interval": "1h",
"rsi_period": 4,
"rsi_mode": "tv",
"rsi_oversold": 31.0,
"rsi_overbought": 70.0,
"backtest_symbol": "BNBUSD",
"backtest_interval": "1h",
"backtest_lookback": "1 year ago UTC",
"order_type": "trailing_stop",
"trailing_stop_pct": 0.1,
"trail_limit_offset_pct": 0.1,
"trail_limit_timeout_s": 60,
"trail_limit_widen_pct": 0.05,
"trail_limit_max_retries": 2,
"buy_price": 640.0600947012956,
"warmup_replay_count": 45
}