Uso do Dashboard
Uso do Dashboard
The Gridera dashboard is your control center for managing grid bots. It provides em tempo real visibility into bot status, profitability, and health indicators. Learning to read the dashboard effectively lets you spot issues early and make informed decisions about seu trading.
Dashboard Visao Geral
Quando voce log in, the dashboard shows all seu bots in a summary view. Each bot card displays its current status, par de trading, and key metrics. Click any bot to access its detailed view with full controls and analytics.
O principal sections of the dashboard are:
- Bot list: All configured bots with status indicators.
- Bot detail: Full view of a selected bot’s activity and performance.
- Controls: Start, stop, and configure buttons.
- Logs: Recent bot log output for debugging.
Bot Status Indicators
Each bot shows one of several status states:
Running: O bot is active and executing its trading cycle. This is the normal operating state. The status indicator appears green.
Stopped: O bot is not running. No orders are being placed or managed. Previous positions and orders may still exist on o exchange but are not being monitored.
Starting: O bot is initializing. It is loading configuration, connecting to WebSockets, syncing leverage, and performing startup checks. The tipicamente takes 5-15 seconds.
Error: O bot encountered a problem and stopped unexpectedly. Check the logs section for error details. Common causes include API connectivity issues, insufficient balance, or configuration errors.
Shutting down: O bot is performing a clean shutdown. It is cancelling orders, closing positions, and cleaning up. Do not interrupt this process.
Key Metrics
O bot detail view displays several important metrics:
Current price: The em tempo real preco mark of the par de trading. This updates via WebSocket and shows o mais recent price o bot is using for decisions.
Active nivel de grids: How many nivel de grids currently have open ordem de compras. This tells you how much of your grid is actively waiting for fills.
Filled levels: How many nivel de grids have been bought and are waiting for their TP orders to fill. A high number of filled levels means voce esta holding more positions.
Completed trades: The total number of buy-sell round trips completed. Each completed trade represents a captured grid profit.
Open orders: The total number of orders currently active on o exchange, including ambos buy entries and TP sells.
PnL Display
The dashboard shows lucros e perdas information in multiple views:
Session PnL: Profit or loss since o bot was last started. This resets cada vez que you stop and restart o bot.
Lifetime PnL: Cumulative profit or loss across all sessions. This persists across restarts and gives you the long-term picture.
Realized PnL: Profit from completed round-trip trades. This is locked-in profit that will not change independentemente de future price movement.
UnPnL realizado: The current profit or loss on open positions based on the preco mark. This fluctuates with o mercado and becomes realized when positions are closed.
The PnL numbers update in em tempo real as trades complete and prices change. Positive values appear in green, negative in red.
Health Indicators
The dashboard includes health checks that warn you about potential issues:
Price feed status: Shows se o bot is receiving price updates. A stale price feed means o bot may skip cycles.
API connectivity: Indicates se REST API calls are succeeding. Persistent failures prevent o bot from placing or monitoring orders.
Reconciliation status: Shows se the self-healing system has detected and corrected any discrepancies. Frequent corrections may indicate an underlying issue.
Last cycle time: When o bot last completed a trading cycle. If isso e mais que 30 seconds old, something may be blocking the cycle.
Using the Logs Section
The logs section shows o mais recent bot output, typically o ultimo 300 lines. This is invaluable for understanding what o bot is doing and troubleshooting issues.
Key log entries to look for:
- BUY FILL: A ordem de compra filled at a nivel de grid. Shows o preco and amount.
- TP FILL: A take-profit order filled. Shows o preco and realized profit.
- RECONCILIATION: O bot detected and corrected a discrepancy.
- GRID BREAK: O preco exited the faixa de grid. O bot may be shutting down.
- ERROR: Something went wrong. Read the message for details.
You can refresh the logs to get the latest output. The log section auto-scrolls to the newest entries.
Common Dashboard Actions
Starting a bot: Click the start button on a stopped bot. O bot loads its configuration and begins trading within seconds.
Stopping a bot: Click the stop button on a running bot. This triggers a clean shutdown: orders are cancelled, positions are closed, and o bot exits gracefully. Wait for the status to change to “Stopped” before taking further action.
Viewing configuration: Access o bot’s current configuration to review faixa de grid, levels, tamanho da ordem, and other parameters.
Refreshing data: The dashboard auto-refreshes key metrics, but voce pode manually refresh if data appears stale.
Resumo
- The dashboard provides em tempo real bot status, PnL tracking, and health indicators in a single view.
- Monitor filled levels and completed trades para entender bot activity; check health indicators for connectivity and reconciliation issues.
- Use the logs section para entender bot decisions and troubleshoot problems as they arise.
Proximo Passo
Entenda como profit tracking works in detail in PnL Tracking.
✨ Este artigo foi util?
Faca suas perguntas no Discord →