cryptum 0.0.378 → 0.0.379
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +14 -14
- data/lib/cryptum/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 267109002234d04e788a39303868e372163535eb908e5934bd19e6765f552ed4
|
|
4
|
+
data.tar.gz: e5c9e401567e65691048b8c8131c39447202ce5ab5dfacfcd07d9fd5e0a4be7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 067a56f54d073b4d05d52d15cc06be7f5c91b58ccc6c5d0cb9a8f6da7ff1c57b9296772aedabc532a11dd30f2ef02489dd97b7fbb8038193fcfa805a3f58cc8e
|
|
7
|
+
data.tar.gz: adda615b995b857cbe39ad49eeeb04307c3478c310a93e7fee25ae2d5f164bf9748db6cc0036e864eb9ea2c553b0a5741079f2007d09599170fb82ce07a31d30
|
data/README.md
CHANGED
|
@@ -88,21 +88,21 @@ $ cryptum --symbol btc-usd \
|
|
|
88
88
|
--trend-reset-time 14_400
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
Possible values for
|
|
91
|
+
Possible values for `--trend-reset-time` reside in the seconds column:
|
|
92
92
|
|Seconds |Description|UI Label|
|
|
93
|
-
|
|
94
|
-
|`604_800` |1 week
|
|
95
|
-
|`86_400` |1 day
|
|
96
|
-
|`14_400` |4 hours
|
|
97
|
-
|`10_800` |3 hours
|
|
98
|
-
|`7_200` |2 hours
|
|
99
|
-
|`3_600` |1 hour
|
|
100
|
-
|`2_700` |5 minutes
|
|
101
|
-
|`1_800` |30 minutes
|
|
102
|
-
|`900` |15 minutes
|
|
103
|
-
|`300` |5 minutes
|
|
104
|
-
|`180` |3 minutes
|
|
105
|
-
|`60` |1 minute
|
|
93
|
+
|----------|-----------|----------|
|
|
94
|
+
|`604_800` |1 week |`1W` |
|
|
95
|
+
|`86_400` |1 day |`1D` |
|
|
96
|
+
|`14_400` |4 hours |`4h` |
|
|
97
|
+
|`10_800` |3 hours |`3h` |
|
|
98
|
+
|`7_200` |2 hours |`2h` |
|
|
99
|
+
|`3_600` |1 hour |`1h` |
|
|
100
|
+
|`2_700` |5 minutes |`45m` |
|
|
101
|
+
|`1_800` |30 minutes |`30m` |
|
|
102
|
+
|`900` |15 minutes |`15m` |
|
|
103
|
+
|`300` |5 minutes |`5m` |
|
|
104
|
+
|`180` |3 minutes |`3m` |
|
|
105
|
+
|`60` |1 minute |`1m` |
|
|
106
106
|
|
|
107
107
|
If you choose a lower value than the default, the target profit margin's (i.e. TPM) will also be reduced (assuming the TPM is still higher than Maker + Taker fees). This may be desireable - although TPM is reduced, trading volume should increase resulting in better Maker & Taker fee tiers (i.e. lower cost / trade).
|
|
108
108
|
|
data/lib/cryptum/version.rb
CHANGED