-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
47 lines (47 loc) · 1.12 KB
/
Copy pathconfig.example.json
File metadata and controls
47 lines (47 loc) · 1.12 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
{
"strategy_name": "ema_cross",
"strategy_paths": [],
"credentials": {
"provider": "local_encrypted_file",
"venue": "chronos_simulator",
"save_to_keyring": true,
"passphrase_env": "PULSE_LAUNCHER_KEYRING_PASSPHRASE"
},
"run": {
"base_url": "http://localhost:3001",
"ws_url": "ws://localhost:3001",
"symbol": "BTCUSDT",
"stream_mode": "kline",
"interval": "1m",
"api_key": "replace-api-key",
"api_secret": "replace-api-secret",
"health_host": "127.0.0.1",
"health_port": 9109,
"queue_maxsize": 4096,
"queue_offer_timeout_seconds": 0.25,
"pending_poll_seconds": 1.0,
"recv_window_ms": 5000
},
"broker": {
"adapter": "chronos_simulator"
},
"chronos": {
"enabled": true,
"ingest_path": "/api/v1/live/telemetry",
"publish_interval_seconds": 2.0,
"timeout_seconds": 8.0
},
"logging": {
"enabled": false,
"directory": "./logs",
"file_name": "pulse-runtime.log",
"max_bytes": 10485760,
"backup_count": 8,
"level": "INFO"
},
"strategy": {
"fast_period": 40,
"slow_period": 200,
"quantity": 0.001
}
}