Files
mexc-spot-dca-bot/trading_config.json
2025-07-15 21:22:34 +08:00

175 lines
4.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"symbol_mapping": {
"BTCUSDC": "BTCUSDT",
"ETHUSDC": "ETHUSDT",
"SOLUSDC": "SOLUSDT",
"SUIUSDC": "SUIUSDT",
"TRXUSDC": "TRXUSDT",
"BNBUSDC": "BNBUSDT",
"BGBUSDT": "BGBUSDT",
"OKBUSDT": "OKBUSDT"
},
"trades": [
{
"comment": "BTC每天1U每周7U",
"symbol": "BTCUSDC",
"order_type": "MARKET",
"side": "BUY",
"params": {
"quoteOrderQty": "1"
},
"execute_dates": [
"*"
]
},
{
"comment": "ETH每周1U",
"symbol": "ETHUSDC",
"order_type": "LIMIT",
"side": "BUY",
"params": {
"quoteOrderQty": "1"
},
"execute_dates": [
"2025-07-19",
"2025-07-26",
"2025-08-02",
"2025-08-09",
"2025-08-16",
"2025-08-23",
"2025-08-30",
"2025-09-06",
"2025-09-13",
"2025-09-20",
"2025-09-27",
"2025-10-04",
"2025-10-11",
"2025-10-18",
"2025-10-25",
"2025-11-01",
"2025-11-08",
"2025-11-15",
"2025-11-22",
"2025-11-29",
"2025-12-06",
"2025-12-13",
"2025-12-20",
"2025-12-27"
]
},
{
"comment": "SOL每3周1U",
"symbol": "SOLUSDC",
"order_type": "LIMIT",
"side": "BUY",
"params": {
"quoteOrderQty": "1"
},
"execute_dates": [
"2025-07-19",
"2025-08-09",
"2025-08-30",
"2025-09-20",
"2025-10-11",
"2025-11-01",
"2025-11-22",
"2025-12-13"
]
},
{
"comment": "SUI每3周1U",
"symbol": "SUIUSDC",
"order_type": "MARKET",
"side": "BUY",
"params": {
"quoteOrderQty": "1"
},
"execute_dates": [
"2025-07-26",
"2025-08-16",
"2025-09-06",
"2025-09-27",
"2025-10-18",
"2025-11-08",
"2025-11-29",
"2025-12-20"
]
},
{
"comment": "TRX每3周1U",
"symbol": "TRXUSDC",
"order_type": "LIMIT",
"side": "BUY",
"params": {
"quoteOrderQty": "1"
},
"execute_dates": [
"2025-08-02",
"2025-08-23",
"2025-09-13",
"2025-10-04",
"2025-10-25",
"2025-11-15",
"2025-12-06",
"2025-12-27"
]
},
{
"comment": "BNB每3周1U",
"symbol": "BNBUSDC",
"order_type": "LIMIT",
"side": "BUY",
"params": {
"quoteOrderQty": "1"
},
"execute_dates": [
"2025-07-19",
"2025-08-09",
"2025-08-30",
"2025-09-20",
"2025-10-11",
"2025-11-01",
"2025-11-22",
"2025-12-13"
]
},
{
"comment": "OKB每3周1U",
"symbol": "OKBUSDT",
"order_type": "MARKET",
"side": "BUY",
"params": {
"quoteOrderQty": "1"
},
"execute_dates": [
"2025-07-26",
"2025-08-16",
"2025-09-06",
"2025-09-27",
"2025-10-18",
"2025-11-08",
"2025-11-29",
"2025-12-20"
]
},
{
"comment": "BGB每3周1U",
"symbol": "BGBUSDT",
"order_type": "MARKET",
"side": "BUY",
"params": {
"quoteOrderQty": "1"
},
"execute_dates": [
"2025-08-02",
"2025-08-23",
"2025-09-13",
"2025-10-04",
"2025-10-25",
"2025-11-15",
"2025-12-06",
"2025-12-27"
]
}
]
}