diff --git a/pages/2_🚀_Strategy_Performance.py b/pages/2_🚀_Strategy_Performance.py index d086882..c79544d 100644 --- a/pages/2_🚀_Strategy_Performance.py +++ b/pages/2_🚀_Strategy_Performance.py @@ -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])