Updated DCA.properties (markdown)

taniman 2017-10-25 22:25:39 +02:00
parent da82c75fa5
commit e7f7442220
1 changed files with 2 additions and 1 deletions

@ -38,12 +38,13 @@ Set to enable trailing buys for all DCA strategies that support it.
Set the value that will trigger a stop loss order
If the value of a coin drops below stop loss trigger, it will be automatically sold
**NOTE: stop loss should be set as a negative value**
Stop loss will only hit once DCA is **complete**
What is complete?
max_buy_times is reached or
max_cost is reached or
there is not enough balance to keep using DCA
`stop_loss_trigger = 0`
`stop_loss_trigger = -10`
If x amount of time in minutes has passed since we bought a coin, create a pending order for that pair
`pending_order_wait_time = 0`