(feat) clean exchange access

This commit is contained in:
cardosofede
2023-04-24 20:04:35 -03:00
parent b901299f27
commit 83fbc2f008

View File

@@ -104,7 +104,7 @@ with row:
col41, col42, col43 = st.columns(3)
exchange_name = "binance"
exchange_name = strategy_data.market
trading_pair = strategy_data.symbol.replace("-", "")
c1, c2 = st.columns([1, 5])