Updated ProxyBot DCA.properties (markdown)

taniman 2017-09-17 20:17:39 +02:00
parent fbf0171435
commit 6a2bc7f214
1 changed files with 4 additions and 0 deletions

@ -9,6 +9,10 @@ If set to 0 this option is ignored and there is no max cost.
Example: you set max_cost = 0.01 and you bought 0.005 BTC. Because max_cost is 0.01 you are allowed to double up 1 time. Example: you set max_cost = 0.01 and you bought 0.005 BTC. Because max_cost is 0.01 you are allowed to double up 1 time.
`max_cost = 0` `max_cost = 0`
Define max amount of times DCA is allowed to buy a pair.
If set to 0 this option is ignored and there is no limit to amount of times DCA buys.
`max_buy_times = 0`
The strategy to use to buy more coins. The strategy to use to buy more coins.
buy trigger indicates how much loss the coin should have to even think about activating DCA on it. buy trigger indicates how much loss the coin should have to even think about activating DCA on it.
`buy_strategy = HIGHBB` `buy_strategy = HIGHBB`