Adding more info in Buy Message, the stake amount, and the amount using FIAT Converter

This commit is contained in:
Jean-Baptiste LE STANG 2017-12-31 15:57:33 +01:00
parent 8bf7d53804
commit fba03b4c26

View File

@ -273,7 +273,7 @@ def create_trade(stake_amount: float) -> bool:
)
# Create trade entity and return
rpc.send_msg('*{}:* Buying [{}]({}) with limit `{:.8f}` ({:8.f} {}, {:3.f} {})'.format(
rpc.send_msg('*{}:* Buying [{}]({}) with limit `{:.8f}` ({:.8f} {}, {:.3f} {})'.format(
exchange.get_name().upper(),
pair.replace('_', '/'),
exchange.get_pair_detail_url(pair),