{{ profile }} {{ formattedBalance }} USDC Pos: {{ totalCurrentMarketValue }}
Loading...
Deposit: {{ (net_deposits || 0).toFixed(2) }}$ Order: {{ parseFloat(config_info.order_size_usdc || 0).toFixed(2) }}$ Spread: ≥{{ parseFloat(config_info.min_spread_percent || 0).toFixed(3) }}% Spread: ≥{{ config_info.min_spread }} Vol: ≥{{ Math.round(config_info.min_volume) }} Vol: ≤{{ Math.round(config_info.max_volume) }} Vol24h: ≥{{ Math.round(config_info.min_volume_24hr) }} Vol24h: ≤{{ Math.round(config_info.max_volume_24hr) }} Bid: {{ parseFloat(config_info.min_bid || 0).toFixed(3) }}-{{ parseFloat(config_info.max_bid || 0).toFixed(3) }} Ask: {{ parseFloat(config_info.min_ask || 0).toFixed(3) }}-{{ parseFloat(config_info.max_ask || 0).toFixed(3) }} Tick: ≤{{ config_info.max_tick_size }} {{ config_info.outcomes }} {{ config_info.buy_strategy }} {{ config_info.sell_strategy }} {{ config_info.trading_strategy }} Sports Only No Sports No EndDate Only No EndDate Allowed End: ≥{{ config_info.min_days_for_end_date }}d NoBuy: {{ config_info.buy_not_allowed_last_minutes }}m ForceSell: {{ config_info.sell_force_in_last_minutes }}m Rescan: {{ config_info.rescan_interval_minutes }}m From: #{{ config_info.markets_start_index }} SellMin: ≥{{ parseFloat(config_info.order_sell_price_min || 0).toFixed(3) }} ProfitTicks: {{ config_info.sell_min_profit_ticks }} Profit%: {{ Math.round(config_info.sell_min_profit_percent) }}% Δ15m: ≤{{ config_info.max_15min_price_change }} Δ15m%: ≤{{ Math.round(config_info.max_15min_price_change_percent) }}% Δ1h: ≤{{ config_info.max_1hr_price_change }} Δ1d: ≤{{ config_info.max_1d_price_change }} Δ1w: ≤{{ config_info.max_1w_price_change }}
{{ profile_description }}
Positions
{{ positions.length }}
Market Out Price Size Total
{{ pos.name || 'Loading...' }} {{ pos.outcome || '' }} {{ getPriceInfo(pos).value }} {{ parseFloat(pos.size || 0).toFixed(4) }} {{ getPositionCurrentValue(pos).value }}
Total {{ totalInitialCost }} → {{ totalCurrentMarketValue }}
Open Orders
{{ open_orders.length }}
Market Out Act Price Bid/Ask Size Total
{{ order.name || 'Loading...' }} {{ order.outcome || '' }} {{ order.side }} {{ parseFloat(order.price || 0).toFixed(3) }} {{ markets[order.asset_id].bestBid }} / {{ markets[order.asset_id].bestAsk }} {{ parseFloat(order.original_size || order.size || 0).toFixed(4) }} {{ (order.total || 0).toFixed(2) }}
Total Open Orders Value {{ totalOpenOrdersValue }}
Markets
{{ subscribedMarkets.length }}
Name Out Bid Ask Spread Spread Δ15m Δ15m% Δ1h Δ24h Liq. Vol. 24h Vol. Total Start Date Game Start End Date Pos Order
{{ market.name }} {{ market.outcome || '' }} {{ market.bestBid }} {{ market.bestAsk }} {{ market.spread }} {{ formatSpread(market.calculated_spread) }} {{ market.price_change_15min }} {{ market.price_change_15min_percent != null ? market.price_change_15min_percent + '%' : '' }} {{ market.price_change_1h }} {{ market.price_change_24h }} {{ formatCompactNumber(market.liquidityNum) }} {{ formatCompactNumber(market.volume24hr) }} {{ formatCompactNumber(market.volume) }} {{ formatTimestamp(market.start_date) }} {{ formatTimestamp(market.game_start_time) }} {{ formatTimestamp(market.end_date) }} {{ market.position_size ? market.position_size.toFixed(1) : '' }} {{ market.order_side }}
Loading...
Trade History
{{ trade_history.length }}
Timestamp Market Out Action Size Price Value Profit Fee
{{ formatTimestamp(trade.timestamp) }} {{ markets[trade.asset]?.name || 'Loading...' }} {{ markets[trade.asset]?.outcome || '' }} {{ trade.side }} {{ parseFloat(trade.size || 0).toFixed(4) }} {{ parseFloat(trade.price || 0).toFixed(3) }} {{ (parseFloat(trade.size || 0) * parseFloat(trade.price || 0)).toFixed(2) }} {{ (trade.profit || 0).toFixed(2) }} -{{ (trade.fee || 0).toFixed(4) }}
Trade Summary
{{ tradeSummary.length }}
Market Out Buy Sell Net
{{ summary.marketName }} {{ summary.outcome || '' }} {{ (summary.buyVolume || 0).toFixed(2) }} {{ (summary.sellVolume || 0).toFixed(2) }} {{ (summary.netResult || 0).toFixed(2) }}
Total {{ (totalTradeSummary.totalBuyVolume || 0).toFixed(2) }} {{ (totalTradeSummary.totalSellVolume || 0).toFixed(2) }} {{ (totalTradeSummary.totalNetResult || 0).toFixed(2) }}
Backend Logs
{{ log }}