README.md in cryptum-0.0.394 vs README.md in cryptum-0.0.395

- old
+ new

@@ -61,11 +61,10 @@ $ rvm use ruby-<VERSION>@cryptum $ cryptum --help USAGE: cryptum [opts] -s, --symbol=SYMBOL <Required - Crypto Symbol.(e.g. btc-usd, eth-usd, etc.) - -A, --[no-]autotrade <Optional - Automatically Buy and Sell Crypto> -l, --[no-]list-products <Optional - List Supported Crypto Currency Products and Exit> -p, --proxy=PROXY <Optional - HTTP Proxy e.g. "http://127.0.0.1:8080"> -R, --[no-]reset-trend-countdown <Optional - Reset Market Trend Countdown at Session Init (Defaults to false)> -r, --session-root=PATH <Optional - Directory with etc && order_books (Defaults to ~/cryptum)> -S, --[no-]sandbox <Optional - Use Coinbase Sandbox Environment for Testing Ideas> @@ -73,18 +72,16 @@ ``` Example usage to trade on weekly instead of default daily: ``` $ cryptum --symbol btc-usd \ - --autotrade \ --session-root ~/cryptum \ --trend-reset-time 604_800 ``` By default, cryptum resets the market trend (i.e. number of buys vs number of sells) every day (i.e. 86400 seconds). As Maker & Taker fees drop in value, it may be useful to change the market trend reset value to something lower (e.g. 4 hours): ``` $ cryptum --symbol btc-usd \ - --autotrade \ --session-root ~/cryptum \ --trend-reset-time 14_400 ``` Possible values for `--trend-reset-time` reside in the seconds column: