전략알림 수정

This commit is contained in:
Macbook
2026-05-27 16:51:57 +09:00
parent d7ceb8cbfd
commit aca895e9fd
13 changed files with 701 additions and 123 deletions
+5
View File
@@ -1719,6 +1719,11 @@ function App() {
{menuPage === 'notifications' && (
<TradeNotificationListPage
theme={theme}
tickers={marketTickers}
defaultMarket={symbol}
paperTradingEnabled={paperTradingEnabled}
paperAutoTradeEnabled={paperAutoTradeEnabled}
onPaperOrderFilled={handlePaperOrderFilled}
onGoToChart={market => {
goToMarketChart(market);
setMenuPage('chart');