Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wiseplat
GitHub Repository: wiseplat/python-code
Path: blob/master/ invest-robot-contest_sirius-master/settings.ini
5925 views
1
[SECRETS]
2
3
x-app-name = alexzaikov.sirius
4
sandbox_token =
5
prod_token =
6
7
[MAIN]
8
# mode can be 'history_test' 'sandbox' or 'prod'
9
#mode = prod
10
#mode = history_test
11
mode = sandbox
12
13
host = https://invest-public-api.tinkoff.ru/rest/
14
15
[TRADE]
16
# should be >= 30
17
poll_interval_minutes = 30
18
19
fast_ma_step = 5
20
slow_ma_step = 10
21
trend_ma_step = 20
22
take_profit_percent = 5
23
stop_loss_percent = 5
24
25
min_usd = 100
26
min_rub = 100
27
28
[OTHER]
29
log_level = info
30
31