cryptum 0.0.231 → 0.0.232
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 +1 -3
- 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: e5390e128344b5e4cc0f8c4398f36a65a8395e490653471b4f855ce517be8670
|
4
|
+
data.tar.gz: 39b4fdac9fd2fccb8e83b788e47a828f4f22715abbe333378f9ad478ea653d95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f796bc2d3e0e80c9224b48408b78b368125dd816fa86be32b162a5fe8d379208644bf34d83adedf49011da396f5582789e22b6f5d2a1c76db71867ebc145463
|
7
|
+
data.tar.gz: 248b23d1ae7c582035f6e137c3d1867e7e9f802a7164ea20c50c653788109a6004a7d7b50da2bce0ef5279df4ec08c44c3d4993f507974fd109e333a3c59fe28
|
data/README.md
CHANGED
@@ -9,9 +9,7 @@ The goal of cryptum is three-fold:
|
|
9
9
|
- Grow asset portfolios.
|
10
10
|
|
11
11
|
#### How ####
|
12
|
-
|
13
|
-
|
14
|
-
Once these probabilities are derived (which occurs at a high cadence), the respective transaction will be submitted for fulfillment.
|
12
|
+
Leveraging a timing algorithm based upon portfolio balances, market trends, and a duration of time, cryptum determines order size amounts to trickle-buy crytpo. Once a given buy order is filled, a limit sell order is submitted at a specific, fixed profit margin which can be defined by the user.
|
15
13
|
|
16
14
|
### **Installation** ###
|
17
15
|
Tested on Linux, & OSX leveraging Ruby via RVM.
|
data/lib/cryptum/version.rb
CHANGED