import React from 'react'; import { formatNumber, formatPercent, getQty, getBuyPrice, getCurrentPrice, getProfitRate, getProfitLoss, toNumeric, profitColorClass, } from '../stockUtils'; const AiTradeTab = ({ aib }) => ( <> {aib.balanceError ?
{aib.balanceError}
: null} {/* AI Balance section */}AI 모의투자
AI가 운용 중인 모의투자 계좌의 잔고와 보유 종목을 확인합니다.
{item.name ?? item.code ?? 'N/A'}
{item.code ?? ''}보유 종목이 없습니다.
)}수동 주문
종목명 또는 종목코드를 입력하고 매수/매도 주문을 요청합니다.
{aib.kisModal}