README.md in cryptum-0.0.378 vs README.md in cryptum-0.0.379

- old
+ new

@@ -86,24 +86,24 @@ --autotrade \ --session-root ~/cryptum \ --trend-reset-time 14_400 ``` -Possible values for --trend-reset-time reside in the seconds column: +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 | +|----------|-----------|----------| +|`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).