Revert change to telegram - this should be handled at the source
This commit is contained in:
parent
c2b90afa61
commit
69cfb0b278
@ -452,8 +452,7 @@ class Telegram(RPCHandler):
|
|||||||
"*Current Pair:* {pair}",
|
"*Current Pair:* {pair}",
|
||||||
"*Amount:* `{amount} ({stake_amount} {base_currency})`",
|
"*Amount:* `{amount} ({stake_amount} {base_currency})`",
|
||||||
"*Entry Tag:* `{buy_tag}`" if r['buy_tag'] else "",
|
"*Entry Tag:* `{buy_tag}`" if r['buy_tag'] else "",
|
||||||
"*Exit Reason:* `{sell_reason}`"
|
"*Exit Reason:* `{sell_reason}`" if r['sell_reason'] else "",
|
||||||
if (r['sell_reason'] and not r['is_open']) else "",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if position_adjust:
|
if position_adjust:
|
||||||
|
Loading…
Reference in New Issue
Block a user