-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconf.ini
86 lines (62 loc) · 2.03 KB
/
conf.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Environment Config
# store your secrets and config variables in here
# note: conf.ini is a shell file so there can’t be spaces around =
############################################
##### Output UI Settings
############################################
maxRows=40
############################################
##### Storage settings
############################################
mongoHost=dds-rj93f82f7e2d0a141996-pub.mongodb.rds.aliyuncs.com
mongoPort=3717
mongoDb=admin
useMongo=true
#### These can go in .keys if preferred, since this file may change on the repo.
mongoUser=root
mongoPass=FS9BFlL3EW9qFTEQ
##################################
##### Logging Settings
##################################
## These are inactive if useMongo = false
# Calculated arbitrage opportunities for every tick
arbitrageTicksTable=ticks_arbitrage
# Raw ticks coming from the websocket stream. Usually a tick every 1s.
rawTicksTable=ticks_raw
# About Trade
tradeArbitragePair=trade_arbitrage_pair
tradeRecord=trade_record
arbProfit=arb_profit
############################################
##### Exchange Settings
############################################
#### Which exchange are we connecting to? Currenly only Binance is supported.
activeExchange=fcoin
# activeExchange=binance
singleTradeFee=0.001
startCoin=ETH
mainMarkets=BTC,USDT,ETH
#### Binance REST Settings
### Used for controlling & checking orders
restTimeout=15000
restRecvWindow=10000
restBeautify=false
#### these are paths we can step through
### The starting point
# binanceStartingPoint=ETH
### The possible currencies we step via
binanceColumns=BNB,BTC,USDT
#####################################
#### Calculation Settings ##########
##################################
# Pair ranking
pairRankerTable=pair_ranking
minimalProfit=1.02
#default 15 minutes, in MS
pairTimer=900000
limitQuantity=0.05
mainCoinQuantityLimit=0.1
#####################################
#### Notification ##########
##################################
token=8985cf6933b72840fb1874ec8982ab8553584b0605e3b9f0068c6e7e8cca238b