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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -3
  3. data/lib/cryptum/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0dd26a427182d77889bd505511a9e69269fccf5354cb5643f4a78a1d90d3456
4
- data.tar.gz: dc4554f14421b3c877fe2f78c2946ca5fe4db8a3c886bb657a2d689a7b10cbd6
3
+ metadata.gz: e5390e128344b5e4cc0f8c4398f36a65a8395e490653471b4f855ce517be8670
4
+ data.tar.gz: 39b4fdac9fd2fccb8e83b788e47a828f4f22715abbe333378f9ad478ea653d95
5
5
  SHA512:
6
- metadata.gz: ba79b8df91d75436954f0fe83702e94abbc8b12dfe10d1ba9ea663cdc7775a5cf38e2254578be37dea769aa4a6b8a6cb2e9aa0359c53131f1c5a5c7d9c716edd
7
- data.tar.gz: 2c797771475f9a881576e6200e6907ccd75736bfaf62715f117f16ec8112fb2e1f102553d38b8b4bca8b372a1d6adc5c1f2aeb565b010604ae71d8ea51b63c67
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
- By combining real-time market data in conjunction with personalized portfolio and order history, cryptum leverages a collection of status indicators to derive probabilities to buy, sell, hold, cancel orders, or skip a respective crytpo.
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cryptum
4
- VERSION = '0.0.231'
4
+ VERSION = '0.0.232'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.231
4
+ version: 0.0.232
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.