Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "accounts_dir": "/home/ubuntu/keys/",
- "symbols": [
- {
- "account": "TEST_1",
- "market": "BITMART_SPOT",
- "symbol": "LAI_USDT",
- "data": {
- "events": [
- "ORDER_BOOK",
- "TRADE",
- ["TICK", {"interval": 100}]
- ],
- "use_part_depth": true
- },
- "execution": {
- "cancel_on_start": "true",
- "print_ws_events": "true",
- "position": {
- "close_cooldown": 180000
- }
- },
- "logger": {
- "severity_level": "DEBUG"
- }
- }
- ],
- "strategies": [
- {
- "label": "52",
- "name": "MARKET_MAKING",
- "init_spread_size": "200",
- "cooldown": "3000",
- "pricing_mode": "by_mid_price",
- "self_target_market": "BITMART_SPOT",
- "params": [
- {
- "spread_size": "6500",
- "zero_quote": "57.6577",
- "zero_base": "8943",
- "offset_quote": "57.6577",
- "offset_base": "4945",
- "zones":
- [
- {
- "bound": "100",
- "n_levels": "3",
- "total": "20",
- "quantity_step": "0",
- "side": "BUY",
- "protection": "false",
- },
- {
- "bound": "300",
- "n_levels": "3",
- "total": "18",
- "quantity_step": "0",
- "side": "BUY",
- "protection": "false",
- },
- {
- "bound": "100",
- "n_levels": "3",
- "total": "100",
- "quantity_step": "0",
- "side": "SELL",
- "protection": "false",
- },
- ],
- },
- ]
- "symbols": [
- {
- "account": "TEST_1",
- "market": "BITMART_SPOT",
- "symbol": "LAI_USDT"
- }
- ]
- }
- ],
- "managers": [
- {
- "name": "VANILLA",
- "labels": [
- "52"
- ]
- }
- ],
- "logger": {
- "severity_level": "DEBUG"
- },
- "portfolio": {
- "telemetry_dir": "/mnt/telemetry/"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement