forked from xeroc/stakemachine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-example.yml
38 lines (34 loc) · 913 Bytes
/
config-example.yml
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
witness_url: "ws://testnet.bitshares.eu/ws"
prefix: "TEST"
safe_mode: True
account: "xeroc"
wif: "5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
market_separator: ":"
reserves:
BTS: 1000
USD: 10
bots:
MakerWall:
module: "stakemachine.strategies.maker"
bot: "MakerSellBuyWalls"
markets:
- "TEMPA:LIVE"
target_price: "last"
target_price_offset_percentage: 0
spread_percentage: 5
volume_percentage: 10
symmetric_sides: True
only_buy: False
only_sell: False
MakerWall2:
module: "stakemachine.strategies.maker"
bot: "MakerSellBuyWalls"
markets:
- "TEMPA:LIVE"
target_price: "last"
target_price_offset_percentage: 0
spread_percentage: 15
volume_percentage: 20
symmetric_sides: True
only_buy: False
only_sell: False