Uso del Dashboard
Uso del Dashboard
The Gridera dashboard is your control center for managing grid bots. It provides en tiempo real visibility into bot status, profitability, and health indicators. Learning to read el dashboard effectively lets you spot issues early and make informed decisions about tu trading.
Dashboard Vision General
Cuando log in, el dashboard shows all tu 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.
El principal sections of el 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: El bot is active and executing its trading cycle. Este es el normal operating state. The status indicator appears green.
Stopped: El bot is not running. No orders are being placed or managed. Previous positions and orders may still exist on el exchange but are not being monitored.
Starting: El bot is initializing. It is loading configuration, connecting to WebSockets, syncing leverage, and performing startup checks. Thes tipicamente takes 5-15 seconds.
Error: El 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: El bot is performing a clean shutdown. It is cancelling orders, closing positions, and cleaning up. Do not interrupt this process.
Key Metrics
El bot detail view displays several important metrics:
Current price: The en tiempo real precio mark of the par de trading. This updates via WebSocket and shows el mas recent price el bot is using for decisions.
Active nivel de grids: How many nivel de grids currently have open orden 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 estas 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 el exchange, including ambos buy entries and TP sells.
PnL Display
El dashboard shows ganancias y perdidas information in multiple views:
Session PnL: Profit or loss since el bot was last started. This resets cada vez que you stop and restart el 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 independientemente de future price movement.
UnPnL realizado: The current profit or loss on open positions based on the precio mark. This fluctuates with el mercado and becomes realized when positions are closed.
The PnL numbers update in en tiempo real as trades complete and prices change. Positive values appear in green, negative in red.
Health Indicators
El dashboard includes health checks that warn you about potential issues:
Price feed status: Shows si el bot is receiving price updates. A stale price feed means el bot may skip cycles.
API connectivity: Indicates si REST API calls are succeeding. Persistent failures prevent el bot from placing or monitoring orders.
Reconciliation status: Shows si the self-healing system has detected and corrected any discrepancies. Frequent corrections may indicate an underlying issue.
Last cycle time: When el bot last completed a trading cycle. If esto es mas que 30 seconds old, something may be blocking the cycle.
Using the Logs Section
The logs section shows el mas recent bot output, typically el ultimo 300 lines. This is invaluable for understanding what el bot is doing and troubleshooting issues.
Key log entries to look for:
- BUY FILL: A orden de compra filled at a nivel de grid. Shows el precio and amount.
- TP FILL: A take-profit order filled. Shows el precio and realized profit.
- RECONCILIATION: El bot detected and corrected a discrepancy.
- GRID BREAK: El precio exited the rango de grid. El 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. El 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 el bot exits gracefully. Wait for the status to change to “Stopped” before taking further action.
Viewing configuration: Access el bot’s current configuration to review rango de grid, levels, tamano de orden, and other parameters.
Refreshing data: El dashboard auto-refreshes key metrics, but puedes manually refresh if data appears stale.
Resumen
- El dashboard provides en tiempo 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.
Siguiente Paso
Entiende como profit tracking works in detail in PnL Tracking.
✨ Te fue util este articulo?
Haz tus preguntas en Discord →