This commit is contained in:
2025-08-30 20:21:14 +09:00
parent d34f6b803f
commit d77f0542f5
8 changed files with 775 additions and 0 deletions

12
config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"cctxSymbol": "ETH/USDT:USDT",
"symbol": "ETHUSDT",
"startBalance": 10000,
"orderSizeQuote": 100,
"interval": 60,
"ohlcvInterval": "1h",
"leverage": 5,
"feeTaker": 0.055,
"pendingCancelTime": 1200000,
"logPath": "./tradeLog.json"
}