diff --git a/PAIRS.properties.md b/PAIRS.properties.md index 7cb7960..fc48d30 100644 --- a/PAIRS.properties.md +++ b/PAIRS.properties.md @@ -17,7 +17,7 @@ The default strategy to use to make buys `ALL_buy_strategy = LOWBB` The default strategy buy value. Meaning what triggers a buy -`ALL_buy_value = 80` +`ALL_buy_value = 0` The default strategy to use to sell `ALL_sell_strategy = GAIN` @@ -28,7 +28,7 @@ For HIGHB it is. The usual way. HIGHBB 0 is on top of the top line. HIGHBB50 is `ALL_sell_value = 1` Min/Max amount in BTC we will use to buy -`ALL_max_cost = 0.002` +`ALL_max_cost = 0.0006` ProxyBot will only buy coins with a minimum volume of specified amount. If you like to trade low volume coins. keep the value low @@ -40,6 +40,7 @@ Used by BB strategy to not sell without profit Use to define what PAIRS you want the ProxyBot to use for trading. List all pairs you want separated by comma or specify ALL to trade all pairs in your market `ALL_enabled_pairs= ALL` +**OR** `ALL_enabled_pairs= BTC-ETH, BTC-LTC` <-- FOR BITTREX `ALL_enabled_pairs= BTC_ETH, BTC_LTC` <-- FOR POLONIEX @@ -52,7 +53,7 @@ This will try to catch the price at it's lowest point before buying `ALL_trailing_buy = 0.3` Only buy coins if the buy cost will not let your balance go below specified amount -`ALL_min_buy_balance = 0.2` +`ALL_min_buy_balance = 0` Turn on to sell all of your coins with a balance for current market prices `ALL_panic_sell_enabled = false` @@ -87,6 +88,11 @@ You will recieve a telegram message to inform you of this Enable DCA for all pairs with a balance. Will use strategy defined in DCA.properties `ALL_DCA_enabled = false` +If `DCA_enabled` is false, this option will automatically enable DCA for a particular coin +DCA will enable if the value(profit %) of a coin drops below the specified amount +The coin will **NOT** go back to pairs log if it has been DCA'd 1 or more times +`ALL_DCA_enabled_trigger = -5` + If x amount of time in minutes has passed since we bought a coin, create a pending order for that pair This enables the bot to buy this pair again `ALL_pending_order_wait_time = 360` @@ -99,6 +105,9 @@ If the value of a coin drops below stop loss trigger, it will be automatically s **NOTE: stop loss positive values are automatically converted to negative value** `ALL_stop_loss_trigger = -10` +Set the amount of minutes that the bot is not allowed to buy a coin after if was sold by stop loss trigger +`ALL_stop_loss_timeout` = 5` + Set to ignore low satoshi coins. `ALL_min_buy_price = 0.00000500`