intelligent-trading-bot/config-sample-v0.2.0.json

14 lines
341 B
JSON
Raw Permalink Normal View History

2022-07-09 12:12:39 +02:00
{
"api_key": "<binance-key>",
"api_secret": "<binance-secret>",
"telegram_bot_token": "<token>",
"telegram_chat_id": "<chat-id-to-publish-messages>",
"symbol": "BTCUSDT",
"base_asset": "BTC",
"quote_asset": "USDT",
"data_folder": "C:/DATA2/BITCOIN/GENERATED/BTCUSDT",
"model_folder": "C:/DATA2/BITCOIN/MODELS/BTCUSDT"
}