adapt README

This commit is contained in:
gcarq 2017-10-15 19:15:24 +02:00
parent 52ca364fa4
commit 28501b7be9

View File

@ -45,8 +45,8 @@ profit dips below -10% for a given trade. This parameter is optional.
Possible values are `running` or `stopped`. (default=`running`) Possible values are `running` or `stopped`. (default=`running`)
If the value is `stopped` the bot has to be started with `/start` first. If the value is `stopped` the bot has to be started with `/start` first.
`ask_last_balance` sets the bidding price. Value `0.0` will use `ask` price, `1.0` will `bid_ask_balance` sets the bidding price. Value `0.0` will use `bid` price, `1.0` will
use the `last` price and values between those interpolate between ask and last use the `ask` price and values between those interpolate between bid and ask
price. Using `ask` price will guarantee quick success in bid, but bot will also price. Using `ask` price will guarantee quick success in bid, but bot will also
end up paying more then would probably have been necessary. end up paying more then would probably have been necessary.