Updated PAIRS.properties (markdown)

taniman 2017-10-27 21:28:48 +02:00
parent 56f4a3c255
commit e017b46a8d
1 changed files with 2 additions and 0 deletions

@ -40,6 +40,8 @@ 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`
`ALL_enabled_pairs= BTC-ETH, BTC-LTC` <-- FOR BITTREX
`ALL_enabled_pairs= BTC_ETH, BTC_LTC` <-- FOR POLONIEX
Use with gain strategy to try and maximize your profit.
In short works like a trailing profit, but will not sell at a loss. More detail in examples below