-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrift.conf.sample
57 lines (42 loc) · 953 Bytes
/
drift.conf.sample
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
base=$HOME/dev/paxg-arbitrage
# binance hmac
apikey=
# binance rsa
secretkey=
# (optional) yet other secrets
goldapi_key=
metalprice_key=
# whom to send the alerts
email=
# amount to trade (multiplies by paxg_trades)
paxg_amount=0.01
# how many micro-trades are we willing to sustain
# max amount of cumulated micro-trades in both direction
paxg_trades=10
#paxg_trades=20
# take action only if volatility reaches that percentage
# e.g. 25 be very aggressive (but then the t/p should be lowered)
# e.g. 75 mostly care about the tails and spikes
# e.g. 100+ care only about big tails and spikes
volatility_trigger=55
#
# define pip variable without dot
#
# e.g. rate 1985.00
# pip 120
paxgpip=12.00
paxg_pip=1200
# e.g. rate 28300.00
# pip 580
btcpip=580
btc_pip=58000
# e.g. rate 0.0895
# pip 90
eurpip=0.0090
eur_pip=90
# TESTING
#paxgpip=9.00
#paxg_pip=900
# the range you allow the bot to resp. buy and sell
paxg_max=2034
paxg_min=1954