feat: add per-symbol model/data directories and update .env.example

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
21in7
2026-03-05 23:24:50 +09:00
parent 909d6af944
commit 2bb2bf2896
7 changed files with 4 additions and 2 deletions

View File

@@ -1,9 +1,11 @@
BINANCE_API_KEY=
BINANCE_API_SECRET=
SYMBOL=XRPUSDT
SYMBOLS=XRPUSDT
CORRELATION_SYMBOLS=BTCUSDT,ETHUSDT
LEVERAGE=10
RISK_PER_TRADE=0.02
DISCORD_WEBHOOK_URL=
ML_THRESHOLD=0.55
MAX_SAME_DIRECTION=2
BINANCE_TESTNET_API_KEY=
BINANCE_TESTNET_API_SECRET=
BINANCE_TESTNET_API_SECRET=

0
data/dogeusdt/.gitkeep Normal file
View File

0
data/trxusdt/.gitkeep Normal file
View File

0
data/xrpusdt/.gitkeep Normal file
View File

0
models/dogeusdt/.gitkeep Normal file
View File

0
models/trxusdt/.gitkeep Normal file
View File

0
models/xrpusdt/.gitkeep Normal file
View File