-
Notifications
You must be signed in to change notification settings - Fork 741
/
screener.json.sample
52 lines (52 loc) · 989 Bytes
/
screener.json.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
{
"coinbase": {
"quote_currency": [
"GBP"
],
"tv_screener_ratings": [
"STRONG_BUY",
"BUY"
],
"volume_threshold": 15000,
"minimum_volume": 15000,
"minimum_quote_price": 0.00000001,
"volatility_threshold": 9,
"minimum_volatility": 5,
"granularity": 3600,
"selection_score": 7,
"adx_threshold": 35
},
"coinbasepro": {
"quote_currency": [
"GBP"
],
"tv_screener_ratings": [
"STRONG_BUY",
"BUY"
],
"volume_threshold": 15000,
"minimum_volume": 15000,
"minimum_quote_price": 0.00000001,
"volatility_threshold": 9,
"minimum_volatility": 5,
"granularity": 3600,
"selection_score": 7,
"adx_threshold": 35
},
"binance": {
"quote_currency": [
"USDT"
],
"volume_threshold": 25000,
"minimum_volume": 25000,
"minimum_quote_price": 0.000001,
"volatility_threshold": 9,
"minimum_volatility": 5,
"tv_screener_ratings": [
"STRONG_BUY"
],
"selection_score": 8,
"granularity": "1hour",
"adx_threshold": 35
}
}