{{ isSyncing ? '⏳ Сохранение...' : (syncError ? '⚠️ Ошибка сети' : '🟢 Live Cloud') }}
ПОЛНЫЙ ХЛ
ОБРАТНЫЙ ХЛ
HALF-LIFE
НАЗВАНИЕ ТАБА
SETUP

Бюджет и хедж

$
¢
шт.
$
шт.
¢
$
${{ reverseHlStates.initialCost.toFixed(2) }}
БЕЗУБЫТОК Цена матчей для выхода в ноль
МАТЧЕЙ ВСЕГО
{{ currentTab.matches ? currentTab.matches.length : 0 }}
ЦЕНА ПО КОЛ-ВУ МАТЧЕЙ
≤ {{ breakevenPriceByCount }}
ЦЕНА С УЧЕТОМ ПРОФИТА
≤ {{ breakevenPriceWithProfit }}
ЦЕПОЧКА

{{ currentTab.mode === 'reverse-hl' ? 'Хеджирование соперников' : 'Матчи с реинвестом' }}

# СОПЕРНИК СР. КОЭФ. (¢) СТАВКА ($) ВЫИГРЫШ ($) БАНК ПОСЛЕ ($) СТАТУС
Добавьте первый матч в цепочку
#{{ index + 1 }}
{{ (reverseHlStates.matchStates[index]?.avgPriceCents || 0).toFixed(2) }}¢
¢
{{ formatShares(reverseHlStates.matchStates[index]?.sharesNeeded) }} шт
+${{ (reverseHlStates.matchStates[index]?.hedgeCost || 0).toFixed(2) }}
{{ (reverseHlStates.matchStates[index]?.beCents || 0).toFixed(2) }}¢
Накопленный расход до матча: ${{ (reverseHlStates.matchStates[index]?.prevCost || 0).toFixed(2) }} $
Цена: {{ order.price }}¢ Shares: {{ formatShares(order.shares) }} Сумма: ${{ ((order.price / 100) * order.shares).toFixed(2) }}
Рекомендация для полного закрытия риска при цене {{ match.newOrderPrice }}¢: Нужно купить: {{ Math.ceil(((reverseHlStates.matchStates[index]?.prevCost || 0) + (Number(match.commission) || 0)) / (1 - match.newOrderPrice / 100)) }} shares
Матчи еще не добавлены. Нажмите «+ МАТЧ», чтобы рассчитать объем хеджа на следующего соперника.
ИТОГ

Текущий результат

{{ formatProfit(earnedOnChain) }}$
{{ formatProfit(hedgeProfit) }}$
-{{ Number(currentTab.extraCosts).toFixed(2) }}$
{{ formatProfit(totalPNL) }}$
Начальный Outright: ${{ reverseHlStates.initialCost.toFixed(2) }}
Доп. расходы (Extra costs): +${{ Number(currentTab.extraCosts).toFixed(2) }}
Всего затрат на хедж: (куплено: {{ reverseHlStates.boughtMatchesCount }} из {{ currentTab.matches ? currentTab.matches.length : 0 }}) +${{ reverseHlStates.totalRealizedHedgeCost.toFixed(2) }}
Общий расход (Инвестировано): ${{ reverseHlStates.totalAccumulated.toFixed(2) }}
Текущий безубыток (Б/У): {{ reverseHlStates.currentBreakevenCents.toFixed(2) }}¢
¢
{{ formatProfit(reverseHlStates.netProfit) }}$
Сетка продажи (Б/У ± X¢)
шаг 1¢
Продажа по {{ item.targetCent }}¢ ({{ item.inc === 0 ? 'Б/У' : (item.inc > 0 ? '+' + item.inc + '¢' : item.inc + '¢') }}) {{ formatProfit(item.profit) }}$