Skip to content

Commit f34bf7c

Browse files
authored
Updated REAME
Added description to the new config var called "exclude".
1 parent 41af0fa commit f34bf7c

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,31 @@ exchanges:
9797
....
9898
```
9999

100-
Finally, if you want prices in your notification messages, you can use a new variable "prices".
100+
When using all_pairs we can exclude some pairs in particular. For example, in the following config, we are tracking all USDT pairs in Binance, except the other stable coins.
101+
102+
```
103+
exchanges:
104+
binance:
105+
required:
106+
enabled: true
107+
all_pairs:
108+
- USDT
109+
exclude:
110+
- USDC
111+
- PAX
112+
- BUSD
113+
bittrex:
114+
required:
115+
enabled: false
116+
all_pairs:
117+
- ETH
118+
....
119+
```
120+
121+
122+
#### Show me the price!
123+
124+
If you want prices in your notification messages, you can use the "prices" variable.
101125

102126
```
103127
notifiers:

0 commit comments

Comments
 (0)