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:
@@ -1,9 +1,11 @@
|
|||||||
BINANCE_API_KEY=
|
BINANCE_API_KEY=
|
||||||
BINANCE_API_SECRET=
|
BINANCE_API_SECRET=
|
||||||
SYMBOL=XRPUSDT
|
SYMBOLS=XRPUSDT
|
||||||
|
CORRELATION_SYMBOLS=BTCUSDT,ETHUSDT
|
||||||
LEVERAGE=10
|
LEVERAGE=10
|
||||||
RISK_PER_TRADE=0.02
|
RISK_PER_TRADE=0.02
|
||||||
DISCORD_WEBHOOK_URL=
|
DISCORD_WEBHOOK_URL=
|
||||||
ML_THRESHOLD=0.55
|
ML_THRESHOLD=0.55
|
||||||
|
MAX_SAME_DIRECTION=2
|
||||||
BINANCE_TESTNET_API_KEY=
|
BINANCE_TESTNET_API_KEY=
|
||||||
BINANCE_TESTNET_API_SECRET=
|
BINANCE_TESTNET_API_SECRET=
|
||||||
|
|||||||
0
data/dogeusdt/.gitkeep
Normal file
0
data/dogeusdt/.gitkeep
Normal file
0
data/trxusdt/.gitkeep
Normal file
0
data/trxusdt/.gitkeep
Normal file
0
data/xrpusdt/.gitkeep
Normal file
0
data/xrpusdt/.gitkeep
Normal file
0
models/dogeusdt/.gitkeep
Normal file
0
models/dogeusdt/.gitkeep
Normal file
0
models/trxusdt/.gitkeep
Normal file
0
models/trxusdt/.gitkeep
Normal file
0
models/xrpusdt/.gitkeep
Normal file
0
models/xrpusdt/.gitkeep
Normal file
Reference in New Issue
Block a user