feat: production paper trading platform
This commit is contained in:
+7
-2
@@ -3,13 +3,18 @@ HOST=127.0.0.1
|
||||
PORT=8787
|
||||
|
||||
BYBIT_TESTNET=false
|
||||
# Official regional public endpoints for this deployment. Before future live
|
||||
# trading they must match the Bybit site where the API key was created.
|
||||
BYBIT_REST_BASE_URL=https://api.bybit.kz
|
||||
BYBIT_WEBSOCKET_URL=wss://stream.bybit.kz/v5/public/spot
|
||||
BYBIT_API_KEY=
|
||||
BYBIT_API_SECRET=
|
||||
|
||||
STARTING_BALANCE_USDT=100
|
||||
AUTO_SELECT_SYMBOLS=false
|
||||
AUTO_SELECT_SYMBOLS=true
|
||||
TOP_SYMBOLS_COUNT=12
|
||||
SYMBOLS=BTCUSDT,ETHUSDT,HYPEUSDT,SOLUSDT,XRPUSDT,XPLUSDT,WLDUSDT,MNTUSDT,HUSDT,XAUTUSDT,IPUSDT,AAVEUSDT
|
||||
# Leave empty to discover the most liquid eligible USDT Spot pairs from Bybit.
|
||||
SYMBOLS=
|
||||
|
||||
STRATEGY_MODE=torch_forecast
|
||||
BASE_INTERVAL=60
|
||||
|
||||
Reference in New Issue
Block a user