mirror of
https://github.com/asavinov/intelligent-trading-bot.git
synced 2026-05-04 16:26:44 +00:00
14 lines
341 B
JSON
14 lines
341 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|