{{ t('totalBalance') }}
${{ stats.totalBalance.toLocaleString() }}
{{ t('profitToday') }}
${{ stats.dailyProfit.toLocaleString() }}
{{ t('winRate') }}
{{ stats.winRate }}%
{{ t('basedOnTrades') }}
{{ t('maxDrawdown') }}
{{ stats.maxDrawdown }}%
{{ t('pnlChart') }}
{{ t('weeklyProgress') }}
{{ t('strategySummary') }}
Core Lab{{ strat.name }}
{{ strat.status }}
+${{ strat.todayProfit }}
{{ t('todayProfitLabel') }}
{{ t('activeOpenPos') }}
{{ t('livePositionsDesc') }}
| {{ t('assetSymbol') }} | {{ t('type') }} | {{ t('tabStrategies') }} | {{ t('entryPrice') }} | {{ t('currentPrice') }} | {{ t('positionSize') }} | {{ t('profitAndLoss') }} |
|---|---|---|---|---|---|---|
| {{ pos.symbol }} | {{ pos.type }} | {{ pos.strategy }} | ${{ pos.entryPrice }} | ${{ pos.currentPrice }} | {{ pos.size }} | ${{ pos.pnl }} ({{ pos.pnlPercent }}) |
{{ t('consoleLogs') }}
🤝 {{ t('referralTitle') }}
{{ t('referralDesc') }}
💎 {{ t('affiliateDashboard') }}
{{ t('inviteLink') }}
{{ t('totalEarned') }}
${{ refStats.totalEarned.toFixed(2) }}
{{ t('availableCom') }}
${{ refStats.available.toFixed(2) }}
{{ t('totalDownlines') }}
{{ refStats.totalDownlines }}
{{ t('networkVol') }}
${{ refStats.networkVolume.toLocaleString() }}
📈 {{ t('tierSystemTitle') }}
{{ t('tierSystemDesc') }}
🛠️ {{ t('liveSimTitle') }}
{{ t('liveSimDesc') }}
| Tx ID | {{ t('date') }} | {{ t('user') }} | Lvl | {{ t('deposit') }} | {{ t('commission') }} |
|---|---|---|---|---|---|
| {{ b.id }} | {{ b.date }} | {{ b.user }} | L{{ b.level }} | ${{ b.deposit.toFixed(2) }} | +${{ b.commission.toFixed(2) }} |
| No records found. | |||||
| {{ t('user') }} | Lvl | {{ t('date') }} | {{ t('status') }} | {{ t('volume') }} | {{ t('commission') }} |
|---|---|---|---|---|---|
| {{ d.user }} | L{{ d.level }} | {{ d.joinDate }} | {{ d.status }} | ${{ d.volume.toLocaleString() }} | ${{ d.totalCom.toFixed(2) }} |
✨ {{ t('tabAiStrategy') }}
{{ t('selectAIModelDesc') }}
💬 {{ t('askAiTitle') }}
{{ t('askAiDesc') }}
{{ aiAnswerTemplate.analysis }}
{{ t('parameters') }}
{{ t('selectAIModel') }}
{{ t('backtestResultsTitle') }}
{{ aiModelsData[selectedAIModel].totalTrades }}
{{ aiModelsData[selectedAIModel].winRate }}
{{ aiModelsData[selectedAIModel].avgProfit }}
{{ aiModelsData[selectedAIModel].pnlPct }}
{{ aiModelsData[selectedAIModel].pnlUsdt }}
{{ t('activateStrategyTitle') }}
{{ t('activateStrategyDesc') }}
📋 {{ t('faqTitle') }}
{{ t('faqDesc') }}
🧬 ADVANCED AI STRATEGIES
Independent Autonomous Trading Modules
{{ strat.name }}
{{ strat.theme }}
Active Core Indicators
Exchange
{{ strat.exchange }}
Pair
{{ strat.pair }}
Timeframe
{{ strat.timeframe }}
Latency
{{ strat.latency }}ms
Balance
${{ strat.balance.toLocaleString() }}
Equity
${{ strat.equity.toLocaleString() }}
Floating PNL
{{ strat.floatingPnl >= 0 ? '+' : '' }}${{ strat.floatingPnl }}
Closed PNL
${{ strat.closedPnl }}
Today's Profit
+${{ strat.todayProfit }}
Win / Loss %
{{ strat.winRate }} / {{ strat.lossRate }}
Trades (Tot/Op)
{{ strat.totalTrades }} / {{ strat.openTrades }}
AI Confidence
{{ strat.confidence }}%
Activity Logs
LIVE STREAM{{ t('historicalBacktestTitle') }}
{{ t('historicalBacktestDesc') }}
{{ t('backtestParamsTitle') }}
{{ t('backtestResultsTitle') }}
Net Profit ($)
+${{ backtestResult.netProfit }}
Profit: +{{ backtestResult.profitPercent }}%
{{ t('winRateLabel') }}
+{{ backtestResult.winRate }}%
{{ t('maxDrawdown') }}
{{ backtestResult.maxDrawdown }}%
{{ t('noAnalysisLabel') }}
{{ t('noAnalysisDesc') }}
{{ t('apiRiskSetupTitle') }}
{{ t('apiRiskSetupDesc') }}
{{ t('loginTitle') }}
{{ t('loginDesc') }}
{{ t('registerTitle') }}
{{ t('registerDesc') }}
🟢 {{ t('memberAreaTitle') }}
{{ t('memberAreaDesc') }}
@{{ currentUser?.username }}
{{ currentUser?.email }}
{{ t('profileSecTitle') }}
{{ t('balanceLabel') }}
{{ currentUser?.balance }}{{ t('joinedLabel') }}
{{ currentUser?.joined }}{{ t('historyTradesTitle') }}
| Trade ID | {{ t('assetSymbol') }} | {{ t('direction') }} | {{ t('profitAndLoss') }} | Time |
|---|---|---|---|---|
| #{{ trade.id }} | {{ trade.symbol }} | {{ trade.side }} | {{ trade.pnl }} | {{ trade.date }} |
{{ t('traderRankTitle') }}
🔴 {{ t('adminTitle') }}
{{ t('adminDesc') }}
{{ t('userDbTitle') }}
| Username | {{ t('emailLabel') }} | {{ t('rankSubTab') }} | {{ t('balanceLabel') }} | Status | Action |
|---|---|---|---|---|---|
| @{{ user.username }} | {{ user.email }} | {{ user.rank }} | {{ user.balance }} | {{ user.status }} |
{{ t('cashflowTitle') }}
{{ t('cashflowDesc') }}
| Ref ID | Username | Type | Amount | Status | Date |
|---|---|---|---|---|---|
| {{ tx.id }} | @{{ tx.user }} | {{ tx.type }} | {{ tx.amount }} | Success | {{ tx.date }} |
{{ t('globalOrdersTitle') }}
{{ t('globalOrdersDesc') }}
| Member Name | Pair | Action | Leverage | Execution Price | Member P&L |
|---|---|---|---|---|---|
| @ZenithAlpha | SOLUSDT | LONG | x5.0 | $154.20 | +$43.00 |
{{ t('ecosystemStatsTitle') }}
{{ t('ecosystemStatsDesc') }}
| Audit Day | Total Trades | Gross Profit | Gross Loss | Net Gas Earnings |
|---|---|---|---|---|
| {{ pnl.date }} | {{ pnl.globalTrades }} | {{ pnl.totalProfit }} | {{ pnl.totalLoss }} | {{ pnl.systemGasEarned }} |