forked from PyWaves/BlackBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-bot.cfg
More file actions
29 lines (24 loc) · 744 Bytes
/
sample-bot.cfg
File metadata and controls
29 lines (24 loc) · 744 Bytes
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
[main]
node = http://nodes.wavesnodes.com
# select the network: testnet or mainnet
network = mainnet
matcher = http://matcher.waves.exchange/
order_fee = 300000
order_lifetime = 86400
[account]
private_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[market]
amount_asset = WAVES
price_asset = DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p
[grid]
interval = 0.025
tranche_size = 200000000
grid_levels = 20
# base price calculation: LAST, BID, ASK, nnnnn (fixed constant price)
base = BID
# amount flexibility in percent, 20% flexibility means that the amount of the order might flucture +/- 10% around the defined tranche_size
flexibility = 20
# grid type: SYMMETRIC, BIDS only, ASKS, only
type = SYMMETRIC
[logging]
logfile = /dev/null