README.md in cryptum-0.0.377 vs README.md in cryptum-0.0.378
- old
+ new
@@ -7,11 +7,11 @@
- Identify bugs that qualify for bounty on [H1](https://hackerone.com/coinbase)
- Take the emotion out of trading crypto currency.
- Grow asset portfolios.
#### How ####
-Leveraging multiple algorithms based upon portfolio balances, market trends / % margins of change, 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.
+Leveraging multiple algorithms based upon portfolio balances, market trends / % margins of change, 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 _immediately_ at a specific, fixed profit margin which can be defined by the user. By default, profit margins are determined by built-in algorithms which auto-calculate realistic values based upon conditions observed in the market.
### **Installation** ###
Tested on Linux, & OSX leveraging Ruby via RVM.
```
@@ -86,24 +86,24 @@
--autotrade \
--session-root ~/cryptum \
--trend-reset-time 14_400
```
-Possible values for market trend reset are:
-```
-604_800 => 1 week
-86_400 => 1 day
-14_400 => 4 hours
-10_800 => 3 hours
-7_200 => 2 hours
-3_600 => 1 hour
-2_700 => 45 minutes
-1_800 => 30 minutes
-900 => 15 minutes
-300 => 5 minutes
-180 => 3 minutes
-60 => 1 minute
-```
+Possible values for --trend-reset-time reside in the seconds column:
+|Seconds |Description|UI Label|
+|----------|-----------|--------|
+|`604_800` |1 week |1W |
+|`86_400` |1 day |1D |
+|`14_400` |4 hours |4h |
+|`10_800` |3 hours |3h |
+|`7_200` |2 hours |2h |
+|`3_600` |1 hour |1h |
+|`2_700` |5 minutes |45m |
+|`1_800` |30 minutes |30m |
+|`900` |15 minutes |15m |
+|`300` |5 minutes |5m |
+|`180` |3 minutes |3m |
+|`60` |1 minute |1m |
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).
Another option (particularly useful with smaller balances) is bumping the market trend reset to 604800 (i.e. 1 week) which will immediately increase the TPM %'s. The downside to this approach is trading volume is reduced, resulting in higher maker & taker fee tiers (i.e. higher cost / trade).