Real-time crypto trading automation
| Time | Symbol | Side | Amount | Price | Status | Sentiment |
|---|---|---|---|---|---|---|
| {{ new Date(trade.timestamp).toLocaleString('id-ID') }} | {{ trade.symbol }} | {{ trade.side }} | {{ parseFloat(trade.amount).toFixed(8) }} | {{ parseFloat(trade.price_executed).toFixed(8) }} | {{ trade.status }} | {{ parseFloat(trade.avg_sentiment_score).toFixed(2) }} |
| Time | Symbol | Source | Sentiment Score | Reasoning |
|---|---|---|---|---|
| {{ new Date(sentiment.created_at).toLocaleString('id-ID') }} | {{ sentiment.symbol }} | {{ sentiment.source_name }} | {{ parseFloat(sentiment.sentiment_score).toFixed(2) }} | {{ sentiment.reasoning || 'N/A' }} |
| Time | Level | Module | Message |
|---|---|---|---|
| {{ new Date(log.timestamp).toLocaleString('id-ID') }} | {{ log.log_level }} | {{ log.module }} | {{ log.message }} |