Add some compatibility around buy_tag

This commit is contained in:
Matthias
2021-11-21 09:24:20 +01:00
parent 97ff7d1223
commit 7d77aff289
8 changed files with 20 additions and 11 deletions

View File

@@ -390,6 +390,7 @@ class LocalTrade():
'stake_amount': round(self.stake_amount, 8),
'strategy': self.strategy,
'buy_tag': self.buy_tag,
'enter_tag': self.buy_tag,
'timeframe': self.timeframe,
'fee_open': self.fee_open,