Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wiseplat
GitHub Repository: wiseplat/python-code
Path: blob/master/ invest-robot-contest_Tinkoff-stream-grid-bot-main/config_example.json
5925 views
1
{
2
"token": "<YOUR_TOKEN>",
3
"account_id": "<YOUR_ACCID>",
4
"shares": {
5
"IRAO": { /*тикер акции*/
6
"number": 10, /*количество линий*/
7
"price_step": 0.03, /*шаг построения сетки, в примере это 3% */
8
"quantity": 1, /*количество бумаг в одном ордере*/
9
"start_price": 0 /*пока не трогайте эту настройку*/
10
},
11
"SBER": {
12
"number": 16,
13
"price_step": 0.02,
14
"quantity": 1,
15
"start_price": 0
16
}
17
}
18
}
19