-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathruntime-config copy.json
More file actions
66 lines (66 loc) · 1.47 KB
/
Copy pathruntime-config copy.json
File metadata and controls
66 lines (66 loc) · 1.47 KB
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
{
"mode": "paper",
"paused": false,
"version": "1.2",
"strategyMode": "copy",
"targetWallet": "0xdf7930e89a2c47560165331863c31deca0733dcd",
"betting": {
"mode": "ratio",
"fixedUsd": 5,
"ratio": 1,
"bankrollPct": 1,
"maxClipUsd": 10
},
"exit": {
"mode": "sell",
"secondsBeforeClose": 20,
"minPrice": 0.05
},
"gates": {
"noTradeTailSeconds": 30,
"maxEntryPrice": 0.95,
"maxClipsPerWindowPerSide": 10,
"minClipIntervalMs": 1500
},
"risk": {
"dailyLossLimitUsd": 500,
"maxOpenUsd": 700
},
"markets": [
{
"key": "btc",
"name": "BTC",
"slugPrefix": "btc-updown-15m",
"symbol": "BTCUSDT",
"wsUrl": "wss://stream.binance.com:9443/ws/btcusdt@trade",
"restUrl": "https://api.binance.com/api/v3/ticker/price?symbol=BTCUSDT"
},
{
"key": "eth",
"name": "ETH",
"slugPrefix": "eth-updown-15m",
"symbol": "ETHUSDT",
"wsUrl": "wss://stream.binance.com:9443/ws/ethusdt@trade",
"restUrl": "https://api.binance.com/api/v3/ticker/price?symbol=ETHUSDT"
}
],
"assets": {
"btc": true,
"eth": true,
"sol": true
},
"strategy2": {
"edgeThreshold": 0.04,
"minDecisiveness": 0.9,
"confirmDecisiveness": 0.4,
"volWindowSec": 180,
"minSecondsIntoWindow": 120,
"requireMultiAsset": true,
"flowImbalanceMin": -0.25,
"bookDepthLevels": 3,
"kelly": {
"enabled": false,
"fraction": 0.25
}
}
}